gallium/util: move u_queue.{c,h} to src/util
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 8 Mar 2017 04:33:38 +0000 (15:33 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Sun, 12 Mar 2017 06:49:03 +0000 (17:49 +1100)
commitb822d9dd67b502565b30da37b90c1d70114b8409
tree26507a1aaec8caae71fa85ba0b885192d550b524
parent04ec4db8b5424872ebefed677cbd01fa3b40145d
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>
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/util/u_queue.c [deleted file]
src/gallium/auxiliary/util/u_queue.h [deleted file]
src/util/Makefile.sources
src/util/u_queue.c [new file with mode: 0644]
src/util/u_queue.h [new file with mode: 0644]