mesa/src/gallium/auxiliary/pipebuffer
José Fonseca 2af0173e9e pipebuffer: Use a type consistently for sizes/offsets.
Avoids warnings on 64bit builds.

Use regular unsigned since that's what gallium expects, but use a
typedef to facilitate possible changes in the future.
2009-06-18 14:54:08 +01:00
..
Makefile gallium: Improve makefiles for libraries 2009-02-20 10:22:10 +00:00
pb_buffer.h pipebuffer: Use a type consistently for sizes/offsets. 2009-06-18 14:54:08 +01:00
pb_buffer_fenced.c pipebuffer: Use a type consistently for sizes/offsets. 2009-06-18 14:54:08 +01:00
pb_buffer_fenced.h Merge commit 'origin/gallium-0.1' 2009-02-23 17:21:36 +00:00
pb_buffer_malloc.c pipebuffer: Use a type consistently for sizes/offsets. 2009-06-18 14:54:08 +01:00
pb_bufmgr.h pipebuffer: Use a type consistently for sizes/offsets. 2009-06-18 14:54:08 +01:00
pb_bufmgr_alt.c pipebuffer: Use a type consistently for sizes/offsets. 2009-06-18 14:54:08 +01:00
pb_bufmgr_cache.c pipebuffer: Use a type consistently for sizes/offsets. 2009-06-18 14:54:08 +01:00
pb_bufmgr_debug.c pipebuffer: Use a type consistently for sizes/offsets. 2009-06-18 14:54:08 +01:00
pb_bufmgr_fenced.c pipebuffer: Use a type consistently for sizes/offsets. 2009-06-18 14:54:08 +01:00
pb_bufmgr_mm.c pipebuffer: Use a type consistently for sizes/offsets. 2009-06-18 14:54:08 +01:00
pb_bufmgr_ondemand.c pipebuffer: Use a type consistently for sizes/offsets. 2009-06-18 14:54:08 +01:00
pb_bufmgr_pool.c pipebuffer: Use a type consistently for sizes/offsets. 2009-06-18 14:54:08 +01:00
pb_bufmgr_slab.c pipebuffer: Use a type consistently for sizes/offsets. 2009-06-18 14:54:08 +01:00
pb_validate.c util: Move p_debug.h into util module. 2009-02-18 12:05:26 +00:00
pb_validate.h pipebuffer: Implement proper buffer validation. 2009-01-29 15:19:31 +00:00
SConscript pipebuffer: Drop (most of) pipe winsys stuff. 2009-02-01 10:28:16 +00:00