[Piglit] [PATCH 13/14] Add a local definition of GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS.

Eric Anholt eric at anholt.net
Wed Jun 5 16:14:30 PDT 2013


This is the only GLES2 enum we were using in our source code that
isn't in enum.spec or enumext.spec (though 3 synonyms were).
---
 glapi/enum.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/glapi/enum.spec b/glapi/enum.spec
index f01345c..abe64de 100644
--- a/glapi/enum.spec
+++ b/glapi/enum.spec
@@ -7520,6 +7520,7 @@ ARB_ES3_compatibility enum:
 	PRIMITIVE_RESTART_FIXED_INDEX			= 0x8D69
 	ANY_SAMPLES_PASSED_CONSERVATIVE			= 0x8D6A
 	MAX_ELEMENT_INDEX				= 0x8D6B
+	FRAMEBUFFER_INCOMPLETE_DIMENSIONS		= 0x8CD9
 
 # Aliases VERSION_ES_FUTURE enum above
 EXT_occlusion_query_boolean enum: (OpenGL ES only; additional; see above)
-- 
1.8.3.rc0



More information about the Piglit mailing list