aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-jogl/src/main/java/com/ardor3d/renderer
Commit message (Expand)AuthorAgeFilesLines
* Removes the misleading VBO interleaved data modeJulien Gouesse2021-08-301-200/+0
* Fixes some errors in the Java documentation of ardor3d-joglJulien Gouesse2019-06-011-8/+15
* Merges several Renanse's commitsJulien Gouesse2018-01-272-16/+23
|\
| * Fixed bug with caps in Jogl recently introduced.Joshua Slack2017-10-181-3/+5
| * Added some additional caps detection + divorced UIContainer standin texture s...Joshua Slack2017-10-161-1/+10
| * Added centerOn method to UIComponent to make it simpler to center a component...Joshua Slack2017-09-291-6/+3
* | Merges Renanse's commit 9e9c406384a5ef51fd777d936932382f8dde0dc4Julien Gouesse2018-01-271-2/+3
|\|
| * Cleaned up various warningsJoshua Slack2017-04-201-3/+3
* | Updates the copyright headers and templatesJulien Gouesse2016-08-0710-10/+10
* | Switches from Java 1.6 to Java 1.7 and fixes numerous warningsJulien Gouesse2016-06-301-2/+2
* | Fixes the OpenGL ES 2 support, not exposed yet anywayJulien Gouesse2015-09-253-5/+9
* | Fixes the issue #18Julien Gouesse2015-08-141-5/+6
* | Fixes the issue #17Julien Gouesse2015-04-211-18/+17
* | Uses JOGL 2.3.0 RC 20150205Julien Gouesse2015-02-096-33/+33
* | Uses a dumb GLU instance in the renderer as it's only used to get error stringsJulien Gouesse2014-10-101-4/+1
* | Caches the GLU instancesJulien Gouesse2014-10-101-2/+5
* | Improves the ES code pathsJulien Gouesse2014-08-173-23/+49
* | Drives the OpenGL-ES code path more robust when managing textures, blending a...Julien Gouesse2014-08-161-4/+12
* | Drives the OpenGL-ES code path more robust, especially when dealing with the ...Julien Gouesse2014-08-151-3/+9
* | 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
* | glFlush() shouldn't be called just before swapBuffers() in the JOGL rendererJulien Gouesse2014-02-151-3/+5
|/
* 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-041-16/+14
* Adds missing @Override annotations, fixes a few bugs and decreases the native...Julien Gouesse2013-10-116-88/+218
* Requires OpenGL 3.1 to use draw instancingJulien Gouesse2013-06-241-1/+1
* Allows to override the capabilities utilitiesJulien Gouesse2013-05-071-16/+19
* Switches to JOGL 2.0.2 RC 20130425Julien Gouesse2013-04-251-22/+33
* Uses a single dedicated method to get the GLProfileJulien Gouesse2013-04-061-1/+2
* Allows the use of clip planes with OpenGL-ES1Julien Gouesse2013-04-021-0/+1
* Uses GLProfile.getMaximum(true) to fix problems under Linux ARM with OpenGL-E...Julien Gouesse2013-03-271-2/+3
* Adds OpenGL-ES 2.0 supportJulien Gouesse2013-03-236-64/+248
* Adds OpenGL-ES 2.0 support, prepares the use of PMVMatrix (work in progress)Julien Gouesse2013-03-222-1/+36
* Uses the proper buffer size when using ScreenExporter with JOGL 2.0Julien Gouesse2013-03-091-3/+18
* ES isolation (work in progress)Julien Gouesse2013-03-061-50/+138
* ES isolation (work in progress)Julien Gouesse2013-03-011-28/+91
* Adds a TODO notice about PBuffer that should be replaced by GLOffscreenAutoDr...Julien Gouesse2013-02-281-0/+1
* normalized line endingsneothemachine2013-02-211-49/+49
* Merge remote-tracking branch 'origin/master'renanse2013-02-033-124/+113
|\
| * Replaces GLU.getCurrent*() by GLContext.getCurrent*()Julien Gouesse2013-01-253-124/+113
* | Added detection of MSAA FBO and FBO blit.renanse2013-02-031-10/+15
|/
* move all files from trunk to root folderneothemachine2012-12-055-0/+2992