mesa/src
duncan.hopkins d644b64ff2 zink: removed MESA_PRIM_QUADS from the supported PIPE_CAP_SUPPORTED_PRIM_MODES.
Vulkan does not support quads, removal of this type forces quads to be converted
in `primconvert_init_draw()`.

In cases where `screen->have_triangle_fans` excludes MESA_PRIM_TRIANGLE_FAN,
`u_index_generator()` is accessing a NULL entry in 'generate_quads'
for converting MESA_PRIM_TRIANGLE_FAN to MESA_PRIM_QUADS.
Which seems like an odd conversion to do (might be why it is missing).

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28259>
2024-03-21 17:22:34 +00:00
..
amd ac/llvm,radeonsi: fix memory leaks triggered by ac_nir_translate() errors 2024-03-21 00:51:19 +00:00
android_stub
asahi asahi: derive ht 2024-03-12 19:41:49 +00:00
broadcom broadcom/ci: add skips for unsupported features 2024-03-21 11:47:50 +00:00
c11
compiler isaspec: deocde: Remove generic functions from public interface 2024-03-21 07:51:18 +00:00
drm-shim drm-shim: Add io region handling in mmap 2024-03-19 10:22:34 +00:00
egl gallium/dri: Switch xf86drm.h for util/libdrm.h to allow for the no-op shim to be used. 2024-03-15 10:50:12 +00:00
etnaviv etnaviv: isa: Define a dontcare bit in atomic instructions 2024-03-21 12:24:35 +00:00
freedreno isaspec: deocde: Remove generic functions from public interface 2024-03-21 07:51:18 +00:00
gallium zink: removed MESA_PRIM_QUADS from the supported PIPE_CAP_SUPPORTED_PRIM_MODES. 2024-03-21 17:22:34 +00:00
gbm gbm: Remove hardcoded color-channel data 2024-02-27 10:51:03 +00:00
getopt
glx apple: Extended Apple feature support using GLX_USE_APPLE. 2024-03-18 18:06:45 +00:00
gtest gtest: backport ansi color fix 2023-08-18 21:33:14 +00:00
imagination pvr: return the OS page size for minMemoryMapAlignment 2024-03-11 11:32:53 +00:00
imgui
intel intel/tools/error_decode: Parse HW context in Xe decoder 2024-03-21 16:59:09 +00:00
loader loader/wayland: Add named queue fallback 2024-02-28 11:01:31 +00:00
mapi apple: Extended Apple feature support using GLX_USE_APPLE. 2024-03-18 18:06:45 +00:00
mesa util: Cleanup strtod.(h|c) by introduce _mesa_get_locale 2024-03-19 04:05:08 +00:00
microsoft dzn: Support bufferDeviceAddress 2024-03-07 22:35:09 +00:00
nouveau nouveau: Add support for TERT opcodes in vk_push_print 2024-03-19 19:56:07 +00:00
panfrost panfrost: group up stubbed params in drm-shim 2024-03-19 10:22:34 +00:00
tool perfetto/pps-producer: add optimized cpu/gpu timestamp correlation support 2023-11-09 13:22:48 +00:00
util radv: use dual_color_blend_by_location with Half-Life Alyx 2024-03-20 11:40:18 +00:00
virtio venus: extend device format prop cache with VkFormatProperties3 2024-03-20 19:12:00 +00:00
vulkan treewide: Replace the invalid usage #if DEBUG with #ifdef DEBUG 2024-03-15 16:08:18 +00:00
.clang-format ir3: allow liveness calculation for different register types 2024-03-01 13:45:10 +00:00
meson.build loader/wayland: Add fallback wl_display_dispatch_queue_timeout 2024-02-27 13:10:13 +00:00