From 354af5b403220b0d94d2d73e067c80d87ec3fc6d Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Tue, 14 Feb 2012 06:39:35 +0100
Subject: OpenGL 4.2 functional support (GL header sync)

Note: EXT_shader_image_load_store is dropped to favor ARB_shader_image_load_store

Since no new (4.2) extension still does not require >= 3.1
all extensions are visible within the common profile GL2GL3.

Please review!
---
 make/config/jogl/gl-if-CustomJavaCode-gl2_gl3.java | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'make/config/jogl/gl-if-CustomJavaCode-gl2_gl3.java')

diff --git a/make/config/jogl/gl-if-CustomJavaCode-gl2_gl3.java b/make/config/jogl/gl-if-CustomJavaCode-gl2_gl3.java
index 1777c1557..e7351076b 100644
--- a/make/config/jogl/gl-if-CustomJavaCode-gl2_gl3.java
+++ b/make/config/jogl/gl-if-CustomJavaCode-gl2_gl3.java
@@ -5,4 +5,9 @@ public static final int GL_INVALID_INDEX = 0xFFFFFFFF ;
 /** Part of <code>GL_ARB_sync</code> */
 public static final long GL_TIMEOUT_IGNORED = 0xFFFFFFFFFFFFFFFFL ;
 
+/** Part of <code>GL_ARB_separate_shader_objects</code> */
+public static final int GL_ALL_SHADER_BITS = 0xFFFFFFFF ;
+
+/** Part of <code>GL_ARB_shader_image_load_store</code> */
+public static final int GL_ALL_BARRIER_BITS = 0xFFFFFFFF ;
 
-- 
cgit v1.2.3