aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/gl-gl4bc.cfg
blob: 6ccbace44686ab3084744a64e219370ee3e9a24a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
# This .cfg file is used to generate the GL interface and implementing class.
JavaOutputDir gensrc/classes
NativeOutputDir gensrc/native/jogl/gl4

ExtendedInterfaceSymbolsIgnore ../build-temp/gensrc/classes/javax/media/opengl/GL.java
ExtendedInterfaceSymbolsIgnore ../build-temp/gensrc/classes/javax/media/opengl/GL2ES1.java
ExtendedInterfaceSymbolsIgnore ../build-temp/gensrc/classes/javax/media/opengl/GL2ES2.java
ExtendedInterfaceSymbolsIgnore ../build-temp/gensrc/classes/javax/media/opengl/GL2ES3.java
ExtendedInterfaceSymbolsIgnore ../build-temp/gensrc/classes/javax/media/opengl/GL3ES3.java
ExtendedInterfaceSymbolsIgnore ../build-temp/gensrc/classes/javax/media/opengl/GL4ES3.java
ExtendedInterfaceSymbolsIgnore ../build-temp/gensrc/classes/javax/media/opengl/GL2GL3.java
ExtendedInterfaceSymbolsIgnore ../build-temp/gensrc/classes/javax/media/opengl/GL2.java
ExtendedInterfaceSymbolsIgnore ../build-temp/gensrc/classes/javax/media/opengl/GL3.java
ExtendedInterfaceSymbolsIgnore ../build-temp/gensrc/classes/javax/media/opengl/GL4.java
ExtendedInterfaceSymbolsIgnore ../build-temp/gensrc/classes/javax/media/opengl/GL3bc.java
ExtendedInterfaceSymbolsIgnore ../src/jogl/classes/javax/media/opengl/GLBase.java
ExtendedInterfaceSymbolsIgnore ../src/jogl/classes/javax/media/opengl/fixedfunc/GLMatrixFunc.java
ExtendedInterfaceSymbolsIgnore ../src/jogl/classes/javax/media/opengl/fixedfunc/GLPointerFunc.java
ExtendedInterfaceSymbolsIgnore ../src/jogl/classes/javax/media/opengl/fixedfunc/GLLightingFunc.java

Package javax.media.opengl
Style InterfaceAndImpl
JavaClass GL4bc
#Extends GL4bc GLBase
#Extends GL4bc GL
#Extends GL4bc GL2ES1
#Extends GL4bc GL2ES2
#Extends GL4bc GL2ES3
#Extends GL4bc GL3ES3
#Extends GL4bc GL4ES3
#Extends GL4bc GL2GL3
#Extends GL4bc GL2
#Extends GL4bc GL3
Extends GL4bc GL3bc
Extends GL4bc GL4
ImplPackage jogamp.opengl.gl4
ImplJavaClass GL4bcImpl
Implements GL4bcImpl GLBase
Implements GL4bcImpl GL
Implements GL4bcImpl GL2ES1
Implements GL4bcImpl GL2ES2
Implements GL4bcImpl GL2ES3
Implements GL4bcImpl GL3ES3
Implements GL4bcImpl GL4ES3
Implements GL4bcImpl GL2GL3
Implements GL4bcImpl GL2
Implements GL4bcImpl GL3
Implements GL4bcImpl GL3bc
Implements GL4bcImpl GL4

Include gl-common.cfg
Include gl-common-extensions.cfg
Include gl-desktop.cfg
Include gl3-desktop.cfg
Include gl3-common.cfg
Include gl2_es2-CustomJavaCode.cfg

#
# Manually implement following GL functions to be redirected 
# to GLBufferObjectTracker.
#
ManuallyImplement glNamedBufferDataEXT
ForceProcAddressGen glNamedBufferDataEXT
MethodJavadoc glNamedBufferDataEXT * <p>
MethodJavadoc glNamedBufferDataEXT * Throws a {@link GLException} if GL-function constraints are not met or the native GL-function fails.
MethodJavadoc glNamedBufferDataEXT * </p>
MethodJavadoc glNamedBufferDataEXT * <p>
MethodJavadoc glNamedBufferDataEXT * @throws GLException if size is less-than zero
MethodJavadoc glNamedBufferDataEXT * @throws GLException if a native GL-Error occurs
MethodJavadoc glNamedBufferDataEXT * </p>

ManuallyImplement glMapNamedBufferEXT
ForceProcAddressGen glMapNamedBufferEXT
MethodJavadoc glMapNamedBufferEXT * <p>
MethodJavadoc glMapNamedBufferEXT * Throws a {@link GLException} if GL-function constraints are not met.
MethodJavadoc glMapNamedBufferEXT * </p>
MethodJavadoc glMapNamedBufferEXT * <p>
MethodJavadoc glMapNamedBufferEXT * Returns {@link GL2#mapNamedBuffer(int, int)}'s {@link GLBufferStorage#getMappedBuffer()}.
MethodJavadoc glMapNamedBufferEXT * </p>
MethodJavadoc glMapNamedBufferEXT * <p>
MethodJavadoc glMapNamedBufferEXT * @throws GLException if buffer is not tracked
MethodJavadoc glMapNamedBufferEXT * @throws GLException if buffer is already mapped
MethodJavadoc glMapNamedBufferEXT * @throws GLException if buffer has invalid store size, i.e. less-than zero
MethodJavadoc glMapNamedBufferEXT * </p>

ManuallyImplement glMapNamedBufferRangeEXT
ForceProcAddressGen glMapNamedBufferRangeEXT
MethodJavadoc glMapNamedBufferRangeEXT * <p>
MethodJavadoc glMapNamedBufferRangeEXT * Throws a {@link GLException} if GL-function constraints are not met.
MethodJavadoc glMapNamedBufferRangeEXT * </p>
MethodJavadoc glMapNamedBufferRangeEXT * <p>
MethodJavadoc glMapNamedBufferRangeEXT * Returns {@link GL2#mapNamedBufferRange(int, long, long, int)}'s {@link GLBufferStorage#getMappedBuffer()}.
MethodJavadoc glMapNamedBufferRangeEXT * </p>
MethodJavadoc glMapNamedBufferRangeEXT * <p>
MethodJavadoc glMapNamedBufferRangeEXT * @throws GLException if buffer is not tracked
MethodJavadoc glMapNamedBufferRangeEXT * @throws GLException if buffer is already mapped
MethodJavadoc glMapNamedBufferRangeEXT * @throws GLException if buffer has invalid store size, i.e. less-than zero
MethodJavadoc glMapNamedBufferRangeEXT * @throws GLException if buffer mapping range does not fit, incl. offset
MethodJavadoc glMapNamedBufferRangeEXT * </p>

ManuallyImplement glUnmapNamedBufferEXT
ForceProcAddressGen glUnmapNamedBufferEXT

# Manuall implement glDebugMessageCallback* using the proc address resolver
ForceProcAddressGen glDebugMessageCallback
ForceProcAddressGen glDebugMessageCallbackAMD

# Force all of the methods to be emitted using dynamic linking so we
# don't need to link against any emulation library on the desktop or
# depend on the presence of an import library for a particular device
ForceProcAddressGen __ALL__

# Also force the calling conventions of the locally generated function
# pointer typedefs for these routines to APIENTRY
LocalProcAddressCallingConvention __ALL__ APIENTRY

EmitProcAddressTable true
ProcAddressTableClassName GL4bcProcAddressTable
GetProcAddressTableExpr ((GL4bcProcAddressTable)_context.getGLProcAddressTable())

# Pick up on-line OpenGL javadoc thanks to user cylab on javagaming.org forums
TagNativeBinding true

# Ignore extensions that are already picked up via the GL2ES1 interface
IgnoreExtension GL_EXT_point_parameters

IncludeAs CustomJavaCode GL4bc gl4bc-common-cpubufferJavaCode.java

# Add PixelStorei StateTracker
CustomJavaCode GL4bcImpl private static final int params_offset = 0; // just a helper for JavaPrologue ..

JavaPrologue glPixelStorei glStateTracker.setInt(pname, param);

JavaPrologue glGetIntegerv if ( glStateTracker.getInt(pname, params, params_offset) ) { return; }

JavaPrologue glFrustumf if ( !_context.hasFP32CompatAPI() ) {
JavaPrologue glFrustumf   glFrustum((double)left, (double)right, (double)bottom, (double)top, (double)zNear, (double)zFar);
JavaPrologue glFrustumf   return;
JavaPrologue glFrustumf }

JavaPrologue glOrthof if ( !_context.hasFP32CompatAPI() ) {
JavaPrologue glOrthof   glOrtho((double)left, (double)right, (double)bottom, (double)top, (double)zNear, (double)zFar);
JavaPrologue glOrthof   return;
JavaPrologue glOrthof }

JavaPrologue glDepthRangef if ( !_context.isGLES2Compatible() && !_context.hasFP32CompatAPI() ) {
JavaPrologue glDepthRangef   glDepthRange( (double)zNear, (double)zFar );  
JavaPrologue glDepthRangef   return;
JavaPrologue glDepthRangef }

JavaPrologue glClearDepthf if ( !_context.isGLES2Compatible() && !_context.hasFP32CompatAPI() ) {
JavaPrologue glClearDepthf   glClearDepth( (double)depth );  
JavaPrologue glClearDepthf   return;
JavaPrologue glClearDepthf }

Include gl-headers.cfg
Include gl3ext-headers.cfg

IncludeAs CustomJavaCode GL4bcImpl gl-impl-CustomJavaCode-common.java
IncludeAs CustomJavaCode GL4bcImpl gl-impl-CustomJavaCode-gl4bc.java
IncludeAs CustomJavaCode GL4bcImpl gl-impl-CustomJavaCode-gl2_es2.java

IncludeAs CustomCCode gl-impl-CustomCCode-gl4bc.c

Import javax.media.opengl.GLES1
Import javax.media.opengl.GLES2
Import javax.media.opengl.GL2ES1
Import javax.media.opengl.GL2ES2
Import javax.media.opengl.GL2ES3
Import javax.media.opengl.GL3ES3
Import javax.media.opengl.GL4ES3
Import javax.media.opengl.GL2GL3
Import javax.media.opengl.GL2
Import javax.media.opengl.GL3
Import javax.media.opengl.GL3bc
Import javax.media.opengl.GL4
Import com.jogamp.common.nio.Buffers
Import com.jogamp.opengl.util.GLBuffers
Import java.io.PrintStream
wb">casesensitive="false" /> <contains string="${ant.java.version}" substring="2.0" casesensitive="false" /> </or> </not> </condition> </fail> </target> <target name="jogamp.env.init" depends="jogamp.env.validation"> <property environment="env" /> <tstamp> <format property="version.timestamp" pattern="yyyyMMdd"/> </tstamp> <condition property="jogamp.jar.codebase" value="${env.JOGAMP_JAR_CODEBASE}"> <not> <equals arg1="${env.JOGAMP_JAR_CODEBASE}" arg2="$${env.JOGAMP_JAR_CODEBASE}" casesensitive="true" /> </not> </condition> <property name="jogamp.jar.codebase" value=""/> <!-- A jogamp build uses value "Codebase: *.jogamp.org" --> <echo message="jogamp.jar.codebase ${jogamp.jar.codebase}"/> <property name="jogamp.version.major" value="2"/> <property name="jogamp.version.minor" value="1"/> <property name="jogamp.version.submi" value="5"/> <property name="jogamp.version.devel" value="-rc-${version.timestamp}"/> <!-- Devel RC Tag --> <!-- property name="jogamp.version.devel" value=""/ --> <!-- Release tag --> <property name="jogamp.version.base" value="${jogamp.version.major}.${jogamp.version.minor}"/> <property name="jogamp.version" value="${jogamp.version.base}.${jogamp.version.submi}${jogamp.version.devel}" /> <echo message="jogamp.version ${jogamp.version}"/> <!-- This is the Android version: xxyyzzz, xx=API yy screen-from-to zzz app-version--> <property name="jogamp.version.int" value="0914018"/> <echo message="jogamp.version.int ${jogamp.version.int}"/> <!-- only set 'junit.is.disabled' if set in environment as 'true' to disable JUNIT tests --> <condition property="junit.is.disabled" value="${env.JUNIT_DISABLED}"> <istrue value="${env.JUNIT_DISABLED}"/> </condition> <echo message="junit.is.disabled ${junit.is.disabled}"/> <condition property="junit.run.arg0" value="${env.JUNIT_RUN_ARG0}"> <not> <equals arg1="${env.JUNIT_RUN_ARG0}" arg2="$${env.JUNIT_RUN_ARG0}" casesensitive="true" /> </not> </condition> <property name="junit.run.arg0" value="-Djunit.run.arg0=dummy" /> <!-- default dummy values --> <condition property="junit.run.arg1" value="${env.JUNIT_RUN_ARG1}"> <not> <equals arg1="${env.JUNIT_RUN_ARG1}" arg2="$${env.JUNIT_RUN_ARG1}" casesensitive="true" /> </not> </condition> <property name="junit.run.arg1" value="-Djunit.run.arg1=dummy" /> <!-- default dummy values --> <!-- only set 'build.archiveon' if set in environment as 'true' to trigger archive creation --> <condition property="build.archiveon" value="${env.BUILD_ARCHIVE}"> <istrue value="${env.BUILD_ARCHIVE}"/> </condition> <condition property="build.node.name" value="${env.NODE_NAME}" else="local"> <not> <equals arg1="${env.NODE_NAME}" arg2="$${env.NODE_NAME}" casesensitive="true" /> </not> </condition> <condition property="android.version" value="${env.ANDROID_VERSION}" else="9"> <not> <equals arg1="${env.ANDROID_VERSION}" arg2="$${env.ANDROID_VERSION}" casesensitive="true" /> </not> </condition> <condition property="target.sourcelevel" value="${env.SOURCE_LEVEL}"> <not> <equals arg1="${env.SOURCE_LEVEL}" arg2="$${env.SOURCE_LEVEL}" casesensitive="true" /> </not> </condition> <condition property="target.targetlevel" value="${env.TARGET_LEVEL}"> <not> <equals arg1="${env.TARGET_LEVEL}" arg2="$${env.TARGET_LEVEL}" casesensitive="true" /> </not> </condition> <condition property="target.rt.jar" value="${env.TARGET_RT_JAR}"> <not> <equals arg1="${env.TARGET_RT_JAR}" arg2="$${env.TARGET_RT_JAR}" casesensitive="true" /> </not> </condition> <fail message="You need to specify all properties 'target.sourcelevel', 'target.targetlevel' and 'target.rt.jar' or none at all."> <condition> <and> <or> <isset property="target.sourcelevel"/> <isset property="target.targetlevel"/> <isset property="target.rt.jar"/> </or> <not> <and> <isset property="target.sourcelevel"/> <isset property="target.targetlevel"/> <isset property="target.rt.jar"/> </and> </not> </and> </condition> </fail> <condition property="target.user.set" value="true"> <and> <isset property="target.sourcelevel"/> <isset property="target.targetlevel"/> <isset property="target.rt.jar"/> </and> </condition> <property name="target.sourcelevel" value="${ant.java.version}" /> <!-- default fallback values --> <property name="target.targetlevel" value="${ant.java.version}" /> <!-- default fallback values --> <!-- Default value for std Java (incl. Java7 on OS X) --> <condition property="target.rt.jar" value="${java.home}/lib/rt.jar"> <available file="${java.home}/lib/rt.jar"/> </condition> <!-- Default fallback value for Java6 OS X --> <condition property="target.rt.jar" value="${java.home}/../Classes/classes.jar"> <available file="${java.home}/../Classes/classes.jar"/> </condition> <!-- Default fallback value on std Java --> <echo message="target.user.set ${target.user.set}"/> <echo message="target.sourcelevel ${target.sourcelevel}"/> <echo message="target.targetlevel ${target.targetlevel}"/> <echo message="target.rt.jar ${target.rt.jar}"/> <fail message="No target.rt.jar specified not found."> <condition> <not> <isset property="target.rt.jar"/> </not> </condition> </fail> <property name="host.sourcelevel" value="${ant.java.version}" /> <!-- default values for compile time components --> <property name="host.targetlevel" value="${ant.java.version}" /> <!-- default values for compile time components --> <!-- Default value for std Java (incl. Java7 on OS X) --> <condition property="host.rt.jar" value="${java.home}/lib/rt.jar"> <available file="${java.home}/lib/rt.jar"/> </condition> <!-- Default fallback value for Java6 OS X --> <condition property="host.rt.jar" value="${java.home}/../Classes/classes.jar"> <available file="${java.home}/../Classes/classes.jar"/> </condition> <echo message="host.sourcelevel ${host.sourcelevel}"/> <echo message="host.targetlevel ${host.targetlevel}"/> <echo message="host.rt.jar ${host.rt.jar}"/> <fail message="No host.rt.jar specified not found."> <condition> <not> <isset property="host.rt.jar"/> </not> </condition> </fail> <fail message="Unsupported Target Java version (sourcelevel): ${target.sourcelevel}. Make sure that the version of the Java compiler is 1.6 (6.0) or greater."> <condition> <not> <or> <contains string="${target.sourcelevel}" substring="1.6" casesensitive="false" /> <contains string="${target.sourcelevel}" substring="1.7" casesensitive="false" /> <contains string="${target.sourcelevel}" substring="1.8" casesensitive="false" /> </or> </not> </condition> </fail> <fail message="Unsupported Target Java version (targetlevel): ${target.targetlevel}. Make sure that the version of the Java compiler is 1.6 (6.0) or greater."> <condition> <not> <or> <contains string="${target.targetlevel}" substring="1.6" casesensitive="false" /> <contains string="${target.targetlevel}" substring="1.7" casesensitive="false" /> <contains string="${target.targetlevel}" substring="1.8" casesensitive="false" /> </or> </not> </condition> </fail> <property name="javacdebug" value="true" /> <property name="javacdebuglevel" value="source,lines" /> <!--property name="javacdebuglevel" value="source,lines,vars" /--> <!-- property name="javac.memorymax" value="128m" /--> <!-- I ran out of memory with these .. linux x86_64 6u14 --> <property name="javac.memorymax" value="1024m" /> <echo message="javacdebug ${javacdebug}"/> <echo message="javacdebuglevel ${javacdebuglevel}"/> <echo message="javac.memorymax ${javac.memorymax}"/> <echo message="build.archiveon ${build.archiveon}"/> <echo message="build.node.name ${build.node.name}"/> <echo message="android.version ${android.version}"/> <echo message="junit.run.arg0 ${junit.run.arg0}"/> <echo message="junit.run.arg1 ${junit.run.arg1}"/> <condition property="macosx.sdkroot" value="${env.SDKROOT}"> <not> <equals arg1="${env.SDKROOT}" arg2="$${env.SDKROOT}" casesensitive="true" /> </not> </condition> <echo message="macosx.sdkroot ${macosx.sdkroot}"/> </target> </project>