mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
committed by
Enrico Weigelt
parent
fea686a1fc
commit
ca7e24d2a7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user