mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 04:10:40 +01:00
tex_format should be `enum V3DX(Texture_Data_Formats)`, but using that enum type in the header requires including `v3dx_pack.h`, which triggers circular include dependencies issues, so use a `uint32_t` for now. "fix" the one place that was using the correct enum, because doing so triggers `-Wenum-int-mismatch` in GCC 13 as the function declaration doesn't match the function definition. Reported-by: Michel Dänzer <mdaenzer@redhat.com> Signed-off-by: Eric Engestrom <eric@igalia.com> Acked-by: Juan A. Suarez <jasuarez@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22739> |
||
|---|---|---|
| .. | ||
| ci | ||
| cle | ||
| clif | ||
| common | ||
| compiler | ||
| drm-shim | ||
| qpu | ||
| simulator | ||
| vulkan | ||
| .editorconfig | ||
| meson.build | ||