replicant-frameworks_native/opengl/tools/glgen
Jack Palevich ffac1eff58 Improve glgen
+ gen script is really a bash script rather than a sh script,
  so declare that to be true. (For example, it uses pushd,
  which is a part of bash, but not a part of sh. Not sure
  how this worked until now. Possibly gen was only run in
  environments where /bin/sh was really bash.

+ Check the results of the java compile of the code generator,
  and abort the script if the compile fails.

+ Turn on the bash shell option that guards against using
  uninitialized variables in the script.

+ Remove the generated class files.

Refactor JniCodeEmitter into two classes: a general-purpose
JniCodeEmitter and a specific Jsr239CodeEmitter. The hope is
to use JniCodeEmitter as a base for emitting static OpenGL ES
bindings.
2009-04-14 19:00:09 -07:00
..
src Improve glgen 2009-04-14 19:00:09 -07:00
stubs auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
gen Improve glgen 2009-04-14 19:00:09 -07:00
glspec-1.0 auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
glspec-1.0ext auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
glspec-1.1 auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
glspec-1.1ext auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
glspec-1.1extpack auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
glspec-checks auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00