aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-jogl
Commit message (Collapse)AuthorAgeFilesLines
* Improves the previous commitJulien Gouesse2013-11-041-5/+8
|
* Modifies the JOGL renderer in order to support the changes introduced in the ↵Julien Gouesse2013-11-043-24/+22
| | | | public APIs of JOGL 2.1.x
* Adds the missing new class DirectNioBuffersSetJulien Gouesse2013-10-111-0/+110
|
* Adds missing @Override annotations, fixes a few bugs and decreases the ↵Julien Gouesse2013-10-1116-141/+358
| | | | native memory footprint of the JOGL renderer
* Does not use the development repository to get the stable release of JOGL, ↵Julien Gouesse2013-08-111-2/+3
| | | | rather uses Maven Central
* Allows to skip auto-repeat eventsJulien Gouesse2013-08-012-43/+73
|
* Switches to JOGL 2.0.2Julien Gouesse2013-07-301-4/+5
|
* [maven-release-plugin] prepare for next development iterationneothemachine2013-07-231-1/+1
|
* [maven-release-plugin] prepare release v0.9v0.9neothemachine2013-07-231-1/+1
|
* Switches to JOGL 2.0.2 RC12Julien Gouesse2013-06-262-10/+6
|
* Requires OpenGL 3.1 to use draw instancingJulien Gouesse2013-06-241-1/+1
|
* Forces the rebinding of the texture only when the drawable uses a frame ↵Julien Gouesse2013-06-191-5/+3
| | | | buffer object as neothemachine suggested
* Fixes offscreen support, forces the rebinding of the texture in this caseJulien Gouesse2013-06-181-1/+7
|
* Adds the support of 9 mouse buttons into the JOGL 2.0 NEWT backendJulien Gouesse2013-06-181-5/+23
|
* Modifies the few classes using NEWT to fix compile errors caused by API ↵Julien Gouesse2013-05-091-10/+10
| | | | changes in JOGL 2.0 build 987
* Allows to override the capabilities utilitiesJulien Gouesse2013-05-077-28/+54
|
* Fixes the wrong match between key symbols and keys on non-QWERTY keyboardsJulien Gouesse2013-04-292-15/+9
|
* Allows to control the creation of the renderer in the canvas rendererJulien Gouesse2013-04-261-1/+6
|
* Switches to JOGL 2.0.2 RC 20130425Julien Gouesse2013-04-251-22/+33
|
* The keys KANA and KANJI are not supported any more by NEWTJulien Gouesse2013-04-241-2/+2
|
* Drives JoglImageLoader 50 times fasterJulien Gouesse2013-04-131-117/+149
|
* Fixes a regression in JoglClipStateUtilJulien Gouesse2013-04-111-1/+2
|
* Merge commit 'c4d2aeb67df31a889ea68c622f9cb2c5997f9cd9'Vincent Cantin2013-04-084-68/+156
|\
| * 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 ↵Julien Gouesse2013-04-061-1/+10
| | | | | | | | compatible profiles
| * 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
| |
* | Cleaned up and fixed the pom.xml files.Vincent Cantin2013-04-071-50/+38
|/
* Allows the use of clip planes with OpenGL-ES1Julien Gouesse2013-04-022-6/+18
|
* Uses GLProfile.getMaximum(true) to fix problems under Linux ARM with ↵Julien Gouesse2013-03-274-5/+6
| | | | OpenGL-ES 2.0
* Gets Renanse's changesJulien Gouesse2013-03-271-113/+113
|
* Merge pull request #30 from gouessej/masterJoshua Slack2013-03-2724-355/+1191
|\ | | | | Fixes + enhancements
| * 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-223-2/+38
| |
| * Adds OpenGL-ES 2.0 support (work in progress)Julien Gouesse2013-03-211-10/+12
| |
| * Removes JoglLibraryPathsJulien Gouesse2013-03-211-59/+0
| |
| * 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-091-3/+18
| |
| * 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
| |
| * Fixes GeneratedTexturesExample (several rewind() calls were missing in the API)Julien Gouesse2013-03-091-0/+3
| |
| * 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
| |