mesa/src/gallium/auxiliary/pipebuffer
Marek Olšák 00c30dad78 gallium: renumber PIPE_MAP_* enums to remove holes
We could change the type into 16 bits if needed.

PB_USAGE flags need to match PIPE_MAP flags due to static assertions.

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10527>
2021-05-01 17:38:42 +00:00
..
pb_buffer.h gallium: renumber PIPE_MAP_* enums to remove holes 2021-05-01 17:38:42 +00:00
pb_buffer_fenced.c gallium/pb: change pb_buffer::alignment to alignment_log2 2021-04-06 22:31:15 +00:00
pb_buffer_fenced.h
pb_bufmgr.h
pb_bufmgr_cache.c gallium/aux: Fix MSVC warning C4334 (32bit shift cast to 64bit) 2021-04-20 00:28:35 +00:00
pb_bufmgr_debug.c gallium/aux: Fix MSVC warning C4334 (32bit shift cast to 64bit) 2021-04-20 00:28:35 +00:00
pb_bufmgr_mm.c gallium/pb: change pb_buffer::alignment to alignment_log2 2021-04-06 22:31:15 +00:00
pb_bufmgr_slab.c gallium/pb: change pb_buffer::alignment to alignment_log2 2021-04-06 22:31:15 +00:00
pb_cache.c gallium/aux: Fix MSVC warning C4334 (32bit shift cast to 64bit) 2021-04-20 00:28:35 +00:00
pb_cache.h
pb_slab.c
pb_slab.h
pb_validate.c
pb_validate.h