index
:
java3d/java3d-core.git
1.6-master
dev1.7.0
dev1.7.1
master
shadowmap
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
classes
/
share
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed issue 457: ClassCastException in MasterControl when updating Texture3D
Kevin Rushforth
2007-03-08
2
-5
/
+5
*
Fix to Issue 456 : NPOT background ( maybe raster) fail to work if HW doesn't...
Chien Yang
2007-03-07
2
-1
/
+4
*
1) Fix Issue 455 : Need to disable NPOT textures for older cards that claim ...
Chien Yang
2007-03-07
1
-2
/
+1
*
Fixed issue 452: Java 3D should fall back to D3D if OpenGL not available
Kevin Rushforth
2007-03-06
3
-18
/
+111
*
1) Fixed Issue 414 : D3D: NPOT textures not properly disabled on card that la...
Chien Yang
2007-03-06
1
-12
/
+28
*
1) OGL and JOGL only : Fix to Issue 415 : Need ability to disable NPOT textur...
Chien Yang
2007-02-28
3
-54
/
+15
*
Issue number: 431
Chien Yang
2007-02-23
1
-0
/
+2
*
Fixed issue 444: Transform updates overly expensive
Kevin Rushforth
2007-02-15
4
-69
/
+160
*
Fix to Issue 274 : NPE With Simultaneous View and Content Side PickingBehaviors
Chien Yang
2007-02-15
1
-8
/
+13
*
Update copyright to 2007
Kevin Rushforth
2007-02-09
400
-401
/
+401
*
Fix issue 441
paulby
2007-02-06
1
-7
/
+7
*
Fixed 434: OutOfMemory after creating millions of RenderAtomListInfo objects
Kevin Rushforth
2007-01-19
1
-0
/
+3
*
Fixed issue 435: Memory leak when reusing an Appearance with a single Texture
Kevin Rushforth
2007-01-17
1
-0
/
+2
*
1. Fixed issue 357: Memory leak when using textures with multiple views
Kevin Rushforth
2007-01-10
4
-10
/
+30
*
Fixed issue 364: Canvas3D.setOffScreenBuffer(null) sometimes hangs
Kevin Rushforth
2006-12-20
2
-20
/
+21
*
Fixed issue 425 : NullPointerException in automatic mipmap generation
Chien Yang
2006-12-20
1
-2
/
+28
*
Fixed the following issues:
Kevin Rushforth
2006-12-05
1
-1
/
+5
*
Fixed issue 379: Needs NPOT support documented in Texture, Texture3D and Text...
Kevin Rushforth
2006-11-09
4
-46
/
+110
*
Fixed Issue 380 : NPE when uncheck Show Color Texture in Dot3 demo
Chien Yang
2006-11-09
1
-7
/
+9
*
Backed out part of the fix for issue 347 to avoid a race condition associated...
Kevin Rushforth
2006-11-09
1
-3
/
+13
*
Fixed issue 238: Exception in thread "J3D-MasterControl-1" when setting Textu...
Kevin Rushforth
2006-11-08
2
-17
/
+23
*
Fixed issue 84: Rendering pauses after Canvas3D disposal until AWT event
Kevin Rushforth
2006-11-07
2
-17
/
+25
*
Issue 131: Fixed a startup freeze problem with JCanvas3D
Kevin Rushforth
2006-11-07
1
-0
/
+7
*
Fixed Issue 368 : Background texture doesn't work on system with no NPOT support
Chien Yang
2006-11-07
1
-19
/
+29
*
Fixed Issue 374 : Exception when calling Background.setImage on live scene graph
Chien Yang
2006-11-01
1
-2
/
+0
*
1) Fixed Issue 372 : ImageComponent.set(BufferedImage) ignored when used by R...
Chien Yang
2006-10-31
2
-0
/
+4
*
Fixed issue 366: Raster appears without image on systems without NPOT support
Kevin Rushforth
2006-10-30
2
-10
/
+21
*
Fixed issue 370: Deadlock when calling Raster.setimage from user thread
Kevin Rushforth
2006-10-30
1
-3
/
+6
*
Fixed a remaining problem related to issue 312: Exception while detaching Mod...
Kevin Rushforth
2006-10-30
1
-3
/
+2
*
1) Fixed Issue 349 : OffScreen Canvas3D needlessly forces power-of-two for it...
Chien Yang
2006-10-28
5
-23
/
+42
*
Fix to issue 371 : Poor raster quality for systems that don't support NPOT te...
Chien Yang
2006-10-27
1
-8
/
+30
*
Fixed issue 312: Exception while detaching ModelClip from ViewSpecificGroup
Kevin Rushforth
2006-10-26
2
-22
/
+40
*
Fixed issue 368 : Background texture doesn't work on system with no NPOT support
Chien Yang
2006-10-24
1
-15
/
+14
*
Fixed issue 369: Clip throws NPE in case of region = null in a live scene
Kevin Rushforth
2006-10-24
1
-2
/
+3
*
Added comments for issue 364
Kevin Rushforth
2006-10-20
1
-1
/
+9
*
Fixed issue 353: GeometryArray Memory Leak
Kevin Rushforth
2006-10-20
3
-24
/
+52
*
. Fixed Issue 355: IndexedXXXStripArray throws NPE with ByRef Indices
Kevin Rushforth
2006-10-16
2
-7
/
+9
*
Fixed issue 351: Need a new mechanism to free D3D surface
Kevin Rushforth
2006-10-11
6
-76
/
+1
*
Fix to Issue 356 : Exception in RenderBin when removing a Shape3D with no geo...
Chien Yang
2006-10-05
1
-71
/
+72
*
Fix to Issue 295 : Texture3D throws ArrayIndexOutOfBoundsException when scale...
Chien Yang
2006-10-03
1
-1
/
+3
*
Merged dev-1_5 branch back to MAIN trunk
Kevin Rushforth
2006-09-29
149
-9319
/
+17274
*
Updated Copyright date to 2006
Kevin Rushforth
2006-01-05
387
-387
/
+387
*
Issue 78: Rendering stops if there's an exception in the EventDispatch
Kevin Rushforth
2005-12-20
5
-6
/
+45
*
1) Fixed issue 175 : OffScreenRendering: Issue with Updating Texture Size fro...
Chien Yang
2005-12-13
5
-39
/
+77
*
Fixed the following issues:
Kevin Rushforth
2005-12-05
15
-33
/
+119
*
Issue 196 : Finish CgShader shader attributes native methods
Kevin Rushforth
2005-11-23
2
-0
/
+15
*
Fixed issue199 : New Picking system only return 1 result per geometry.
Chien Yang
2005-11-21
22
-790
/
+1389
*
Fixed a bug in Shader support for immediate mode rendering.
Chien Yang
2005-11-16
1
-8
/
+10
*
1) Implemented Shader support for immediate mode rendering. (issue 182)
Chien Yang
2005-11-16
3
-169
/
+246
*
Fixed issue 116 : Handling of picking on OrientatedShape3D needs clarification
Chien Yang
2005-11-11
1
-0
/
+4
[next]