Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Uses GLProfile.getMaximum(true) to fix problems under Linux ARM with ↵ | Julien Gouesse | 2013-03-27 | 4 | -5/+6 | |
| | | | | OpenGL-ES 2.0 | |||||
* | Adds OpenGL-ES 2.0 support | Julien Gouesse | 2013-03-23 | 1 | -2/+3 | |
| | ||||||
* | Adds OpenGL-ES 2.0 support | Julien Gouesse | 2013-03-23 | 8 | -74/+254 | |
| | ||||||
* | Adds OpenGL-ES 2.0 support, prepares the use of PMVMatrix (work in progress) | Julien Gouesse | 2013-03-22 | 3 | -2/+38 | |
| | ||||||
* | Adds OpenGL-ES 2.0 support (work in progress) | Julien Gouesse | 2013-03-21 | 1 | -10/+12 | |
| | ||||||
* | Removes JoglLibraryPaths | Julien Gouesse | 2013-03-21 | 1 | -59/+0 | |
| | ||||||
* | Adds setVSyncEnabled(boolean) into AWT-based canvases | Julien Gouesse | 2013-03-17 | 1 | -9/+1 | |
| | ||||||
* | Adds setVSyncEnabled(boolean) into AWT-based canvases | Julien Gouesse | 2013-03-17 | 2 | -0/+22 | |
| | ||||||
* | Uses the proper buffer size when using ScreenExporter with JOGL 2.0 | Julien Gouesse | 2013-03-09 | 1 | -3/+18 | |
| | ||||||
* | Doesn't assume that the drawable is realized | Julien Gouesse | 2013-03-09 | 2 | -52/+55 | |
| | ||||||
* | Doesn't assume that the drawable is realized | Julien Gouesse | 2013-03-09 | 4 | -11/+10 | |
| | ||||||
* | Fixes GeneratedTexturesExample (several rewind() calls were missing in the API) | Julien Gouesse | 2013-03-09 | 1 | -0/+3 | |
| | ||||||
* | Allows JoglNewtKey to work with several builds of JOGL 2.0 | Julien Gouesse | 2013-03-09 | 1 | -1/+9 | |
| | ||||||
* | Adapts JoglNewtKey to the latest changes in the public API of NEWT | Julien Gouesse | 2013-03-07 | 1 | -4/+3 | |
| | ||||||
* | AWT-free JOGL 2.0 image loader | Julien Gouesse | 2013-03-06 | 2 | -2/+191 | |
| | ||||||
* | ES isolation (work in progress) | Julien Gouesse | 2013-03-06 | 4 | -88/+178 | |
| | ||||||
* | Removes the previous fix from JoglNewtAwtCanvas | Julien Gouesse | 2013-03-05 | 2 | -67/+11 | |
| | ||||||
* | Fix for JoglNewtAwtCanvas | Julien Gouesse | 2013-03-03 | 2 | -19/+76 | |
| | ||||||
* | ES isolation (work in progress) | Julien Gouesse | 2013-03-01 | 6 | -94/+408 | |
| | ||||||
* | Adds a TODO notice about PBuffer that should be replaced by ↵ | Julien Gouesse | 2013-02-28 | 1 | -0/+1 | |
| | | | | GLOffscreenAutoDrawable | |||||
* | Creates the GLU instance more reliably | Julien Gouesse | 2013-02-28 | 1 | -2/+1 | |
| | ||||||
* | Improves the debug pipeline | Julien Gouesse | 2013-02-28 | 1 | -1/+37 | |
| | ||||||
* | normalized line endings | neothemachine | 2013-02-21 | 2 | -302/+302 | |
| | | | | | | see http://www.hanselman.com/blog/YoureJustAnotherCarriageReturnLineFeedInTheWall.aspx and https://help.github.com/articles/dealing-with-line-endings | |||||
* | Merge branch 'master' of git://github.com/Renanse/Ardor3D | Julien Gouesse | 2013-02-09 | 1 | -10/+15 | |
|\ | ||||||
| * | Merge remote-tracking branch 'origin/master' | renanse | 2013-02-03 | 23 | -509/+586 | |
| |\ | ||||||
| * | | Added detection of MSAA FBO and FBO blit. | renanse | 2013-02-03 | 1 | -10/+15 | |
| | | | | | | | | | | | | Fixed multisample support on LwjglHeadlessCanvas - still needs fixing in FBO texture rendering. | |||||
* | | | Adds offscreen support | Julien Gouesse | 2013-01-30 | 1 | -1/+2 | |
| | | | ||||||
* | | | Adds offscreen support | Julien Gouesse | 2013-01-28 | 2 | -67/+84 | |
| |/ |/| | ||||||
* | | Replaces GLU.getCurrent*() by GLContext.getCurrent*() | Julien Gouesse | 2013-01-25 | 22 | -471/+548 | |
| | | ||||||
* | | Does not use the ECT yet | Julien Gouesse | 2013-01-22 | 1 | -1/+0 | |
| | | ||||||
* | | Adds a workaround for a regression in the build 896 impacting at least ↵ | Julien Gouesse | 2013-01-18 | 1 | -0/+1 | |
| | | | | | | | | JoglAwtCanvas | |||||
* | | Switches to JOGL 2.0 build 896 | Julien Gouesse | 2013-01-17 | 1 | -38/+38 | |
|/ | ||||||
* | Improves the creation of GLCapabilities | Julien Gouesse | 2013-01-16 | 1 | -0/+13 | |
| | ||||||
* | Fixes the previous commit | Julien Gouesse | 2013-01-15 | 1 | -1/+3 | |
| | ||||||
* | Workaround for the deadlock occurring with Intel 3000HD under Windows | Julien Gouesse | 2013-01-14 | 3 | -93/+119 | |
| | | | | when realizing a drawable and creating a context outside the AWT-EDT whereas the drawable is an heavyweight AWT GLCanvas | |||||
* | Make better use of the AWT dispatch thread. | Renanse | 2013-01-04 | 1 | -11/+32 | |
| | ||||||
* | move all files from trunk to root folder | neothemachine | 2012-12-05 | 38 | -0/+10291 | |