mesa/src/intel/vulkan
Lionel Landwerlin 3ed29f944c anv: remove unused query pool field
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Marcin Ślusarz <marcin.slusarz@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6518>
2021-02-02 13:25:54 +00:00
..
tests anv/tests: Silence unused parameter warnings in main 2020-05-14 16:47:08 +00:00
anv_allocator.c anv: Use vk_object_base::type for debug_report 2021-02-01 18:54:25 +00:00
anv_android.c anv/image: Teach anv_get_image_format_features() about modifiers (v3) 2020-11-17 10:36:44 -08: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 intel: support secondary command buffers in INTEL_MEASURE 2021-02-01 17:24:57 -08:00
anv_blorp.c vulkan,anv: Move VK_KHR_copy_commands2 wrappers to common code 2021-02-01 18:54:24 +00:00
anv_cmd_buffer.c anv: add hooks to call INTEL_MEASURE 2021-02-01 17:24:57 -08:00
anv_descriptor_set.c anv: fix descriptor pool leak in VMA object 2020-11-26 16:01:20 +00:00
anv_device.c anv: add hooks to call INTEL_MEASURE 2021-02-01 17:24:57 -08:00
anv_extensions.py anv: Enabled the VK_EXT_sample_locations extension 2021-01-27 23:25:27 +00:00
anv_extensions_gen.py vulkan: Drop the type_prefix parameter from gen_extensions 2021-02-01 18:54:25 +00:00
anv_formats.c anv: Use vk_object_base::type for debug_report 2021-02-01 18:54:25 +00:00
anv_gem.c anv: Support multiple engines with DRM_IOCTL_I915_GEM_CONTEXT_CREATE_EXT 2021-01-28 18:26:33 +00:00
anv_gem_stubs.c anv: Support multiple engines with DRM_IOCTL_I915_GEM_CONTEXT_CREATE_EXT 2021-01-28 18:26:33 +00:00
anv_genX.h anv: enable timestamp for INTEL_MEASURE 2021-02-01 17:24:57 -08:00
anv_icd.py anv: fix typo 2019-06-29 22:41:06 +01:00
anv_image.c anv: Use vk_object_base::type for debug_report 2021-02-01 18:54:25 +00:00
anv_intel.c anv: Use vk_object_base::type for debug_report 2021-02-01 18:54:25 +00:00
anv_measure.c intel: combine common gather routines in INTEL_MEASURE 2021-02-01 17:24:57 -08:00
anv_measure.h intel: support secondary command buffers in INTEL_MEASURE 2021-02-01 17:24:57 -08:00
anv_nir.h anv/gen12: Lower VK_KHR_multiview using Primitive Replication 2020-04-07 17:16:09 +00:00
anv_nir_add_base_work_group_id.c anv: use intrinsic builders 2021-01-06 14:34:41 +00:00
anv_nir_apply_pipeline_layout.c anv: use intrinsic builders 2021-01-06 14:34:41 +00:00
anv_nir_compute_push_layout.c anv: Enable push constants on gen12-hp 2021-01-13 13:10:28 -08:00
anv_nir_lower_multiview.c anv: Use nir_lower_multiview pass 2020-09-29 10:31:59 +00:00
anv_nir_lower_ycbcr_textures.c anv: Use sized types for nir_tex_instr::dest_type 2021-01-25 11:21:42 +01:00
anv_pass.c anv: Fix stencil layout in render passes 2021-01-20 20:36:34 +00:00
anv_perf.c intel/perf: prep work to enable new perf counters 2021-02-02 13:25:54 +00:00
anv_pipeline.c vulkan: Make the debug_report implementation internal 2021-02-01 18:54:25 +00:00
anv_pipeline_cache.c anv: remove VkPipelineCacheCreateInfo::flags assert 2020-10-06 10:29:33 -04:00
anv_private.h anv: remove unused query pool field 2021-02-02 13:25:54 +00:00
anv_queue.c anv: add hooks to call INTEL_MEASURE 2021-02-01 17:24:57 -08:00
anv_util.c vulkan: Make the debug_report implementation internal 2021-02-01 18:54:25 +00:00
anv_wsi.c anv: add hooks to call INTEL_MEASURE 2021-02-01 17:24:57 -08:00
anv_wsi_display.c anv: Use the common dispatch framework 2021-02-01 18:54:24 +00:00
anv_wsi_wayland.c anv: Use the common dispatch framework 2021-02-01 18:54:24 +00:00
anv_wsi_x11.c anv: Use the common dispatch framework 2021-02-01 18:54:24 +00:00
gen7_cmd_buffer.c anv: Use the common dispatch framework 2021-02-01 18:54:24 +00:00
gen8_cmd_buffer.c anv: Use the common dispatch framework 2021-02-01 18:54:24 +00:00
genX_blorp_exec.c anv: add hooks to call INTEL_MEASURE 2021-02-01 17:24:57 -08:00
genX_cmd_buffer.c anv: add hooks to call INTEL_MEASURE 2021-02-01 17:24:57 -08:00
genX_gpu_memcpy.c isl, anv, iris: Add a centralized helper to select MOCS based on usage 2020-10-19 19:18:11 +00:00
genX_pipeline.c vulkan: Make the debug_report implementation internal 2021-02-01 18:54:25 +00:00
genX_query.c anv: fix layout comment 2021-02-02 13:25:54 +00:00
genX_state.c anv: Turn device->queue into an array 2021-01-28 18:26:33 +00:00
meson.build anv: implement anv layer of INTEL_MEASURE 2021-02-01 17:24:57 -08:00
TODO anv: Implement pipeline statistics queries 2017-03-17 12:12:50 -07:00
vk_format_info.h anv: Fix stencil layout in render passes 2021-01-20 20:36:34 +00:00