mesa/src/vulkan
Jason Ekstrand 120394ac92 vk/meta: Save and restore the old bindings pointer
If we don't do this then recursive meta is completely broken.  What happens
is that the outer meta call may change the bindings pointer and the inner
meta call will change it again and, when it exits set it back to the
default.  However, the outer meta call may be relying on it being left
alone so it uses the non-meta descriptor sets instead of its own.
2015-05-16 10:28:04 -07:00
..
.gitignore vk: Ignore vk executable 2015-05-13 12:05:38 -07:00
allocator.c vk: Flip back to using memfd for the allocators 2015-05-15 15:22:29 -07:00
aub.c Add vulkan driver for BDW 2015-05-09 11:38:32 -07:00
aub.h Add vulkan driver for BDW 2015-05-09 11:38:32 -07:00
compiler.cpp vk: Build binding tables at bind descriptor time 2015-05-15 16:05:31 -07:00
device.c vk/device: Simplify surface_count calculation 2015-05-16 10:23:09 -07:00
gem.c Add vulkan driver for BDW 2015-05-09 11:38:32 -07:00
gen7_pack.h vk: Add generated header for HSW and IVB (GEN75 and GEN7) 2015-05-12 14:29:04 -07:00
gen8_pack.h vk: Add generated header for HSW and IVB (GEN75 and GEN7) 2015-05-12 14:29:04 -07:00
gen75_pack.h vk: Add generated header for HSW and IVB (GEN75 and GEN7) 2015-05-12 14:29:04 -07:00
glsl_helpers.h vk/glsl_helpers: Fix GLSL_VK_SHADER with respect to commas 2015-05-15 22:17:07 -07:00
glsl_scraper.py vk: Add a GLSL scraper utility 2015-05-14 19:18:57 -07:00
image.c vk: Consolidate image, buffer and color attachment views 2015-05-15 15:22:29 -07:00
intel.c vk: Store bo pointer in anv_image and anv_buffer 2015-05-11 23:25:28 -07:00
Makefile.am vk: Install headers 2015-05-13 17:49:26 -07:00
meta.c vk/meta: Save and restore the old bindings pointer 2015-05-16 10:28:04 -07:00
pipeline.c vk: Build binding tables at bind descriptor time 2015-05-15 16:05:31 -07:00
private.h vk: Make cmd_buffer->bindings a pointer 2015-05-15 18:12:07 -07:00
util.c vk/util: Add a anv_finishme function/macro 2015-05-12 13:43:36 -07:00
vk.c vk: Consolidate image, buffer and color attachment views 2015-05-15 15:22:29 -07:00