aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added in information on CubeMap doesn't support INT format (Issue 377)Chien Yang2006-11-081-3/+13
* Fixed issue 84: Rendering pauses after Canvas3D disposal until AWT eventKevin Rushforth2006-11-072-17/+25
* Issue 131: Fixed a startup freeze problem with JCanvas3DKevin Rushforth2006-11-071-0/+7
* Fixed Issue 368 : Background texture doesn't work on system with no NPOT supportChien Yang2006-11-071-19/+29
* Issue 219 - Support for Non Power of Two texture sizeAlessandro Borges2006-11-031-4/+51
* Issue 219 - Support to Non Power of Two teture SizeAlessandro Borges2006-11-031-0/+1
* Fixed Issue 374 : Exception when calling Background.setImage on live scene graphChien Yang2006-11-011-2/+0
* 1) Fixed Issue 372 : ImageComponent.set(BufferedImage) ignored when used by R...Chien Yang2006-10-312-0/+4
* Fixed issue 366: Raster appears without image on systems without NPOT supportKevin Rushforth2006-10-302-10/+21
* Fixed issue 370: Deadlock when calling Raster.setimage from user threadKevin Rushforth2006-10-301-3/+6
* Fixed a remaining problem related to issue 312: Exception while detaching Mod...Kevin Rushforth2006-10-301-3/+2
* 1) Fixed Issue 349 : OffScreen Canvas3D needlessly forces power-of-two for it...Chien Yang2006-10-2810-48/+140
* Fix to issue 371 : Poor raster quality for systems that don't support NPOT te...Chien Yang2006-10-271-8/+30
* 1) Implemented Raster support for d3d pipe.Chien Yang2006-10-273-30/+169
* Fixed issue 312: Exception while detaching ModelClip from ViewSpecificGroupKevin Rushforth2006-10-262-22/+40
* Implemented background texture support for D3D pipe.Chien Yang2006-10-253-88/+162
* Fixed issue 368 : Background texture doesn't work on system with no NPOT supportChien Yang2006-10-241-15/+14
* Fixed issue 369: Clip throws NPE in case of region = null in a live sceneKevin Rushforth2006-10-241-2/+3
* Added comments for issue 364Kevin Rushforth2006-10-201-1/+9
* Fixed issue 353: GeometryArray Memory LeakKevin Rushforth2006-10-203-24/+52
* 1) Ported readRaster, executeRasterDepth, readOffScreenBuffer, and partially ...Chien Yang2006-10-194-282/+333
* 1) Clean up dead code.Chien Yang2006-10-163-995/+434
* . Fixed Issue 355: IndexedXXXStripArray throws NPE with ByRef IndicesKevin Rushforth2006-10-162-7/+9
* Support INT image type on 2D texture.Chien Yang2006-10-165-957/+1949
* 1) Fixed an exception in clear background.Chien Yang2006-10-119-293/+12
* Fixed issue 351: Need a new mechanism to free D3D surfaceKevin Rushforth2006-10-117-87/+1
* Fixed a previous change that broke Cg build.Chien Yang2006-10-111-1/+11
* Remove the bit of VC 64bit compilation warningChien Yang2006-10-062-2/+2
* 1) Fixed a logic bug in earlier putbackChien Yang2006-10-067-25/+14
* Fixed a typo.Chien Yang2006-10-061-1/+1
* Clean up native resources and print error message if SetPixelFormat fail.Chien Yang2006-10-063-4/+19
* Work around to Issue 324 : Lockup Java3D program and throw exception using JO...Chien Yang2006-10-051-3/+22
* Fix to Issue 356 : Exception in RenderBin when removing a Shape3D with no geo...Chien Yang2006-10-051-71/+72
* Source code changes for issue 358: Document that OGL 1.2 is supported, but at...Kevin Rushforth2006-10-042-13/+4
* Updated build files to build pre-release self-extracting shell-archives for UNIXKevin Rushforth2006-10-031-0/+1
* Fix to Issue 295 : Texture3D throws ArrayIndexOutOfBoundsException when scale...Chien Yang2006-10-031-1/+3
* Merged dev-1_5 branch back to MAIN trunkKevin Rushforth2006-09-29224-15482/+30410
* Fixed issue 338 : Bug in glPushAttrib usage in NativePipelineChien Yang2006-08-091-3/+3
* Fixed issue 223 : VM crashes when execute IndexedGeometryArray object with Te...Chien Yang2006-01-131-0/+3
* 1. Fixed show-stopper D3D hangKevin Rushforth2006-01-061-3/+4
* 1. Include pre-FCS spec license.Kevin Rushforth2006-01-052-5/+2
* Restore copyright notice change from revision 1.10 that was lost in revision ...Kevin Rushforth2006-01-051-1/+1
* Fix ZFunc behavior. ZFunc must work even when there is no z-buffer write ena...Alessandro Borges2006-01-051-11/+4
* comment out debug output.Alessandro Borges2006-01-051-425/+426
* Updated Copyright date to 2006Kevin Rushforth2006-01-05466-468/+468
* Comment out call to printDepthFunc() to fix build failure.Kevin Rushforth2006-01-051-1/+1
* Fixed Issue 217 : Compile j3d with "-g:lines,source" to provide line numbers ...Kevin Rushforth2006-01-031-2/+3
* Debug output fix.Alessandro Borges2006-01-031-3/+32
* Debug output fix.Alessandro Borges2006-01-023-28/+50
* Added support to DepthFuncAlessandro Borges2006-01-021-39/+85