aboutsummaryrefslogtreecommitdiffstats
path: root/Jake2.sh
Commit message (Collapse)AuthorAgeFilesLines
* Ant build.xml: Build target is 1.6; Pick up TARGET_RT_JAR (-> JRE 1.6 ↵Sven Gothel2013-06-271-3/+5
| | | | rt.jar); Respect javacdebug* props, def. is none.
* mvn antcompat profile.Patrick Woodworth2012-12-071-1/+5
|
* Adding pom.xml and .gitignore.Patrick Woodworth2012-12-071-0/+0
|
* Jake2.sh: +set s_impl joalXerxes Rånby2012-12-061-5/+5
| | | | Signed-off-by: Xerxes Rånby <[email protected]>
* Cleanup: Revert minor (semantic) differences introduced in ↵Sven Gothel2012-10-231-1/+1
| | | | f5612e7dfc635359f15b402c2ee9022a5e703a9d, in search of regression introduced w/ same commit
* Bump jogamp: Adding POINTS drawing in FFP emul.Sven Gothel2012-10-201-2/+2
|
* Fix/Enhance NEWT ScreenMode (FS) integration, simplify NEWTWin creationSven Gothel2012-10-191-0/+2
| | | | | | | | | - Only list unique resolutions - Use List<ScreenMode> - Properly deactivateGLContext()/activateGLContext() for setMode(..) Further: - JoglES2Driver: Claim to have pointExt (FFP emul will follow up)
* Added JOGL2 Flags (README/Jake2.sh), New JOGL Renderer Order, ..Sven Gothel2012-10-191-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | New JOGL Renderer Order, last comes first if not defined by 'vid_ref': - jogldummy - joglgl2 - jogles2 - jogles1 +++ README JOGL2 Flags: JOGL Renderer can be set via 'vid_ref', i.e. '+set vid_ref jogles2' - jogles1 ES1 renderer, may use GL2ES1 w/ 'jogl_gl2es1 1' - jogles2 ES1 renderer, may use GL2ES2 w/ 'jogl_gl2es2 1' - joglgl2 GL2 renderer, maybe disabled w/ 'jogl_gl2 0' - jogldummy NOP GL renderer to measure performance w/o GL costs Special GLProfile selection flags: - jogl_gl2 0 disable joglgl2, default enabled '1' - jogl_gl2es1 1 allow desktop GL2ES1 for jogles1 renderer, default disabled '0' - jogl_gl2es2 1 allow desktop GL2ES2 for jogles2 renderer, default disabled '0' Special drawable surface flags: - jogl_rgb565 1 requesting a RGB565 surface, otherwise request default RGB888 surface
* Jake2.sh: set dummy audio driver (for testing)Sven Gothel2012-10-181-5/+5
|
* NEWTWin: FPS dump on ARM more frequently :)Sven Gothel2012-10-181-1/+2
|
* Jake2.sh: Remove stderr/stdout file pipe, java.awt.headless=trueSven Gothel2012-10-181-3/+4
|
* Jake2.shSven Gothel2012-10-161-1/+7
|
* Jake2.sh script ..Sven Gothel2012-10-161-2/+3
|
* Jake2.sh start script: add some test args ..Sven Gothel2012-10-151-1/+3
|
* Jake2.sh: Set def. gl_mode 0 (320x240)Sven Gothel2012-10-141-1/+2
|
* Start scripts: Adding hints for timeout (as req. on rasp-pi since it's very ↵Sven Gothel2012-10-141-0/+1
| | | | slow w/ ES2 0.5fps)
* Start scripts: Adding hints for timeout (as req. on rasp-pi since it's very ↵Sven Gothel2012-10-141-1/+4
| | | | slow w/ ES2 0.5fps)
* Enabling GL2ES1 and GL2ES2 driver, using JOGL's ImmModeSink and ↵jogl2_es2Sven Gothel2012-10-121-0/+5
| | | | | | | | | FixedFunctionPipeline to complete each profile GL2ES1 uses ImmModeSink GL2ES2 uses ImmModeSink and FixedFunctionPipeline TODO: Updated JOGL contained binaries w/ next aggregated build (please use the source until then)
* Simple NEWT port: Remove AWT dependencies in Jake2 / JOGL / Fast (default ↵NEWTSven Gothel2012-10-081-1/+4
| | | | | | | | | | | | | | | mode) - Prepare for ES2 - Removed AWT init dialog, replaced w/ UI less auto install if n/a @ default location: $HOME/Jake2/baseq2 - JOGL GL2 Renderer 'joglgl2' - JOGL ES2 Renderer 'jogles2' (TBD) - Replaced JOGLKBD (AWT) w/ NEWTKBD - JOGL* Renderer using NEWT
* Simple JOGL2 port: Populate 'lib/jogamp/' w/ builds ↵Sven Gothel2012-10-071-1/+1
| | | | 'gluegen_598-joal_364-jogl_825', use common 'lib/jogamp' folder in build/run
* Simple JOGL2 portSven Gothel2012-10-071-7/+2
| | | | | | | | | | - Remove _very_ old JOGL port (net.java.games.jogl.GL) - Rename Jsr231* -> Jogl* - Port Jsr231 to Jogl2: - package rename of jogl/joal - use AWT GLCanvas derivation instead of partially reimplementing it in JoglDriver - drop some EXT suffixes - name driver 'jogl2'
* use new jogl libs alias jsr231Carsten Weisse2007-05-061-3/+3
|
* use gluegen-rt from jsr231 alias joglCarsten Weisse2007-04-281-1/+1
|
* use only one of the drivers (jogl/joal or lwjgl) because of library ↵merge_render-refactoringCarsten Weisse2006-11-141-5/+8
| | | | collisions jogl/joal is the default
* switch to joal 1.0b01Carsten Weisse2006-10-241-2/+2
| | | | (now we have a system independent joal.jar) TODO * build.xml, install.xml * jnlp files
* recovered carstens bugfix. it was lost because of an eclipse3.2 problem?Rene Stoeckel2005-12-121-3/+3
|
* added version informationRene Stoeckel2005-12-101-2/+4
|
* bugfix: script was wrong :-(Carsten Weisse2005-12-061-2/+2
|
* developer start scriptsHolger Zickner2005-11-281-0/+8