aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Adds the support of texture data flipping into JoglImageLoaderJulien Gouesse2013-04-061-70/+128
| * | Fixes a bug in the dedicated method to get the GLProfile, skips forward compa...Julien Gouesse2013-04-061-1/+10
| * | Uses a single dedicated method to get the GLProfileJulien Gouesse2013-04-064-15/+29
| * | Repairs the JOGL image loader (still no support of the 'flipped' flag)Julien Gouesse2013-04-061-4/+11
| * | Switches to JOGL 2.0 RC11 post build 08Julien Gouesse2013-04-061-1/+1
| * | Switches to JOGL 2.0 RC11 post build 08Julien Gouesse2013-04-061-1/+1
| | * Cleaned up and fixed the pom.xml files.Vincent Cantin2013-04-0716-683/+546
| |/ |/|
* | Merge pull request #36 from gouessej/masterJoshua Slack2013-04-0319-24/+36
|\|
| * Fixes the regression introduced by my previous commitJulien Gouesse2013-04-0319-24/+36
* | fixes for recent package change.renanse2013-04-0334-42/+42
* | fixes for recent package change.renanse2013-04-036-9/+9
* | Merge pull request #35 from gouessej/masterJoshua Slack2013-04-026-11/+51
|\|
| * Allows the use of clip planes with OpenGL-ES1Julien Gouesse2013-04-026-11/+51
* | Merge pull request #34 from migroh/masterJoshua Slack2013-04-025-0/+0
|\ \
| * | renamed package image.util to image.util.awtmigroh2013-04-025-0/+0
|/ /
* | Merge pull request #31 from gouessej/masterJoshua Slack2013-03-2719-1760/+1761
|\|
| * Uses GLProfile.getMaximum(true) to fix problems under Linux ARM with OpenGL-E...Julien Gouesse2013-03-274-5/+6
| * Gets Renanse's changesJulien Gouesse2013-03-2715-1755/+1755
|/
* Merge pull request #30 from gouessej/masterJoshua Slack2013-03-2734-375/+1799
|\
| * Reverts useless changes in pom.xmlJulien Gouesse2013-03-251-0/+9
| * Adds OpenGL-ES 2.0 supportJulien Gouesse2013-03-231-2/+3
| * Adds OpenGL-ES 2.0 supportJulien Gouesse2013-03-238-74/+254
| * Adds OpenGL-ES 2.0 support, prepares the use of PMVMatrix (work in progress)Julien Gouesse2013-03-224-3/+44
| * Adds OpenGL-ES 2.0 support (work in progress)Julien Gouesse2013-03-211-10/+12
| * Removes JoglLibraryPathsJulien Gouesse2013-03-211-59/+0
| * Applet support for the JOGL renderer (first attempt)Julien Gouesse2013-03-181-26/+33
| * Applet support for the JOGL renderer (first attempt)Julien Gouesse2013-03-171-0/+322
| * Adds setVSyncEnabled(boolean) into AWT-based canvasesJulien Gouesse2013-03-171-9/+1
| * Adds setVSyncEnabled(boolean) into AWT-based canvasesJulien Gouesse2013-03-172-0/+22
| * Uses the proper buffer size when using ScreenExporter with JOGL 2.0Julien Gouesse2013-03-095-9/+63
| * Doesn't assume that the drawable is realizedJulien Gouesse2013-03-092-52/+55
| * Doesn't assume that the drawable is realizedJulien Gouesse2013-03-094-11/+10
| * Adds JoglNewtAwtExampleJulien Gouesse2013-03-091-0/+213
| * Merge branch 'master' of git://github.com/Renanse/Ardor3DJulien Gouesse2013-03-093-2/+42911
| |\
| * | Fixes GeneratedTexturesExample (several rewind() calls were missing in the API)Julien Gouesse2013-03-092-2/+7
| * | Allows JoglNewtKey to work with several builds of JOGL 2.0Julien Gouesse2013-03-091-1/+9
| * | Adapts JoglNewtKey to the latest changes in the public API of NEWTJulien Gouesse2013-03-071-4/+3
| * | AWT-free JOGL 2.0 image loaderJulien Gouesse2013-03-062-2/+191
| * | ES isolation (work in progress)Julien Gouesse2013-03-064-88/+178
| * | Removes the previous fix from JoglNewtAwtCanvasJulien Gouesse2013-03-052-67/+11
| * | Fix for JoglNewtAwtCanvasJulien Gouesse2013-03-032-19/+76
| * | ES isolation (work in progress)Julien Gouesse2013-03-016-94/+408
| * | Adds a TODO notice about PBuffer that should be replaced by GLOffscreenAutoDr...Julien Gouesse2013-02-281-0/+1
| * | Creates the GLU instance more reliablyJulien Gouesse2013-02-281-2/+1
| * | Improves the debug pipelineJulien Gouesse2013-02-281-1/+37
| * | Uses JOGL 2.0 RC11 post build 06Julien Gouesse2013-02-22379-66481/+66738
| |\ \
| * | | Uses JOGL 2.0 RC11 post build 06Julien Gouesse2013-02-222-1/+7
| * | | Reverts the latest changesJulien Gouesse2013-02-161-1/+1
| * | | Switches to the lastest post build of JOGL 2.0 RC11Julien Gouesse2013-02-161-1/+1
* | | | Fix for situations where url is "#". (Which appears to be quiteRenanse2013-03-271-0/+3