mesa/src/vulkan
Chad Versace 053d32d2a5 vk/image: Linear stencil buffers are illegal
The hardware requires that stencil buffer memory be W-tiled.

From the Sandybridge PRM:
   This buffer is supported only in Tile W memory.
2015-08-28 08:04:59 -07:00
..
tests
.gitignore vk: Update .gitignore for the autogenerated spirv changes 2015-08-17 11:47:25 -07:00
anv_allocator.c
anv_aub.h
anv_batch_chain.c vk/cmd_buffer: Set the CONSTANTS_REL_GENERAL flag on execbuf 2015-08-27 10:25:58 -07:00
anv_cmd_buffer.c vk: Add func anv_cmd_buffer_get_depth_stencil_view() 2015-08-28 07:57:34 -07:00
anv_compiler.cpp vk/compiler: Add a helper for setting up prog_data->param 2015-08-27 10:25:16 -07:00
anv_device.c vk: Add initial API support for setting push constants 2015-08-26 17:59:15 -07:00
anv_entrypoints_gen.py vk: Implement multi-gen dispatch mechanism 2015-08-24 13:45:39 -07:00
anv_formats.c vk: Add anv_format reference to anv_render_pass_attachment 2015-08-17 14:08:55 -07:00
anv_gem.c
anv_gem_stubs.c
anv_image.c vk/image: Linear stencil buffers are illegal 2015-08-28 08:04:59 -07:00
anv_intel.c vk: Use anv_image_create() for creating dmabuf VkImage 2015-08-17 11:41:19 -07:00
anv_meta.c vk/meta: Save/restore VkDynamicDepthStencilState 2015-08-28 07:59:29 -07:00
anv_pipeline.c vk/gen8: Don't duplicate generic pipeline setup 2015-08-25 18:41:25 -07:00
anv_private.h vk: Add func anv_cmd_buffer_get_depth_stencil_view() 2015-08-28 07:57:34 -07:00
anv_query.c vk: Move gen8 specific parts of queries to anv_gen8.c 2015-08-24 13:45:40 -07:00
anv_util.c
anv_x11.c vk/image: Let anv_image have one anv_surface per aspect 2015-08-28 07:17:54 -07:00
gen7_cmd_buffer.c vk: Fix stride of stencil buffers 2015-08-28 08:03:46 -07:00
gen7_pack.h vk: Update generated headers 2015-08-24 13:45:41 -07:00
gen7_pipeline.c vk: Program stencil ops in 3DSTATE_WM_DEPTH_STENCIL 2015-08-28 08:00:56 -07:00
gen7_state.c vk/image: Let anv_image have one anv_surface per aspect 2015-08-28 07:17:54 -07:00
gen8_cmd_buffer.c vk: Fix stride of stencil buffers 2015-08-28 08:03:46 -07:00
gen8_pack.h
gen8_pipeline.c vk: Program stencil ops in 3DSTATE_WM_DEPTH_STENCIL 2015-08-28 08:00:56 -07:00
gen8_state.c vk/image: Let anv_image have one anv_surface per aspect 2015-08-28 07:17:54 -07:00
gen75_pack.h vk: Update generated headers 2015-08-24 13:45:41 -07:00
glsl_scraper.py
Makefile.am vk: Add gen7 support 2015-08-24 13:45:41 -07:00