aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Julien Gouesse2013-02-281-0/+1
| | | | GLOffscreenAutoDrawable
* 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
|\
| * Merge pull request #27 from neothemachine/gitattributesJoshua Slack2013-02-21373-66472/+66474
| |\ | | | | | | I don't have the patience to wade through ALL 66k lines to see that it is all only lf/cr conversions but otherwise looks ok and yeah makes sense. :)
| | * normalized line endingsneothemachine2013-02-21373-66472/+66474
| | | | | | | | | | | | | | | | | | see http://www.hanselman.com/blog/YoureJustAnotherCarriageReturnLineFeedInTheWall.aspx and https://help.github.com/articles/dealing-with-line-endings
| * | Merge pull request #23 from neothemachine/assemblyJoshua Slack2013-02-176-2/+267
| |\| | | | | | | Added new distribution module which builds different distributable zips
| | * Fixed assembly artifact exclusion bugneothemachine2013-02-175-7/+10
| | | | | | | | | | | | | | | see http://jira.codehaus.org/browse/MASSEMBLY-644 Updated ardor3d-examples to use 2.4 of maven-assembly-plugin
| | * made the dependency filtering of the example assembly strict so that anneothemachine2013-02-171-0/+1
| | | | | | | | | obsolete assembly configuration in the future leads to a build error
| | * added "all" assemblyneothemachine2013-02-172-0/+64
| | |
| | * excluded distribution artifacts from being installed to local reponeothemachine2013-02-172-1/+31
| | | | | | | | | added note on what to do when changing to Sonatype OSS
| | * added new distribution module which builds zips with all depsneothemachine2013-02-135-2/+169
| | | | | | | | | also, simplified assembly exclusion filter in examples project
* | | 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
|/ /
* | Merge pull request #12 from neothemachine/dependenciesJoshua Slack2013-02-11201-1843/+609
|\| | | | | Major cleanup and transition to Maven-only
| * Merge branch 'master' into dependenciesneothemachine2013-02-1199-1037/+1432
| |\ | |/ |/|
* | Merge pull request #22 from gouessej/masterJoshua Slack2013-02-092-68/+86
|\ \ | | | | | | Adds offscreen support into the JOGL backend
| * \ Merge branch 'master' of git://github.com/Renanse/Ardor3DJulien Gouesse2013-02-096-44/+121
| |\ \ | |/ / |/| |
* | | Merge remote-tracking branch 'origin/master'renanse2013-02-0365-513/+596
|\ \ \
| * \ \ Merge pull request #20 from gouessej/masterJoshua Slack2013-01-2522-471/+548
| |\ \ \ | | | | | | | | | | Replaces GLU.getCurrent*() by GLContext.getCurrent*()
| * \ \ \ Merge remote-tracking branch 'origin/master'Renanse2013-01-2374-195/+277
| |\ \ \ \
| * | | | | Update the max content size if you set content size larger than it.Renanse2013-01-231-4/+10
| | | | | |
* | | | | | Added detection of MSAA FBO and FBO blit.renanse2013-02-035-40/+111
| | | | | | | | | | | | | | | | | | | | | | | | Fixed multisample support on LwjglHeadlessCanvas - still needs fixing in FBO texture rendering.
| | | | * | Adds offscreen supportJulien Gouesse2013-01-301-1/+2
| | | | | |
| | | | * | Adds offscreen supportJulien Gouesse2013-01-282-67/+84
| | | |/ /
| | | * / Replaces GLU.getCurrent*() by GLContext.getCurrent*()Julien Gouesse2013-01-2522-471/+548
| | |/ /
| | * | Merge pull request #18 from gouessej/masterJoshua Slack2013-01-2242-38/+38
| |/| | |/| | | | | | | Fixes a regression introduced by my previous "fix" and a bug with Intel 3000HD under Windows
| | * | Does not use the ECT yetJulien Gouesse2013-01-221-1/+0
| | | |
| | * | Switches to JOGL 2.0 build 899Julien Gouesse2013-01-2026-0/+0
| | | |
| | * | Adds a workaround for a regression in the build 896 impacting at least ↵Julien Gouesse2013-01-181-0/+1
| | | | | | | | | | | | | | | | JoglAwtCanvas
| | * | Switches to JOGL 2.0 build 896Julien Gouesse2013-01-1742-38/+38
| | | |
* | | | Dropped uses of getIndexBufferrenanse2013-01-2015-56/+56
| | | |
* | | | Merge remote-tracking branch 'origin/master'renanse2013-01-205-94/+153
|\| | |
| * | | Merge pull request #15 from gouessej/masterJoshua Slack2013-01-161-0/+13
| |\| | | | | | | | | | Improves the creation of GLCapabilities
| | * | Improves the creation of GLCapabilitiesJulien Gouesse2013-01-161-0/+13
| | | |
| * | | Merge pull request #14 from gouessej/masterJoshua Slack2013-01-151-1/+3
| |\| | | | | | | | | | Fixes the previous commit
| | * | Fixes the previous commitJulien Gouesse2013-01-151-1/+3
| | | |
| * | | Merge pull request #13 from gouessej/masterJoshua Slack2013-01-143-93/+119
| |\| | | | | | | | | | Fixes a regression introduced by my previous "fix" and a bug with Intel 3000HD under Windows
| | * | Workaround for the deadlock occurring with Intel 3000HD under WindowsJulien Gouesse2013-01-143-93/+119
| |/ / | | | | | | | | | when realizing a drawable and creating a context outside the AWT-EDT whereas the drawable is an heavyweight AWT GLCanvas
| * | fixed erroneous javadocRenanse2013-01-141-3/+0
| | |
| * | Make better use of the AWT dispatch thread.Renanse2013-01-041-11/+32
| | |
* | | Switched more code to using more efficient index buffers.renanse2013-01-2018-101/+183
|/ /
* | Update ardor3d-core/src/main/java/com/ardor3d/scenegraph/MeshData.javaJoshua Slack2012-12-201-0/+1
| | | | | | replace missing refreshInterleaved();
* | Suggested tweak from Julien GouesseRenanse2012-12-201-4/+7
| |
* | Merge remote-tracking branch 'origin/master'renanse2012-12-199-16/+104
|\ \