mesa/src/intel
José Roberto de Souza dec5a624e9 anv: Check if vkCreateQueryPool() is being created in a supported queue
Turns out not even VK CTS was calling
vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
to check if queue supports query.
So here adding a explicity check in our implementation of
vkCreateQueryPool().

https://github.com/KhronosGroup/VK-GL-CTS/pull/482

Cc: 24.2 <mesa-stable>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30652>
2024-09-18 15:29:16 +00:00
..
blorp intel: Support any depth fast-clear value on Xe2 2024-08-27 06:15:36 +00:00
ci ci/intel: Officially switch intel-adl-cl to pre-merge 2024-09-12 15:40:03 +00:00
common intel: replace (uint64_t - uint64_t) > 0 with uint64_t > uint64_t 2024-09-16 17:12:17 +00:00
compiler brw: fix vecN rebuilds 2024-09-17 14:22:23 +00:00
decoder intel/decoder: Handle HCP_PAK_INSERT_OBJECT 2024-08-02 07:15:59 +00:00
dev intel/dev: Fix warning for max_threads_per_psd when devinfo->verx10 == 120 2024-09-10 03:21:12 +00:00
ds anv/hasvk: add indirect tracepoint arguments 2024-08-03 16:03:04 +03:00
executor intel/executor: Fix a couple of memory leaks in the tool 2024-09-13 01:21:24 +00:00
genxml anv,iris: prefix the argument format with XI for a upcoming refactor 2024-08-20 09:41:51 +00:00
isl intel/isl: Always set EnableUnormPathInColorPipe 2024-09-09 23:48:31 +00:00
nullhw-layer build: pass licensing information in SPDX form 2024-06-29 12:42:49 -07:00
perf intel/perf: Fix intel_gem.h include 2024-09-04 10:04:38 -07:00
shaders meson: use glslang --depfile argument when possible 2024-05-20 17:34:17 +00:00
tools build: pass licensing information in SPDX form 2024-06-29 12:42:49 -07:00
vulkan anv: Check if vkCreateQueryPool() is being created in a supported queue 2024-09-18 15:29:16 +00:00
vulkan_hasvk hasvk: remove useless uint >= 0 check 2024-09-17 21:16:36 +00:00
meson.build intel: Add executor tool 2024-08-14 03:03:46 +00:00