summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-03-06 09:55:52 +0100
committerSven Gothel <[email protected]>2015-03-06 09:55:52 +0100
commit2d11a8f4f94947b2f478aea82d33c6934b90aafc (patch)
tree6a038c990f52f67e79c2552374bd24d333c2e1e4 /make
parent79f04cfdacef8eda2efb83e6f769bc87b3dd748d (diff)
Bug 1135 - Change JOGL's GlueGen Plugin to support EGL 1.5 , ES 3.1 and GL 4.5
- BuildStaticGLInfo - Needs to allow 3rd if-def block in header files - GLConfiguration Changes - 'GLHeader' -> 'GLSemHeader' + 'GLDocHeader' This allows us to provide all header files, exposing all cross-references (extensions and aliases) for our API doc. However, inclusions/exclusion semantics shall only operate on the actual header files used for code generation. - All AliasedSymbol's extensions must be covered by 'IgnoredExtension' to be excluded. - Sync w/ GlueGen commit 5f66fafec303de7d7904a499fefb8e3d023b61ae
Diffstat (limited to 'make')
-rw-r--r--make/build-jogl.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml
index 119bb9d3d..9bd98490c 100644
--- a/make/build-jogl.xml
+++ b/make/build-jogl.xml
@@ -512,7 +512,8 @@
config="${config.jogl}/gl-if-gl2_es3.cfg"
includeRefid="stub.includes.fileset.all.gldesktop"
literalInclude="${stub.includes.gluegen.gg}"
- emitter="com.jogamp.gluegen.opengl.GLEmitter">
+ emitter="com.jogamp.gluegen.opengl.GLEmitter"
+ debug="false">
<classpath refid="gluegen-gl.classpath" />
</gluegen>
</target>
@@ -904,7 +905,8 @@
config="${config.jogl}/cg-common.cfg"
includeRefid="stub.includes.cg.fileset.all"
literalInclude="${stub.includes.gluegen.gg}"
- emitter="com.jogamp.gluegen.procaddress.ProcAddressEmitter">
+ emitter="com.jogamp.gluegen.procaddress.ProcAddressEmitter"
+ debug="false">
<classpath refid="gluegen-gl.classpath" />
</gluegen>
</target>