mesa/src
Erik Faye-Lund fed682c506 pan/lib: do not duplicate enum mali_pixel_kill
The enum pan_earlyzs is just enum mali_pixel_kill under a different
name, which was needed because the enum was missing from common.xml.

However, because pan_earlyzs_lut is used in files that are both included
with PAN_ARCH unset and set to values including values lower than 6, we
get issues with the way genxml/common_pack.h gets included, resulting in
the enum not being defined.

We don't really depend on the values for this, only on the size. So
let's just use unsigned values in the struct instead, to side-step the
issue.

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Tested-by: Yiwei Zhang <zzyiwei@chromium.org>
Reviewed-by: Eric R. Smith <eric.smith@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36606>
2025-08-20 00:05:36 +00:00
..
amd radv: Only expose indirect raytracing on gfx7+ 2025-08-19 18:34:41 +00:00
android_stub
asahi agx: drop bounds check optimize pass 2025-08-08 20:51:05 +00:00
broadcom vk/runtime: Set GPU_MULTI_WAIT on the drm syncobj type. 2025-08-13 18:57:42 +00:00
c11
compiler nak: run nir_opt_move nir_move_load_ubo 2025-08-19 17:29:07 +00:00
drm-shim prefer _SC_PAGESIZE over _SC_PAGE_SIZE 2025-08-11 12:30:23 +00:00
egl perfetto: unify init 2025-08-12 13:17:43 +00:00
etnaviv ci: Add test streaming-texture-leak to all-skips 2025-08-04 09:57:09 +00:00
freedreno tu: disable LRZ writes also for alpha-to-coverage, FS sample coverage output 2025-08-19 23:05:07 +00:00
gallium d3d10umd: Fixes building with mingw/gcc and windows sdk/ddk 10.0.26100.0 2025-08-19 23:22:07 +00:00
gbm gbm: Add more formats 2025-07-15 12:37:10 +00:00
getopt
gfxstream gfxstream: ANDROID --> VK_USE_PLATFORM_ANDROID_KHR 2025-08-19 10:46:16 +00:00
glx mesa: move src/mapi to src/mesa/glapi 2025-08-06 20:35:26 +00:00
gtest
imagination all: rename gl_shader_stage_name to mesa_shader_stage_name 2025-08-06 10:28:41 +08:00
imgui
intel brw: If the instruction is already a SEND, no need to resize sources 2025-08-19 13:54:43 +00:00
loader loader: Don't load nouveau GL on nvidia kmd 2025-07-29 23:52:32 +00:00
mesa mesa/st: rework thread scheduler handling + add dispatch tracking 2025-08-14 12:47:47 +00:00
microsoft dozen: Drop dzn_create_sync_for_memory() 2025-08-16 00:04:47 -04:00
nouveau nak: run nir_opt_move nir_move_comparisons 2025-08-19 17:29:07 +00:00
panfrost pan/lib: do not duplicate enum mali_pixel_kill 2025-08-20 00:05:36 +00:00
tool meson: Allow configuring with Android-internal perfetto 2025-08-07 16:22:37 +00:00
util perfetto: allow specifying clock domain for cpu timestamps 2025-08-19 09:50:36 +00:00
virtio venus: expose KHR_present_id(2)/wait(2) support 2025-08-19 22:48:35 +00:00
vulkan vulkan/wsi: Only test for dma-buf sync file support once 2025-08-19 18:59:43 +00:00
x11 meson: add missing x11 dependency on libloader_x11 2025-08-08 21:45:59 +00:00
.clang-format agx: add foreach_reg_{src,dest} 2025-08-03 14:40:53 -04:00
meson.build mesa: remove inc_mapi 2025-08-06 20:35:26 +00:00