treewide: replace PICT_a8b8g8r8 by PIXMAN_a8b8g8r8

Try not to use old compat macros anymore, use the real ones instead.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-08-05 20:22:21 +02:00
committed by Enrico Weigelt
parent fea686a1fc
commit ca7e24d2a7

View File

@@ -125,7 +125,7 @@ glamor_get_tex_format_type_from_pictformat(ScreenPtr pScreen,
break;
case PIXMAN_x8b8g8r8:
case PICT_a8b8g8r8:
case PIXMAN_a8b8g8r8:
*tex_format = GL_RGBA;
if (!glamor_priv->is_gles) {
*tex_type = GL_UNSIGNED_INT_8_8_8_8_REV;