mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 22:00:13 +01:00
gallium/util: move u_queue.{c,h} to src/util
This will allow us to use it outside of gallium for things like compressing shader cache entries. Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
04ec4db8b5
commit
b822d9dd67
4 changed files with 2 additions and 2 deletions
|
|
@ -276,8 +276,6 @@ C_SOURCES := \
|
||||||
util/u_pstipple.c \
|
util/u_pstipple.c \
|
||||||
util/u_pstipple.h \
|
util/u_pstipple.h \
|
||||||
util/u_pwr8.h \
|
util/u_pwr8.h \
|
||||||
util/u_queue.c \
|
|
||||||
util/u_queue.h \
|
|
||||||
util/u_range.h \
|
util/u_range.h \
|
||||||
util/u_rect.h \
|
util/u_rect.h \
|
||||||
util/u_resource.c \
|
util/u_resource.c \
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,8 @@ MESA_UTIL_FILES := \
|
||||||
texcompress_rgtc_tmp.h \
|
texcompress_rgtc_tmp.h \
|
||||||
u_atomic.h \
|
u_atomic.h \
|
||||||
u_endian.h \
|
u_endian.h \
|
||||||
|
u_queue.c \
|
||||||
|
u_queue.h \
|
||||||
u_string.h \
|
u_string.h \
|
||||||
u_thread.h \
|
u_thread.h \
|
||||||
u_vector.c \
|
u_vector.c \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue