mesa/src/vulkan
Chad Versace c284c39b13 anv: Fix parsing of load ops in VkAttachmentDescription
My original understanding of VkAttachmentDescription::loadOp,
stencilLoadOp was incorrect. Below are all possible combinations:

  VkFormat       | loadOp=clear   stencilLoadOp=clear
  ---------------+---------------------------
  color          | clear-color    ignored
  depth-only     | clear-depth    ignored
  stencil-only   | ignored        clear-stencil
  depth-stencil  | clear-depth    clear-stencil
2015-10-29 10:59:55 -07:00
..
tests
.gitignore
anv_allocator.c
anv_aub.h
anv_batch_chain.c
anv_cmd_buffer.c vk: Use consistent names for anv_cmd_state dirty bits 2015-10-20 11:40:24 -07:00
anv_device.c anv: Fix parsing of load ops in VkAttachmentDescription 2015-10-29 10:59:55 -07:00
anv_dump.c
anv_entrypoints_gen.py
anv_formats.c
anv_gem.c
anv_gem_stubs.c
anv_icd.json.in
anv_image.c
anv_intel.c
anv_meta.c anv: Fix parsing of load ops in VkAttachmentDescription 2015-10-29 10:59:55 -07:00
anv_nir.h
anv_nir_apply_dynamic_offsets.c anv/nir: Work with the new vulkan_resource_index intrinsic 2015-10-27 13:42:51 -07:00
anv_nir_apply_pipeline_layout.c anv/nir: Work with the new vulkan_resource_index intrinsic 2015-10-27 13:42:51 -07:00
anv_nir_builder.h
anv_pipeline.c Add a todo comment about intput_slots_valid in the FS shader key 2015-10-26 16:25:02 -07:00
anv_private.h anv/pipeline: Bump the size of the pipeline batch to accomodate GS 2015-10-23 16:50:31 -07:00
anv_query.c
anv_util.c
anv_wsi.c
anv_wsi.h
anv_wsi_wayland.c
anv_wsi_x11.c
gen7_cmd_buffer.c vk: Use consistent names for anv_cmd_state dirty bits 2015-10-20 11:40:24 -07:00
gen7_pack.h
gen7_pipeline.c
gen7_state.c
gen8_cmd_buffer.c vk: Use consistent names for anv_cmd_state dirty bits 2015-10-20 11:40:24 -07:00
gen8_pack.h
gen8_pipeline.c anv/gen8_pipeline: Emit a real 3DSTATE_SBE_SWIZ packet 2015-10-26 16:25:02 -07:00
gen8_state.c
gen75_pack.h
Makefile.am anv: Completely rework shader compilation 2015-10-20 13:02:03 -07:00