summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * code review (http://jogamp.org/bugzilla/show_bug.cgi?id=396): improved except...Michael Bien2010-04-182-71/+86
| * DRIHack.driHackNeeded is now initialized once in the static initializer (not ...Michael Bien2010-04-171-17/+27
| * JOGL GL4 preperation (cont):Sven Gothel2010-04-177-183/+277
| * Fix broken Offscreen/Pbuffer query introduced in bd4904fb04ab2168aeaf76e74385...Sven Gothel2010-04-169-24/+23
| * Merge branch 'master' of github.com:mbien/joglSven Gothel2010-04-1612-147/+125
| |\
| | * code review: fixed empty catch blocks and a few compiler warnings in unit tests.Michael Bien2010-04-1511-144/+111
| | * added junit test folder to NetBeans project config.Michael Bien2010-04-151-3/+14
| * | JOGL GL4 preperation:Sven Gothel2010-04-1627-413/+826
| |/
| * JOGL (Windows):Sven Gothel2010-04-1514-85/+244
| * Further ATI (fglrx) X11Display bug workaround/cleanupSven Gothel2010-04-1528-508/+1369
| * ATI (fglrx) PBuffer/X11Display bug workaround/cleanupSven Gothel2010-04-1326-130/+317
| * NEWT X11 Fix (mainly ATI and multithreading)Sven Gothel2010-04-138-163/+443
| * Fix: Use file.seperator (win32); Use java.home/bin/javaSven Gothel2010-04-101-3/+3
| * ant 1.8.0 on win32Sven Gothel2010-04-102-3/+3
| * *** Now Using Apache-Ant-1.8.0 ***Sven Gothel2010-04-1014-67/+206
| * Fix NEWT Window destroy/close race condition,Sven Gothel2010-04-094-57/+94
| * junit: Add timeout (30s), enable offscreen testSven Gothel2010-04-093-7/+30
| * Attach build-junit.xml to build.xml ; Add more tests Offscreen(broken on ATI)...Sven Gothel2010-04-0914-12/+1451
| * Fix missing MacOsX Newt refactoringSven Gothel2010-04-091-30/+30
| * Added FIXME comment: DBLBUFOFFSCRN, to tag the impl of forcing single buffer ...Sven Gothel2010-04-094-8/+8
| * Cleanup ant files, intro: build-common.xml used for all targets; Extracting b...Sven Gothel2010-04-099-895/+747
| * Added doc/deployment:Sven Gothel2010-04-0814-224/+922
| * added intelliJ modules for jogl, newt and nativewindow. Removed other project...Michael Bien2010-04-0813-248/+52
| * removed duplicated imports in config files due to changes in gluegen.Michael Bien2010-04-084-7/+0
| * modifications due to class movement in gluegen.Michael Bien2010-03-3132-61/+30
| * Merge branch 'master' of github.com:mbien/joglMichael Bien2010-03-3011-60/+61
| |\
| | * Merge branch 'master' of github.com:mbien/joglSven Gothel2010-03-3029-1148/+340
| | |\
| | * | Adaptions toSven Gothel2010-03-3010-60/+59
| | * | Merge branch 'master' of github.com:mbien/joglSven Gothel2010-03-2971-350/+343
| | |\ \
| | * | | Add uint32_tSven Gothel2010-03-291-0/+2
| * | | | fixed bug where gl3 impl package was placed in jogl.gl2.x11.jar.Michael Bien2010-03-291-4/+31
| | |_|/ | |/| |
| * | | fixed a bunch of javadoc warnings.Michael Bien2010-03-2915-76/+77
| * | | renamed BufferUtil to GLBuffers.Michael Bien2010-03-298-112/+93
| * | | com.jogamp.opengl.util.BufferUtil extends com.jogamp.gluegen.runtime.Buffers.Michael Bien2010-03-2911-417/+78
| * | | renamed platform dependent BufferUtil into java file.Michael Bien2010-03-293-452/+1
| | |/ | |/|
| * | moved com.jogamp.javafx.* to com.jogamp.*.Michael Bien2010-03-2968-337/+330
| * | changes due to BufferFactory -> Buffers renaming in gluegen.Michael Bien2010-03-293-13/+13
| |/
| * final large refactoring to move to com.jogamp.*.Michael Bien2010-03-28143-475/+476
| * Merge branch 'master' of github.com:mbien/joglSven Gothel2010-03-28359-919/+1185
| |\
| | * refactoring part 5, (renaming com.sun.opengl->com.jogamp.opengl)Michael Bien2010-03-278-20/+25
| | * refactoring part 4 (remaining files): renamed com.sun.opengl -> com.jogamp.op...Michael Bien2010-03-2715-33/+33
| | * refactoring part 3 (impl package): renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-2787-184/+184
| | * refactoring part 2 (glu package): renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-2796-256/+256
| | * refactoring: renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-27150-15444/+387
| | * added idea project filesMichael Bien2010-03-2711-0/+253
| | * refactoring due to gluegen changes.Michael Bien2010-03-2744-46/+15111
| * | Adaption for gluegen a41f4d504d2f8cf58114d570d23f757ab2659cfcSven Gothel2010-03-282-2/+2
| |/
| * http://www.jogamp.org/bugzilla/show_bug.cgi?id=391Sven Gothel2010-03-262-8/+21
| * fixed compiler error in TextureRenderer.Michael Bien2010-03-261-1/+1
| * http://www.jogamp.org/bugzilla/show_bug.cgi?id=378Sven Gothel2010-03-2612-183/+204