mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-17 02:40:37 +01:00
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> |
||
|---|---|---|
| .. | ||
| amd | ||
| android_stub | ||
| asahi | ||
| broadcom | ||
| c11 | ||
| compiler | ||
| drm-shim | ||
| egl | ||
| etnaviv | ||
| freedreno | ||
| gallium | ||
| gbm | ||
| getopt | ||
| gfxstream | ||
| glx | ||
| gtest | ||
| imagination | ||
| imgui | ||
| intel | ||
| loader | ||
| mesa | ||
| microsoft | ||
| nouveau | ||
| panfrost | ||
| tool | ||
| util | ||
| virtio | ||
| vulkan | ||
| x11 | ||
| .clang-format | ||
| meson.build | ||