anv: Move queues, events, and semaphores to their own file
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 16 Feb 2017 00:48:47 +0000 (16:48 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 28 Apr 2017 03:08:46 +0000 (20:08 -0700)
commit032861693eb311bb1b847b988ac8c395ebadb1a2
tree3cc8b598c6cd9f53941e4f0b3d8d9cc944acf786
parent9bd1f0348734e5dbbdc84e96ac1f11836427ed7c
anv: Move queues, events, and semaphores to their own file

Things are about to get more complicated, especially as far as
semaphores are concerned.

Reviewed-by: Chad Versace <chadversary@chromium.org>
src/intel/Makefile.sources
src/intel/vulkan/anv_device.c
src/intel/vulkan/anv_queue.c [new file with mode: 0644]