aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Using Appearance with the Jogl2es2Pipeline will output a warningphil2016-12-041-1/+5
* | | maxVaryingVectors variable loaded into canvas3Dphil2016-12-012-0/+12
* | | checkGLSLShaderExtensions in gl2es2pipeline return truephil2016-11-301-7/+8
* | | gl2es2pipeline used JAWT instead of OffscreenLayerOption phil2016-11-221-5/+10
* | | SparseArray added for performance in gl2es2pipelinephil2016-11-175-518/+824
* | | Offscreen Canvas3D supported in GL2ES2Pipelinephil2016-11-173-81/+39
* | | texturemapping now supported so the J3dGraphics2D works on gl2es2phil2016-11-162-254/+213
* | | ReadRaster implemented in gl2es2Pipelinephil2016-11-162-78/+203
* | | textureFillBackground and textureFillRaster added back to gl2es2pipelinephil2016-11-163-207/+714
* | | Overly zealous exception throwing in image handlingphil2016-11-131-7/+6
* | | struct lightSource was always receiving all lights as enabledphil2016-11-062-36/+43
* | | Simplified the j3d.version messagephil2016-11-051-5/+27
* | | shader struct comments improved for gl2es2phil2016-11-051-6/+6
* | | light and materials in shaders for gl2es2pipeline converted to structsphil2016-11-042-466/+497
* | | gl2es2 raster ops cannot be enabled warning messagephil2016-11-031-0/+1
* | | Interleaved changeable geometry support in GL2ES2Pipelinephil2016-11-031-3/+245
* | | GLSLShaderProgram needed clone methods implementedphil2016-11-031-126/+229
* | | GL2ES2Pipeline ignoreVertexColors failed to update after clearphil2016-11-032-21/+23
* | | GraphicsConfig3D has a hard coded max lights of 32 so gl2es2pipelinephil2016-11-031-1/+1
* | | Shader attributes that are compiled away should not throw errorsphil2016-11-021-27/+67
* | | Bug 1330 - Bug fixes required to ensure a full compile() worksphil2016-11-023-2/+54
* | | Transparency value must be clamped [0.0, 1.0]phil2016-11-021-0/+2
* | | Version set to 1.7.0phil2016-11-021-1/+1
* | | Bug 1336 - New property to default isPickable and isCollidablephil2016-11-022-3/+21
* | | Bug 1326 - ArrayList usage that results in very slow removeChild callsphil2016-11-014-39/+35
* | | All Java3D threads set to daemonphil2016-11-012-0/+4
* | | The new Frame() in getBestConfiguration is now disposed of correctly phil2016-11-012-40/+46
* | | Advice for System.setProperty("sun.java2d.noddraw", "true") improvedphil2016-11-012-2/+4
* | | Bug 1333 - Warning notice in cases where Jogl bug 1278 is in effectphil2016-11-012-4/+79
* | | j3dcore: allow Java3D to operate in headless mode when using the noopphil2016-10-312-7/+5
* | | Bug 1334 - Java 3D 1.6 under Parallels fails phil2016-10-311-2/+4
* | | Gl2ES2 limitations description in dep class improvedphil2016-10-311-5/+8
* | | j3dcore: add handling for the new j3d.numSamples propertyphil2016-10-312-1/+24
* | | Bug 1318 - JoglPipeline uses new Frame() for capabilities capturephil2016-10-312-6/+10
* | | code tidy and comment clean up in gl2es2pipelinephil2016-10-281-156/+132
* | | message in gl2es2pipeline DEP class improved when DisplayList usephil2016-10-271-4/+5
* | | Index interleaved geom type tested correctlyphil2016-10-271-7/+6
* | | Interleaved indexed geometry supported in the gl2es2pipelinephil2016-10-272-47/+514
* | | If j3d.displaylist=false more geometry type are supported by thephil2016-10-272-88/+661
* | | Bug 1006 - Transformation applied to a texture is also applied to postphil2016-10-261-0/+5
* | | Bug 1329 - SceneGraphObject read capability bits set to true by defaultphil2016-10-222-1/+10
* | | VersionInfo comment referring to javax.media.j3d updated tophil2016-10-221-1/+1
* | | Jogl2es2Pipeline classes license notices updatedphil2016-10-225-36/+15
* | | license text added at top of new classesphil2016-10-197-79/+220
* | | Bug 1325 - JoglPipeline.resetRenderingAttributes does not callphil2016-10-171-0/+2
* | | reversed out the SceneGraphObject package visibility for capabilitiesphil2016-10-173-53/+16
* | | gl2es2pipeline tiny code tidy by moving things around for offscfeenphil2016-10-172-157/+158
* | | gl2es2 pipeline deprecated layer had some non-deprecated methods in itphil2016-10-171-29/+0
* | | normalMatrix calculation was using cached values for VM that may notphil2016-10-161-1/+1
* | | Lighting data calculations improvedphil2016-10-163-19/+80