Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | j3dcore: simplify ModelClipRetained.update now that there is no D3d backend | Harvey Harrison | 2012-11-18 | 1 | -32/+7 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove some trivial uses of isD3D which is always false | Harvey Harrison | 2012-11-18 | 6 | -47/+2 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove all the texture resend code that was D3D specific | Harvey Harrison | 2012-11-18 | 3 | -31/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove status from swapBuffers, was only used by the D3D backend | Harvey Harrison | 2012-11-18 | 5 | -65/+20 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: swapBuffer always returns NOCHANGE now, kill some dead code | Harvey Harrison | 2012-11-18 | 4 | -26/+13 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: fix fatal bug in Shape3DCompileRetained intersect() | Harvey Harrison | 2012-10-10 | 1 | -6/+4 |
| | | | | | | | | | This code must not be being triggered as the type annotation uncovered it mixing up Geometry and GeometryRetained, this likely looks like the Geometry should have been getting its .retained member used instead, do that here, it can't be any worse than what was there before. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate the geometryList in Shape3DRetained | Harvey Harrison | 2012-10-09 | 5 | -76/+75 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: whitespace/formatting cleanup after patches to Shape3DCompileRetained | Harvey Harrison | 2012-10-09 | 1 | -53/+51 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: factor out another repetative block with a helper | Harvey Harrison | 2012-10-09 | 1 | -114/+49 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: factor out very repetative block of code to a helper | Harvey Harrison | 2012-10-09 | 1 | -98/+21 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: push some local variables down into the loops they are used in | Harvey Harrison | 2012-10-09 | 1 | -20/+18 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate repetative code in Shape3DcompileRetained constructor | Harvey Harrison | 2012-10-09 | 1 | -35/+35 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: reomve unused members of Shape3DCompileRetained | Harvey Harrison | 2012-10-09 | 1 | -3/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate geometryInfo list with type information in ↵ | Harvey Harrison | 2012-10-09 | 1 | -62/+53 |
| | | | | | | Shape3DCompileRetained Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove unused pieces of CompileState | Harvey Harrison | 2012-10-08 | 1 | -17/+4 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: add type annotation and small code reformat in CompileState | Harvey Harrison | 2012-10-08 | 1 | -36/+32 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: mark shapeLists hash as private final, add type annotations in ↵ | Harvey Harrison | 2012-10-08 | 1 | -16/+10 |
| | | | | | | CompileState Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove some unused state from CompileState | Harvey Harrison | 2012-10-08 | 1 | -10/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove some trivially unused variables and casting | Harvey Harrison | 2012-09-23 | 2 | -8/+7 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: update to build version 3, update to use jogl2-rc10 in build | Harvey Harrison | 2012-09-17 | 1 | -3/+3 |
| | | | | | | - minor changes to jar naming Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: update for API changes in JOGL2-rc10 | Harvey Harrison | 2012-09-17 | 1 | -8/+9 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | BUILD: add the simplified ant buildfile for the java-only build | Harvey Harrison | 2012-09-17 | 1 | -0/+129 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove callbacks from Pipleline that are empty | Harvey Harrison | 2012-08-27 | 4 | -48/+3 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: with the CG shaders removed, this internal interface can be removed | Harvey Harrison | 2012-08-27 | 2 | -76/+22 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove unused members from VirtualUniverse | Harvey Harrison | 2012-08-24 | 1 | -15/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove debug/info printing | Harvey Harrison | 2012-08-24 | 1 | -27/+0 |
| | | | | | | | This only was useful if Java3d was going to choose a native lib, now we leave that to JOGL2. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove the displayID from screen as all remaining pipelines ignore it | Harvey Harrison | 2012-08-24 | 7 | -91/+64 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove unused offscreenBufferinfo from Canvas3d | Harvey Harrison | 2012-08-24 | 1 | -6/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: the fbConfig variable is always zero in all remaining pipelines | Harvey Harrison | 2012-08-24 | 5 | -57/+22 |
| | | | | | | Totally unused now. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: cleanup feature test to look directly at extensions | Harvey Harrison | 2012-08-24 | 1 | -10/+9 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: with remaining supported pipelines, GLSL is always available | Harvey Harrison | 2012-08-24 | 5 | -74/+19 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove the dummy Pipeline method initializeJ3D | Harvey Harrison | 2012-07-30 | 4 | -38/+0 |
| | | | | | | disableXinerama is now unused, remove it. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove unused Pipeline method getAWT() | Harvey Harrison | 2012-07-30 | 4 | -23/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove some unused variables in AlternateAppearanceRetained | Harvey Harrison | 2012-07-05 | 1 | -11/+3 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate list of scopes in LightRetained | Harvey Harrison | 2012-07-05 | 1 | -18/+15 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove some impossioble to hit code, iPnt cannot be null here | Harvey Harrison | 2012-07-05 | 1 | -5/+1 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate vertex list | Harvey Harrison | 2012-07-05 | 1 | -12/+11 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate list of scopes in AlternateAppearanceRetained | Harvey Harrison | 2012-07-05 | 1 | -20/+16 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: trivial type annotations for PriveledgedActions whose return we ↵ | Harvey Harrison | 2012-07-03 | 1 | -11/+11 |
| | | | | | | don't care about Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove the never-used Table class containing various lookup tables | Harvey Harrison | 2012-06-27 | 2 | -99/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove some unused variables from Shape3DRetained | Harvey Harrison | 2012-06-27 | 1 | -15/+2 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate FogRetained.scopes | Harvey Harrison | 2012-06-27 | 3 | -23/+18 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate types in Font3D | Harvey Harrison | 2012-06-27 | 1 | -17/+15 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate GroupRetained.mirrorGroup | Harvey Harrison | 2012-06-27 | 1 | -16/+16 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: missed annotation when annotation SetLiveState.orderedPaths | Harvey Harrison | 2012-06-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: casting fallout from annotating SetLiveState.switchStates | Harvey Harrison | 2012-06-27 | 17 | -25/+23 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: final OrderedPath cleanup | Harvey Harrison | 2012-06-27 | 2 | -3/+2 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: stylistic cleanup in OrderedPath | Harvey Harrison | 2012-06-27 | 1 | -12/+11 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate list in OrderedPath | Harvey Harrison | 2012-06-27 | 1 | -8/+7 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove more unused variables | Harvey Harrison | 2012-06-27 | 1 | -1/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> |