mesa/src/intel/vulkan
Lionel Landwerlin 0be9cac742 anv: limit clflush usage
Discrete platforms don't have LLC, but on those, we mmap our buffers
with WC. So we shouldn't need to clflush there.

Anv already had a boolean field on the physical device to know whether
we need to use clflush(), based off the memory heaps available. So use
that instead.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15780>
2022-05-02 12:07:01 +00:00
..
tests anv/tests: Free BO cache and device mutex 2022-01-07 13:33:32 +00:00
anv_acceleration_structure.c anv: drop a set but unused variable 2022-01-31 16:10:31 +00:00
anv_allocator.c anv: Align state pools to 2MiB on XeHP 2022-02-23 20:15:24 +00:00
anv_android.c anv: drop unused label 2022-01-24 22:23:33 +00:00
anv_android.h anv: move VkImage object allocation to anv_CreateImage 2021-10-06 02:18:39 +00:00
anv_android_stubs.c anv: move VkImage object allocation to anv_CreateImage 2021-10-06 02:18:39 +00:00
anv_batch_chain.c anv: limit clflush usage 2022-05-02 12:07:01 +00:00
anv_blorp.c anv: Clean up pipeline cache helpers a bit 2022-04-22 19:38:52 +00:00
anv_bo_sync.c anv: Drop anv_sync_create_for_bo 2021-12-17 00:55:31 +00:00
anv_cmd_buffer.c anv: stop using old entrypoint/struct/enum names for 1.3 2022-04-13 21:13:56 +00:00
anv_descriptor_set.c anv: fix acceleration structure descriptor template writes 2022-04-25 11:01:56 +00:00
anv_device.c anv: limit clflush usage 2022-05-02 12:07:01 +00:00
anv_formats.c anv/formats: Relax usage checks if EXTENDED_USAGE_BIT is set 2022-04-07 15:56:33 +00:00
anv_gem.c intel/gem: Return length from intel_i915_query_alloc 2022-01-19 00:29:35 +00:00
anv_gem_stubs.c intel/dev: Add gtt_size to devinfo 2021-12-11 05:05:19 +00:00
anv_genX.h anv: enable ray queries 2022-02-08 12:55:25 +00:00
anv_image.c anv: use shadow surface for stencil input attachment on gfx7 2022-04-15 09:46:40 +03:00
anv_measure.c anv: Convert to 100% dynamic rendering 2022-03-16 13:13:36 -05:00
anv_measure.h anv: add a custom AcquireNextImage2KHR func 2022-02-17 22:15:23 +00:00
anv_nir.h anv: Do UBO loads with global addresses for bindless 2021-03-17 17:49:59 +00:00
anv_nir_add_base_work_group_id.c anv: use nir_shader_instructions_pass in anv_nir_add_base_work_group_id 2021-10-05 10:02:54 +00:00
anv_nir_apply_pipeline_layout.c anv: Stop treating color input attachments specially 2022-03-16 12:51:15 -05:00
anv_nir_compute_push_layout.c anv: fix push constant lowering for task/mesh 2022-04-12 09:10:31 +00:00
anv_nir_lower_multiview.c anv: Drop pipeline pass/subpass in favor of rendering_info 2022-03-16 12:51:16 -05:00
anv_nir_lower_ubo_loads.c anv: invalidate all metadata in anv_nir_lower_ubo_loads 2022-04-19 11:43:55 +00:00
anv_nir_lower_ycbcr_textures.c anv: use nir_shader_instructions_pass in anv_nir_lower_ycbcr_textures 2021-10-05 10:02:54 +00:00
anv_perf.c anv: Stop using VK_OUTARRAY_MAKE() 2022-03-25 11:00:03 +00:00
anv_pipeline.c anv: workaround apps that assume full subgroups without specifying it 2022-04-26 13:21:43 +00:00
anv_pipeline_cache.c anv: Clean up pipeline cache helpers a bit 2022-04-22 19:38:52 +00:00
anv_private.h anv: limit clflush usage 2022-05-02 12:07:01 +00:00
anv_queue.c anv: fix INTEL_DEBUG=sync 2022-04-22 21:59:50 +00:00
anv_util.c anv,iris: PSS Stall Sync around color fast clears 2022-01-12 01:30:34 +00:00
anv_utrace.c anv: flush utrace before at device destroy 2022-02-04 23:43:48 +00:00
anv_wsi.c anv: limit clflush usage 2022-05-02 12:07:01 +00:00
genX_blorp_exec.c blorp: Add a binding_table_offset_to_pointer helper 2022-03-09 09:18:59 +00:00
genX_cmd_buffer.c anv: skip acceleration structure in binding table emission 2022-04-25 13:19:28 +00:00
genX_gpu_memcpy.c anv: reemit 3DSTATE_STREAMOUT after memcpy 2022-04-27 18:43:00 +00:00
genX_pipeline.c anv: Clean up pipeline cache helpers a bit 2022-04-22 19:38:52 +00:00
genX_query.c anv: implement VK_EXT_primitives_generated_query 2022-04-20 10:37:24 +03:00
genX_state.c anv: disable preemption on 3DPRIMITIVE on gfx12 2022-04-06 12:51:15 +00:00
gfx7_cmd_buffer.c anv: don't store sample location sample count 2022-03-24 10:49:07 +00:00
gfx8_cmd_buffer.c anv: remove unused 3DSTATE_DEPTH_BOUNDS fields 2022-04-06 19:00:50 +00:00
meson.build anv: Convert to 100% dynamic rendering 2022-03-16 13:13:36 -05:00
TODO intel: Rename genx keyword to gfxx in source files 2021-04-02 18:33:07 +00:00