diff options
author | Sven Gothel <[email protected]> | 2015-03-11 15:33:10 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-03-11 15:33:10 +0100 |
commit | 68391b118e93170c568edc21edad7f6b0c1f97a3 (patch) | |
tree | c0fd4e18d0bca4f1ca0875bf2d1d0df430afd09d /make/scripts/gluegen-gl.sh | |
parent | cd92c17175db0c3a3a04b5b327cfcb887bf8a7d7 (diff) |
Bug 1135: Complete GLBufferObjectTracker for GL 4.5 using GlueGen's DelegateImplementation/ReturnsOpaque (Bug 1144)
Using GlueGen's new DelegateImplementation/ReturnsOpaque feature (Bug 1144)
allows us to drop manually C implementation stubs, while simply delegating
into the renamed private generated variant using the manual stub.
Completed glBufferStorage and glNamedBufferStorage for GL 4.4
while subsuming DSA's of GL 4.5 and GL_EXT_direct_state_access
(only the single functions, otherwise extension is not compatible).
Diffstat (limited to 'make/scripts/gluegen-gl.sh')
-rw-r--r-- | make/scripts/gluegen-gl.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/make/scripts/gluegen-gl.sh b/make/scripts/gluegen-gl.sh index d337689ca..6b978c16a 100644 --- a/make/scripts/gluegen-gl.sh +++ b/make/scripts/gluegen-gl.sh @@ -1,7 +1,7 @@ #! /bin/bash -#rootrel=build-x86_64 -rootrel=build-x86_64-clang +rootrel=build-x86_64 +#rootrel=build-x86_64-clang builddir=../$rootrel buildtmp=../build-temp @@ -885,10 +885,10 @@ function gluegen_all() { # # gluegen_if_gl # gluegen_gl2es1 -# gluegen_es1 + gluegen_es1 # gluegen_gl2es2 # gluegen_es2 - gluegen_gl2es3 +# gluegen_gl2es3 # gluegen_gl3es3 # gluegen_es3 # gluegen_es3_impl |