diff options
author | Timothy Arceri <[email protected]> | 2017-03-08 15:33:38 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-03-12 17:49:03 +1100 |
commit | b822d9dd67b502565b30da37b90c1d70114b8409 (patch) | |
tree | 26507a1aaec8caae71fa85ba0b885192d550b524 /src/util/Makefile.sources | |
parent | 04ec4db8b5424872ebefed677cbd01fa3b40145d (diff) |
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 <[email protected]>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r-- | src/util/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index 8b5ee2d0c71..e6c1c7690f1 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -44,6 +44,8 @@ MESA_UTIL_FILES := \ texcompress_rgtc_tmp.h \ u_atomic.h \ u_endian.h \ + u_queue.c \ + u_queue.h \ u_string.h \ u_thread.h \ u_vector.c \ |