[Piglit] [PATCH 1/2] Apply the same local fix to enum.spec that we did for enumext.spec.

Eric Anholt eric at anholt.net
Tue May 28 13:46:58 PDT 2013


---
 glapi/enum.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glapi/enum.spec b/glapi/enum.spec
index 6a2f113..f01345c 100644
--- a/glapi/enum.spec
+++ b/glapi/enum.spec
@@ -199,7 +199,7 @@ AttribMask enum:
 	LIST_BIT					= 0x00020000
 	TEXTURE_BIT					= 0x00040000
 	SCISSOR_BIT					= 0x00080000
-	ALL_ATTRIB_BITS					= 0xFFFFFFFF
+	ALL_ATTRIB_BITS					= 0x000FFFFF
 #??? ALL_ATTRIB_BITS mask value changed to all-1s in OpenGL 1.3 - this affects covgl.
 #	use ARB_multisample MULTISAMPLE_BIT_ARB
 #	use EXT_multisample MULTISAMPLE_BIT_EXT
-- 
1.8.3.rc0



More information about the Piglit mailing list