aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update ogl native and set gl13 to true too.Chien Yang2007-03-092-0/+4
* Set gl14 to true if driver is OpenGL version 1.4Chien Yang2007-03-091-1/+4
* Issue 381: ByRef, yDown, 4BYTE_ABGR throws ArrayIndexOOB Exceptionpepe2007-03-091-0/+4
* Added support to query GL_SGIS_generate_mipmap and GL_VERSION_1_4 (OpenGL only).Chien Yang2007-03-094-3/+38
* Fixed issue 457: ClassCastException in MasterControl when updating Texture3DKevin Rushforth2007-03-082-5/+5
* Fix to Issue 456 : NPOT background ( maybe raster) fail to work if HW doesn't...Chien Yang2007-03-072-1/+4
* 1) Fix Issue 455 : Need to disable NPOT textures for older cards that claim ...Chien Yang2007-03-076-242/+241
* Issue 417: JOGL: Mip-mapped NPOT textures rendered incorrectlyKevin Rushforth2007-03-061-1/+5
* Fixed issue 452: Java 3D should fall back to D3D if OpenGL not availableKevin Rushforth2007-03-066-26/+544
* 1) Fixed Issue 414 : D3D: NPOT textures not properly disabled on card that la...Chien Yang2007-03-066-134/+28
* Completed the fix to Issue 415 - Need ability to disable NPOT textures for ra...Chien Yang2007-03-021-36/+44
* Fixed a VC compiler issue on using a method without first declare.Chien Yang2007-03-011-1/+1
* 1) OGL and JOGL only : Fix to Issue 415 : Need ability to disable NPOT textur...Chien Yang2007-02-286-84/+40
* Sync up with the latest versions of glext.h and wglext.h.Kevin Rushforth2007-02-263-81/+858
* Issue number: 431Chien Yang2007-02-231-0/+2
* Fixed Issue 416 : JOGL: ClassCastException in Renderer with NioImageBufferChien Yang2007-02-201-17/+74
* Fixed issue 444: Transform updates overly expensiveKevin Rushforth2007-02-154-69/+160
* Fix to Issue 274 : NPE With Simultaneous View and Content Side PickingBehaviorsChien Yang2007-02-151-8/+13
* Bumped buildnum to 2Kevin Rushforth2007-02-091-1/+1
* Update copyright to 2007Kevin Rushforth2007-02-09484-486/+492
* Fix issue 441paulby2007-02-061-7/+7
* Fixed 434: OutOfMemory after creating millions of RenderAtomListInfo objectsKevin Rushforth2007-01-191-0/+3
* Fixed issue 435: Memory leak when reusing an Appearance with a single TextureKevin Rushforth2007-01-171-0/+2
* Enable javaonly build on dist target. macosx is now part of daily build.Chien Yang2007-01-111-1/+1
* 1) VC7 and VC8 compile ready for ogl and d3d.Chien Yang2007-01-1013-35/+55
* 1. Fixed issue 357: Memory leak when using textures with multiple viewsKevin Rushforth2007-01-104-10/+30
* VC8 ready. Removed obsolete option, and suppress VC8 deprecated warning.Chien Yang2007-01-095-10/+16
* Fixed issue 364: Canvas3D.setOffScreenBuffer(null) sometimes hangsKevin Rushforth2006-12-202-20/+21
* Fixed issue 425 : NullPointerException in automatic mipmap generationChien Yang2006-12-201-2/+28
* Bumped version to 1.5.1Kevin Rushforth2006-12-147-871/+42
* Update main LICENSE.txt file for 1.5Kevin Rushforth2006-12-141-8/+4
* Final spec license for Java 3D 1.5 APIKevin Rushforth2006-12-141-153/+155
* Updated license info for 1.5 APIKevin Rushforth2006-12-132-9/+1
* Added release-final targetKevin Rushforth2006-12-071-3/+88
* Release ntoes for 1.5.0Kevin Rushforth2006-12-071-1/+806
* Updated linksKevin Rushforth2006-12-071-5/+5
* Release notes for 1.5.0Kevin Rushforth2006-12-071-0/+815
* Fixed the following issues:Kevin Rushforth2006-12-053-1/+16
* Added binary license and release info for 1.5.0 releaseKevin Rushforth2006-11-278-0/+784
* Bump buildnum and betanumKevin Rushforth2006-11-141-2/+2
* Added link to JCanvas3D javadocKevin Rushforth2006-11-102-0/+6
* Finished release notes for 1.5.0-beta2Kevin Rushforth2006-11-103-60/+447
* Fixed issue 379: Needs NPOT support documented in Texture, Texture3D and Text...Kevin Rushforth2006-11-094-46/+110
* Preliminary release notes (without "bugs fixed" list).Kevin Rushforth2006-11-091-0/+619
* Fixed Issue 380 : NPE when uncheck Show Color Texture in Dot3 demoChien Yang2006-11-091-7/+9
* Backed out part of the fix for issue 347 to avoid a race condition associated...Kevin Rushforth2006-11-091-3/+13
* Fixed issue 238: Exception in thread "J3D-MasterControl-1" when setting Textu...Kevin Rushforth2006-11-082-17/+23
* 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