From 2cf1e3de4759264eac2fa8ac758ea750636542f8 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 27 Sep 2012 15:09:52 +0200 Subject: mesa xserver pixman xkeyboard-config git update 27 sep 2012 xserver 0b02150c27e98f996e10d7489f9f67a30e4e3497 pixman aff796d6cee4cb81f0352c2f7d0c994229bd5ca1 xkeyboard-config 33ccc8f4b3f1c6ae95242cf9cb19e8df87f6f37e mesa 6d6aef79742ece3bb570ae44e6c13791aae15e01 --- mesalib/src/mesa/main/glheader.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mesalib/src/mesa/main/glheader.h') diff --git a/mesalib/src/mesa/main/glheader.h b/mesalib/src/mesa/main/glheader.h index 315232371..e93ca30e7 100644 --- a/mesalib/src/mesa/main/glheader.h +++ b/mesalib/src/mesa/main/glheader.h @@ -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 -- cgit v1.2.3