index
:
users/jgouesse/java3d/java3d-core.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
j3dcore: use nio buffers directly for colors, remove use of BufferWrappers
Harvey Harrison
2013-03-17
5
-18
/
+18
*
j3dcore: convert trivial uses of BufferWrapper to use the readOnly nio buffer...
Harvey Harrison
2013-03-17
3
-21
/
+19
*
j3dcore: directly use nio buffers internally in GeometryArrayRetained
Harvey Harrison
2013-03-17
5
-22
/
+28
*
j3dcore: explicitly store the readonlyBuffer copy in preparation to remove Bu...
Harvey Harrison
2013-03-16
1
-0
/
+13
*
j3dcore: add imports for java.nio in J3DBuffer
Harvey Harrison
2013-03-03
1
-33
/
+40
*
j3dcore: move to use an Enum for valid buffer types in J3DBuffer
Harvey Harrison
2013-03-03
2
-50
/
+47
*
j3dcore: remove test for direct nio buffers, they are standard functionality
Harvey Harrison
2013-02-28
1
-15
/
+0
*
j3dcore: change Object[] to J3DBuffer[] as we know this is the actual type
Harvey Harrison
2013-02-28
3
-18
/
+12
*
j3dcore: remove some unused vars and unneeded casts
Harvey Harrison
2013-02-28
1
-6
/
+2
*
j3dcore: remove leftover from when OffscreenLayer was added to Canvas3d
Harvey Harrison
2013-02-28
1
-1
/
+0
*
j3dcore: annotate getAllScopes method for FogRetained to return Enumeration<G...
Harvey Harrison
2013-02-23
3
-23
/
+20
*
j3dcore: remove unused local variables and unneeded casts in FogRetained
Harvey Harrison
2013-02-23
1
-15
/
+3
*
j3dcore: annotate getScopes methods to return Enumeration<Group>
Harvey Harrison
2013-02-23
2
-23
/
+23
*
j3dcore: remove some unused local variables in LightRetained
Harvey Harrison
2013-02-23
1
-7
/
+1
*
j3dcore: annotate list of LightRetained
Harvey Harrison
2013-02-23
1
-6
/
+6
*
j3dcore: add a hash mixing helper for the Java3D way of mixing double values
Harvey Harrison
2013-02-23
5
-27
/
+63
*
j3dcore: small list annotation for offscreen messages
Harvey Harrison
2013-02-19
1
-4
/
+3
*
j3dcore: remove a null check, canvas cannot be null here
Harvey Harrison
2013-02-18
1
-3
/
+1
*
j3dcore: make setting boolean properties less chatty
Harvey Harrison
2013-02-18
1
-1
/
+2
*
j3dcore: remove some commented out and superceded code in JoglPipeline
Harvey Harrison
2013-02-18
1
-108
/
+0
*
j3dcore: restore the explicit profile for each GL constant
Harvey Harrison
2013-02-18
1
-32
/
+18
*
j3dcore: changes from August Lammersdorf
August Lammersdorf
2013-02-18
2
-268
/
+782
*
j3dcore: add new Pipeline method resizeOffscreenLayer
Harvey Harrison
2013-02-17
4
-23
/
+23
*
j3dcore: add members and helpers for future FBOlayer work
Harvey Harrison
2013-02-17
2
-9
/
+55
*
j3dcore: make the antialiasing flag private to Canvas3d
Harvey Harrison
2013-02-16
2
-5
/
+11
*
j3dcore: fix generation of texture ids
August Lammersdorf
2013-02-16
9
-93
/
+29
*
j3dcore: annotate list of lights in GraphicsContext3D
Harvey Harrison
2013-02-02
1
-9
/
+8
*
j3dcore: remove unused variables, annotate sounds list in GraphicsContext3D
Harvey Harrison
2013-02-02
1
-13
/
+8
*
j3dcore: Annotate list of user sounds in GraphicsContext3D
Harvey Harrison
2013-02-02
1
-27
/
+26
*
j3dcore: Annotate list of user lights in GraphicsContext3D
Harvey Harrison
2013-02-02
1
-26
/
+25
*
j3dcore: annotate lists in SetLiveState related to OrderedGroupRetained
Harvey Harrison
2013-01-31
2
-11
/
+11
*
j3dcore: annotate list of Scopes in ModelClipRetained
Harvey Harrison
2013-01-28
2
-39
/
+39
*
j3dcore: remove a pile of unneeded casts, mostly to Bounds
Harvey Harrison
2013-01-28
11
-40
/
+34
*
j3dcore: annotate Renderbin map, format the management functions
Harvey Harrison
2013-01-27
1
-41
/
+35
*
j3dcore: remove some unneeded casts to Tuple3d
Harvey Harrison
2013-01-27
2
-18
/
+17
*
j3dcore: annotate arguments taking lists of SwitchStates
Harvey Harrison
2013-01-27
2
-6
/
+6
*
j3dcore: annotate switchLevels list in SwitchRetained
Harvey Harrison
2013-01-27
1
-6
/
+6
*
j3dcore: annotate list of SwitchStates in SwitchRetained, TargetsInterface
Harvey Harrison
2013-01-27
4
-43
/
+39
*
j3dcode: sweep up some trivial warning fixes
Harvey Harrison
2013-01-27
13
-17
/
+8
*
j3dcore: annotate dirtyList in RenderBin
Harvey Harrison
2013-01-27
1
-4
/
+4
*
j3dcore: annotate list of RenderAtoms in RenderBin
Harvey Harrison
2013-01-27
2
-14
/
+14
*
j3dcore: annotate lists of OrderedBins in RenderBin
Harvey Harrison
2013-01-27
1
-10
/
+9
*
j3dcore: annotate textureBinList in RenderBin
Harvey Harrison
2013-01-27
1
-7
/
+6
*
j3dcore: annotate list of Views in Physical body, call remove directly
Harvey Harrison
2013-01-27
1
-17
/
+12
*
j3dcore: always call Canvas3D freeDisplayList and freeTexture statically
Harvey Harrison
2013-01-27
4
-7
/
+7
*
j3dcore: remove an unused member variable from TextureBin
Harvey Harrison
2013-01-27
1
-7
/
+0
*
j3dcore: remove unused local variable from TextureBin
Harvey Harrison
2013-01-27
1
-8
/
+2
*
j3dcore: use correct types in the TextureBin render method to avoid instanceof
Harvey Harrison
2013-01-27
1
-30
/
+14
*
j3dcore: annotate addMaps in TextureBin
Harvey Harrison
2013-01-27
2
-30
/
+27
*
j3dcore: annotate Maps in TextureBin
Harvey Harrison
2013-01-27
2
-14
/
+14
[prev]
[next]