mesa/src/intel/vulkan
Nanley Chery 54d29ee65f anv: Update the HiZ sampling helper
Validate the inputs, verify that this image has a depth
buffer, use gen_device_info instead of

v2:
- Add parenthesis (Jason Ekstrand)
- Make parameters const
- Use gen_device_info instead of gen
- Pass aspect to missed function in transition_depth_buffer

Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2017-03-02 13:17:54 -08:00
..
tests
.gitignore
Android.mk android: vulkan: add support for libmesa_vulkan_util 2017-02-28 01:24:41 +01:00
anv_allocator.c
anv_batch_chain.c anv: Rename clflush_range and state_clflush 2017-02-21 12:26:35 -08:00
anv_blorp.c anv: Update the HiZ sampling helper 2017-03-02 13:17:54 -08:00
anv_cmd_buffer.c anv: add VK_KHR_descriptor_update_template support 2017-03-02 10:34:06 +00:00
anv_descriptor_set.c anv: add VK_KHR_descriptor_update_template support 2017-03-02 10:34:06 +00:00
anv_device.c anv: add VK_KHR_descriptor_update_template support 2017-03-02 10:34:06 +00:00
anv_dump.c
anv_entrypoints_gen.py anv: add VK_KHR_descriptor_update_template support 2017-03-02 10:34:06 +00:00
anv_formats.c anv: Use vk_foreach_struct for handling extension structs 2017-02-14 16:15:39 -08:00
anv_gem.c
anv_gem_stubs.c
anv_genX.h anv: Add support for the PMA fix on Broadwell 2017-02-14 14:18:55 -08:00
anv_image.c anv: Update the HiZ sampling helper 2017-03-02 13:17:54 -08:00
anv_intel.c
anv_nir.h
anv_nir_apply_dynamic_offsets.c
anv_nir_apply_pipeline_layout.c anv: Add support for shaderStorageImageWriteWithoutFormat 2017-02-14 08:16:52 -08:00
anv_nir_lower_input_attachments.c anv/lower_input_attachments: honor sample index parameter to subpassLoad() 2017-01-26 08:11:21 +01:00
anv_nir_lower_push_constants.c
anv_pass.c anv/pass: Avoid accessing attachment array out of bounds 2017-03-02 13:17:54 -08:00
anv_pipeline.c anv: Enable MSAA compression 2017-02-23 12:10:42 -08:00
anv_pipeline_cache.c
anv_private.h anv: Update the HiZ sampling helper 2017-03-02 13:17:54 -08:00
anv_util.c vulkan/util: Add generator for enum_to_str functions 2017-02-22 13:12:02 -08:00
anv_wsi.c vulkan/wsi/radv: add initial prime support (v1.1) 2017-02-27 05:42:16 +10:00
anv_wsi_wayland.c
anv_wsi_x11.c vulkan/wsi/radv: add initial prime support (v1.1) 2017-02-27 05:42:16 +10:00
dev_icd.json.in
gen7_cmd_buffer.c anv: Take a device parameter in anv_state_flush 2017-02-21 12:26:35 -08:00
gen8_cmd_buffer.c anv: Take a device parameter in anv_state_flush 2017-02-21 12:26:35 -08:00
genX_blorp_exec.c anv: Take a device parameter in anv_state_flush 2017-02-21 12:26:35 -08:00
genX_cmd_buffer.c anv: Update the HiZ sampling helper 2017-03-02 13:17:54 -08:00
genX_gpu_memcpy.c
genX_pipeline.c anv: Take a device parameter in anv_state_flush 2017-02-21 12:26:35 -08:00
genX_query.c anv: Put everything about queries in genX_query.c 2017-02-21 12:26:35 -08:00
genX_state.c anv: Emit 3DSTATE_HS/TE/DS packets. 2017-01-10 13:27:31 -08:00
intel_icd.json.in
Makefile.am automake: anv: add missing include $(top_srcdir)/src/vulkan/util 2017-02-28 14:08:17 +00:00
Makefile.sources anv/Makefile: Gather all the genX files into one place 2017-02-22 15:07:18 -08:00
TODO anv: Enable MSAA compression 2017-02-23 12:10:42 -08:00
vk_format_info.h