From 7d87ace890d584675081eaade3b0685dc52bf8a5 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Wed, 15 Feb 2012 13:56:43 +0100
Subject: OpenGL EGL, ES1 and ES2 Header Sync incl. subsuming common
 extensions.

- New EGL/ES headers from 2012-01-xx

- Subsuming ES extensions to core,
  allowing aliasing of more enums/funcs to GL or GL2ES1/GL2ES2:
    GL_EXT_color_buffer_half_float
    GL_EXT_occlusion_query_boolean
    GL_EXT_robustness
    GL_ARB_robustness
    GL_EXT_separate_shader_objects
    GL_EXT_shadow_samplers
    GL_EXT_sRGB
    GL_EXT_texture_array
    GL_EXT_texture_rg
    GL_EXT_texture_type_2_10_10_10_REV
    GL_NV_draw_buffers
    GL_NV_fbo_color_attachments
    GL_EXT_packed_float
    GL_EXT_texture_storage
---
 make/stub_includes/opengl/GLES2/gl2.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'make/stub_includes/opengl/GLES2/gl2.h')

diff --git a/make/stub_includes/opengl/GLES2/gl2.h b/make/stub_includes/opengl/GLES2/gl2.h
index 03807e3ca..5c6d5f03e 100644
--- a/make/stub_includes/opengl/GLES2/gl2.h
+++ b/make/stub_includes/opengl/GLES2/gl2.h
@@ -1,7 +1,7 @@
 #ifndef __gl2_h_
 #define __gl2_h_
 
-/* $Revision: 10602 $ on $Date:: 2010-03-04 22:35:34 -0800 #$ */
+/* $Revision: 16803 $ on $Date:: 2012-02-02 09:49:18 -0800 #$ */
 
 #include <GLES2/gl2platform.h>
 
-- 
cgit v1.2.3