xserver/include picture.h,1.24,1.25

Zack Rusin xserver-commit at pdx.freedesktop.org
Fri May 27 07:15:16 PDT 2005


Committed by: zack

Update of /cvs/xserver/xserver/include
In directory gabe:/tmp/cvs-serv17318/include

Modified Files:
	picture.h 
Log Message:
Merging the Render implementations between Xorg and xserver (these are the 
optimizations Lars and I did a while back)


Index: picture.h
===================================================================
RCS file: /cvs/xserver/xserver/include/picture.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- picture.h	20 Apr 2005 17:50:45 -0000	1.24
+++ picture.h	27 May 2005 14:15:13 -0000	1.25
@@ -87,8 +87,8 @@
 #define PICT_x1b5g5r5	PICT_FORMAT(16,PICT_TYPE_ABGR,0,5,5,5)
 #define PICT_a4r4g4b4	PICT_FORMAT(16,PICT_TYPE_ARGB,4,4,4,4)
 #define PICT_x4r4g4b4	PICT_FORMAT(16,PICT_TYPE_ARGB,0,4,4,4)
-#define PICT_a4b4g4r4	PICT_FORMAT(16,PICT_TYPE_ARGB,4,4,4,4)
-#define PICT_x4b4g4r4	PICT_FORMAT(16,PICT_TYPE_ARGB,0,4,4,4)
+#define PICT_a4b4g4r4   PICT_FORMAT(16,PICT_TYPE_ABGR,4,4,4,4)
+#define PICT_x4b4g4r4   PICT_FORMAT(16,PICT_TYPE_ABGR,0,4,4,4)
 
 /* 8bpp formats */
 #define PICT_a8		PICT_FORMAT(8,PICT_TYPE_A,8,0,0,0)



More information about the xserver-commit mailing list