aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-jogl/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* | Drives the OpenGL-ES code path more robust, especially when dealing with the ...Julien Gouesse2014-08-152-14/+34
* | Sets the mipmap sizesJulien Gouesse2014-08-111-1/+11
* | Adds the early mipmaps production into the image loaderJulien Gouesse2014-08-111-6/+33
* | Lets JOGL indicate the vertical orientation of the texture dataJulien Gouesse2014-08-111-19/+8
* | Fixes the TGA support and improves a lot the detection of image formatJulien Gouesse2014-08-042-80/+368
* | The JOGL image loader claims to support GIF only when the AWT SPI is availabl...Julien Gouesse2014-08-011-17/+29
* | Fixes the vertical orientation of images loaded by JOGL without delegating to...Julien Gouesse2014-08-011-7/+27
* | Adds a mechanism to determine the image type by using the magic number of the...Julien Gouesse2014-08-011-2/+96
* | Switches to JOGL 2.2.0-rc-20140731Julien Gouesse2014-07-311-1/+2
* | Switches to JOGL 2.2.0-rc-20140613Julien Gouesse2014-06-181-2/+2
* | Copies the controller based on JInput 2.0.6 into the JogAmp backendJulien Gouesse2014-05-281-0/+127
* | Adds a few comments into JoglAwtCanvas and clarifies the use of the buffer sw...Julien Gouesse2014-03-202-5/+8
* | Creates the correct debug pipeline matching with any GL instance used by the ...Julien Gouesse2014-02-231-38/+2
* | glFlush() shouldn't be called just before swapBuffers() in the JOGL rendererJulien Gouesse2014-02-151-3/+5
* | Does not drop and reclaim the OpenGL context in JoglCanvasRenderer.draw() by ...Julien Gouesse2014-02-151-4/+37
* | Calls Thread.sleep(5) only when there is no current OpenGL context yet in Jog...Julien Gouesse2014-02-151-8/+12
* | Adds a Swing canvas into the JogAmp backendJulien Gouesse2014-02-052-0/+156
|/
* Adds some documentation into existing JOGL canvases and windowsJulien Gouesse2014-02-045-7/+21
* Adds a canvas based on the JOGL SWT heavyweight GLCanvas into Ardor3DJulien Gouesse2014-02-032-0/+147
* Adds some documentation into existing JOGL canvases and windowsJulien Gouesse2014-02-031-0/+0
* Adds a utility to convert Ardor3D images into JOGL images (untested)Julien Gouesse2014-01-311-0/+99
* Adds a method to convert JOGL/NEWT texture data into Ardor3D imagesJulien Gouesse2014-01-301-8/+23
* Adds the very first blueprint of JoglNewtSwtCanvas into the JogAmp backendJulien Gouesse2014-01-291-0/+108
* Fixes the implementation of setCursor in the JOGL NEWT backend again, the ori...Julien Gouesse2014-01-091-1/+1
* Fixes the implementation of setCursor in the JOGL NEWT backendJulien Gouesse2014-01-091-1/+8
* Removes a useless multiplication in the implementation of setCursor in the JO...Julien Gouesse2014-01-091-1/+1
* First implementation of setCursor in the JOGL NEWT backendJulien Gouesse2014-01-091-15/+39
* 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-042-22/+20
* Adds the missing new class DirectNioBuffersSetJulien Gouesse2013-10-111-0/+110
* Adds missing @Override annotations, fixes a few bugs and decreases the native...Julien Gouesse2013-10-1116-141/+358
* Allows to skip auto-repeat eventsJulien Gouesse2013-08-012-43/+73
* Switches to JOGL 2.0.2Julien Gouesse2013-07-301-4/+5
* 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 buffe...Julien Gouesse2013-06-191-5/+3
* 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 chang...Julien Gouesse2013-05-091-10/+10
* 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
* 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