mesa/src
Erik Faye-Lund 96c2036e11 zink: reject more illegal blits
Vulkan has some additional restrictions for vkCmdBlitImage that we
weren't testing for. Quting the Vulkan 1.2 spec, section 20.5 "Image
Copies with Scaling", "Valid Usage" subsection:

- If either of srcImage or dstImage was created with a signed integer
  VkFormat, the other must also have been created with a signed integer
  VkFormat
- If either of srcImage or dstImage was created with an unsigned integer
  VkFormat, the other must also have been created with an unsigned
  integer VkFormat.

So let's make sure we reject these illegal blits.

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Reviewed-by: Hoe Hao Cheng <haochengho12907@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11217>
2021-06-11 09:40:53 +00:00
..
amd ac: Enable 32bit predication on gfx9 with fw feature version 52. 2021-06-11 06:07:10 +00:00
android_stub egl/android: refactor to use the legit vndk/window.h header 2021-06-09 21:07:54 +00:00
asahi nir, nir/algebraic: add byte/word insertion instructions 2021-06-08 08:57:42 +00:00
broadcom ci/piglit: Skip WGL on all the Linux runs. 2021-06-10 23:45:36 +00:00
compiler nir: document that ACCESS_RESTRICT is not set at intrinsics 2021-06-10 13:17:22 +00:00
drm-shim drm-shim: fix compile with glibc >= 2.33 2021-04-20 05:49:29 +00:00
egl egl/android: add aosp_nougat system/window.h back for back compat 2021-06-11 02:33:57 +00:00
etnaviv etnaviv: tell the truth if alpha-test is supported 2021-04-08 19:25:26 +00:00
freedreno freedreno/registers: add A5XX_RBBM_STATUS3 bit 2021-06-11 01:47:22 +00:00
gallium zink: reject more illegal blits 2021-06-11 09:40:53 +00:00
gbm gbm: list to stderr all the missing extension 2021-05-24 16:17:47 +00:00
getopt scons: Remove. 2021-03-20 10:38:55 +00:00
glx glx: create DRI screen for display GPU incase of prime 2021-06-03 09:12:32 +00:00
gtest
hgl hgl: Major refactor and cleanup 2021-01-09 20:51:35 -06:00
imgui
intel anv/blorp: Optimize addresses/relocations when ANV_ALWAYS_SOFTPIN 2021-06-08 22:53:22 +00:00
loader loader: allocate VRAM in display GPU in case of prime 2021-06-03 09:12:32 +00:00
mapi glapi: fix Warray-parameter 2021-06-10 10:31:55 +00:00
mesa swrast: Fix a warning from gcc 11 2021-06-10 16:20:09 +00:00
microsoft nir: Move workgroup_size and workgroup_variable_size into common shader_info 2021-06-08 09:23:55 -07:00
nouveau nouveau: add drm-shim support 2021-01-11 22:45:01 +00:00
panfrost pan/decode: Handle cache flush jobs 2021-06-10 18:06:11 +00:00
tool pps: Intel pps driver 2021-05-18 14:28:48 +00:00
util util/disk_cache: add nocopy variant of disk cache store function 2021-06-11 03:09:22 +00:00
virtio virgl: forward the host renderer hardware info 2021-06-11 06:47:02 +00:00
vulkan vulkan: Update the XML and headers to 1.2.180 2021-06-09 08:25:25 +00:00
meson.build freedreno: Add freedreno pps driver 2021-05-10 15:34:07 +00:00