mesa/src
Iván Briano 0950a0b307 anv: uncompressed views of compressed 3d images are now valid
There was a VUID-VkImageViewCreateInfo-image-04739 in the Vulkan 1.3
spec that said:

    If image was created with the
    VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT flag and format is a
    non-compressed format, viewType must not be VK_IMAGE_VIEW_TYPE_3D

That VUID has since been removed, and when a view of a 3D image is
created, with put the depth into the array_len, so it won't be always 1.

Reviewed-by: Mark Janes <markjanes@swizzler.org>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20803>
(cherry picked from commit 58ababdee6)
2023-02-08 20:34:47 +00:00
..
amd aco: fix imod/omod for gfx11 VOP3 opcodes 2023-02-08 20:34:47 +00:00
android_stub
asahi asahi: Identify counts for compute kernels 2022-10-29 19:23:51 +00:00
broadcom v3dv: ensure we apply binning syncs to secondary command buffers 2023-02-08 20:34:46 +00:00
c11
compiler nir/lower_io: fix bounds checking for 64bit_bounded_global 2023-01-26 15:40:32 +00:00
drm-shim
egl egl: Rewrite eglGetMscRateANGLE to avoid probes and handle multi-monitor 2023-02-08 20:34:39 +00:00
etnaviv etnaviv: drm: fix check if BO is on a deferred destroy list 2023-02-08 20:34:40 +00:00
freedreno tu/kgsl: do not use kgsl_command_object::offset 2023-01-26 15:40:33 +00:00
gallium util/vbuf: fix multidraw unrolling 2023-02-08 20:34:47 +00:00
gbm utils: Merge util/debug.* into util/u_debug.* and remove util/debug.* 2022-11-02 07:25:39 +00:00
getopt
glx glx: fix xshm check to init xshm_opcode. 2022-12-14 20:47:01 +00:00
gtest
hgl
imagination nir: Drop infer_non_readable option for nir_opt_access() 2022-11-02 03:42:04 +00:00
imgui
intel anv: uncompressed views of compressed 3d images are now valid 2023-02-08 20:34:47 +00:00
loader loader: unregister special event in loader_dri3_drawable_fini 2023-02-08 20:34:45 +00:00
mapi glthread: fix glArrayElement handling 2023-01-26 15:40:32 +00:00
mesa glthread: handle GL_*_ARRAY in glEnable/Disable 2023-01-26 15:40:34 +00:00
microsoft dzn: Don't crash when libd3d12.so can't be found 2022-12-14 20:47:00 +00:00
nouveau nv50/ir/nir: ignore sampler for TXF/TXQ ops. 2022-11-02 12:29:34 +00:00
panfrost panfrost: Fix logic ops on Bifrost 2023-01-26 15:40:30 +00:00
tool
util util: fix util_is_vbo_upload_ratio_too_large 2023-01-26 15:40:34 +00:00
virtio venus: properly ignore the sampler for immutable sampler 2023-01-11 17:44:20 +00:00
vulkan vulkan/runtime: match the spec when taking pipeline subsets. 2023-02-08 20:34:41 +00:00
meson.build