mesa/src/intel/vulkan
Jason Ekstrand 9b71171442 anv: Re-use flush_descriptor_sets in flush_compute_state
There's no reason to hand-roll all of the memory re-allocation fall-back
code for compute shaders.  It's  just duplicated complexity.  This also
makes it more clear in flush_compute_state where the
MEDIA_INTERFACE_DESCRIPTOR_LOAD command gets emitted relative to other
packets in the command stream.

Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
2020-01-09 19:45:00 -06:00
..
tests anv/tests: Initialize the BO cache and device mutex 2019-10-31 13:46:09 +00:00
anv_allocator.c anv: drop unused #include 2019-12-13 20:42:40 +00:00
anv_android.c anv: Drop unneeded struct keywords 2020-01-03 11:32:34 -06:00
anv_android.h anv: Drop unneeded struct keywords 2020-01-03 11:32:34 -06:00
anv_android_stubs.c anv: Drop unneeded struct keywords 2020-01-03 11:32:34 -06:00
anv_batch_chain.c anv: Always add in EXEC_OBJECT_WRITE when specified in extra_flags 2019-12-06 19:58:07 +00:00
anv_blorp.c anv: Allow HiZ in TRANSFER_SRC_OPTIMAL on Gen8-9 2020-01-04 12:25:54 -08:00
anv_cmd_buffer.c anv: fix missing gen12 handling 2019-12-10 16:06:54 +00:00
anv_descriptor_set.c anv: Drop unneeded struct keywords 2020-01-03 11:32:34 -06:00
anv_device.c anv: Drop unneeded struct keywords 2020-01-03 11:32:34 -06:00
anv_dump.c tree-wide: replace MAYBE_UNUSED with ASSERTED 2019-07-31 09:41:05 +01:00
anv_entrypoints_gen.py anv/entrypoints: Better handle promoted extensions 2019-11-26 02:48:42 +00:00
anv_extensions.py anv/gen12: Temporarily disable VK_KHR_buffer_device_address (and EXT) 2019-12-17 11:07:41 -08:00
anv_extensions_gen.py anv: manually add KHR_display to the list of platforms 2019-07-07 15:34:09 +03:00
anv_formats.c anv: Drop unneeded struct keywords 2020-01-03 11:32:34 -06:00
anv_gem.c intel/common: provide common ioctl routine 2019-08-01 16:38:40 -07:00
anv_gem_stubs.c anv: gem-stubs: return a valid fd got anv_gem_userptr() 2019-09-25 22:02:51 +03:00
anv_genX.h anv: Use PIPE_CONTROL flushes to implement the gen8 VF cache WA 2019-12-05 10:59:10 -06:00
anv_icd.py anv: fix typo 2019-06-29 22:41:06 +01:00
anv_image.c anv: Allow HiZ in TRANSFER_SRC_OPTIMAL on Gen8-9 2020-01-04 12:25:54 -08:00
anv_intel.c anv: Add allocator support for client-visible addresses 2019-12-05 10:59:10 -06:00
anv_nir.h anv: drop unused parameter from apply layout pass 2019-12-16 14:35:25 +02:00
anv_nir_add_base_work_group_id.c anv: Rework push constant handling 2019-11-18 18:35:14 +00:00
anv_nir_apply_pipeline_layout.c anv: drop unused parameter from apply layout pass 2019-12-16 14:35:25 +02:00
anv_nir_compute_push_layout.c anv: Move gen8+ push constant packet workaround. 2019-12-04 20:48:25 +00:00
anv_nir_lower_multiview.c nir/builder: Add a build_deref_array_imm helper 2019-03-07 21:20:30 +00:00
anv_nir_lower_ycbcr_textures.c anv: constify pipeline layout in nir passes 2019-12-16 14:35:22 +02:00
anv_pass.c anv: Drop unneeded struct keywords 2020-01-03 11:32:34 -06:00
anv_perf.c anv: fix error message 2019-10-24 13:57:40 +00:00
anv_pipeline.c anv: Ignore some CreateInfo structs when rasterization is disabled 2020-01-03 13:57:31 -08:00
anv_pipeline_cache.c anv: More carefully dirty state in BindPipeline 2019-11-18 18:35:14 +00:00
anv_private.h anv: Drop unneeded struct keywords 2020-01-03 11:32:34 -06:00
anv_queue.c anv: don't close invalid syncfd semaphore 2020-01-08 18:20:50 +02:00
anv_util.c anv/util: Split a vk_errorv helper out of vk_errorf 2018-10-26 13:27:21 -05:00
anv_wsi.c anv: Use BO fences/semaphores for AcquireNextImage 2019-12-06 19:58:07 +00:00
anv_wsi_display.c anv,radv: Add support for VK_KHR_get_display_properties2 2018-07-09 17:09:41 -07:00
anv_wsi_wayland.c anv: drop unused includes 2018-10-24 18:15:05 +01:00
anv_wsi_x11.c vulkan: drop always-true param 2018-10-26 18:33:11 +01:00
gen7_cmd_buffer.c anv: Implement VK_EXT_line_rasterization 2019-08-06 02:05:28 +00:00
gen8_cmd_buffer.c anv: Add Tile Cache Flush for Unified Cache. 2019-10-30 19:51:03 +00:00
genX_blorp_exec.c anv: Use PIPE_CONTROL flushes to implement the gen8 VF cache WA 2019-12-05 10:59:10 -06:00
genX_cmd_buffer.c anv: Re-use flush_descriptor_sets in flush_compute_state 2020-01-09 19:45:00 -06:00
genX_gpu_memcpy.c anv: Use PIPE_CONTROL flushes to implement the gen8 VF cache WA 2019-12-05 10:59:10 -06:00
genX_pipeline.c anv: Ignore some CreateInfo structs when rasterization is disabled 2020-01-03 13:57:31 -08:00
genX_query.c anv: fix intel perf queries availability writes 2020-01-09 20:42:36 +02:00
genX_state.c anv: Only enable EWA LOD algorithm when doing anisotropic filtering. 2020-01-04 14:27:22 -08:00
meson.build anv: Rework push constant handling 2019-11-18 18:35:14 +00:00
TODO anv: Implement pipeline statistics queries 2017-03-17 12:12:50 -07:00
vk_format_info.h anv: Add HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED in vk_format 2019-06-24 08:28:18 +03:00