mesa: move GL_HALF_FLOAT_OES definition to glheader.h
authorBrian Paul <brianp@vmware.com>
Sat, 22 Sep 2012 15:30:24 +0000 (09:30 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 26 Sep 2012 13:43:49 +0000 (07:43 -0600)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/glheader.h
src/mesa/main/readpix.c
src/mesa/main/teximage.c

index 315232371ed18dadc3bb72b7f181975663cc793a..e93ca30e7c158b31f777999de258fb27e1355fba 100644 (file)
@@ -144,6 +144,13 @@ typedef void *GLeglImageOES;
 #endif
 
 
+/* Inexplicably, GL_HALF_FLOAT_OES has a different value than GL_HALF_FLOAT.
+ */
+#ifndef GL_HALF_FLOAT_OES
+#define GL_HALF_FLOAT_OES 0x8D61
+#endif
+
+
 /**
  * Internal token to represent a GLSL shader program (a collection of
  * one or more shaders that get linked together).  Note that GLSL
index e10f921d289641f677151310758dcbc11bfe261f..1793095d4a956277a57aadfa9444fae74e8cac4e 100644 (file)
 #include "fbobject.h"
 #include "teximage.h"
 
-/* Inexplicably, GL_HALF_FLOAT_OES has a different value than GL_HALF_FLOAT.
- */
-#ifndef GL_HALF_FLOAT_OES
-#define GL_HALF_FLOAT_OES 0x8D61
-#endif
 
 /**
  * Tries to implement glReadPixels() of GL_DEPTH_COMPONENT using memcpy of the
index e4bee287f0a0230b36189621ccb7428faf683f73..fb22c8d3af196be3d612dc939f324383651f042b 100644 (file)
 #include "glformats.h"
 
 
-/* Inexplicably, GL_HALF_FLOAT_OES has a different value than GL_HALF_FLOAT.
- */
-#ifndef GL_HALF_FLOAT_OES
-#define GL_HALF_FLOAT_OES 0x8D61
-#endif
-
 /**
  * State changes which we care about for glCopyTex[Sub]Image() calls.
  * In particular, we care about pixel transfer state and buffer state