aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue 364: Canvas3D.setOffScreenBuffer(null) sometimes hangsKevin Rushforth2006-12-202-20/+21
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@765 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 425 : NullPointerException in automatic mipmap generationChien Yang2006-12-201-2/+28
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@764 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed the following issues:Kevin Rushforth2006-12-053-1/+16
| | | | | | | | | | | 400: Lighting differs with various renderers 403: AssertionError while changing (offscreen) Texture size Partially fixed the following issue (JOGL pipeline is fixed): 399: Off-screen Canvas3D / JOGL | D3D: j3d.transparentOffScreen ignored git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@754 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 379: Needs NPOT support documented in Texture, Texture3D and ↵Kevin Rushforth2006-11-094-46/+110
| | | | | | TextureCubeMap git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@748 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed Issue 380 : NPE when uncheck Show Color Texture in Dot3 demoChien Yang2006-11-091-7/+9
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@746 ba19aa83-45c5-6ac9-afd3-db810772062c
* Backed out part of the fix for issue 347 to avoid a race condition ↵Kevin Rushforth2006-11-091-3/+13
| | | | | | associated with the fix. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@745 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 238: Exception in thread "J3D-MasterControl-1" when setting ↵Kevin Rushforth2006-11-082-17/+23
| | | | | | TextureUnitState to 0-length array git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@744 ba19aa83-45c5-6ac9-afd3-db810772062c
* Added in information on CubeMap doesn't support INT format (Issue 377)Chien Yang2006-11-081-3/+13
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@743 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 84: Rendering pauses after Canvas3D disposal until AWT eventKevin Rushforth2006-11-072-17/+25
| | | | | | | This also supersedes the fix for the previously-reported JCanvas3D freeze (issue 131), and is a more robust solution. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@742 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue 131: Fixed a startup freeze problem with JCanvas3DKevin Rushforth2006-11-071-0/+7
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@741 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed Issue 368 : Background texture doesn't work on system with no NPOT supportChien Yang2006-11-071-19/+29
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@740 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue 219 - Support for Non Power of Two texture sizeAlessandro Borges2006-11-031-4/+51
| | | | | | | | check cap-bits D3DPTEXTURECAPS_POW2 and D3DPTEXTURECAPS_NONPOW2CONDITIONAL if vcards support NPOT textures. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@739 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue 219 - Support to Non Power of Two teture SizeAlessandro Borges2006-11-031-0/+1
| | | | | | | Added BOOL supportNPOT field git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@738 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed Issue 374 : Exception when calling Background.setImage on live scene graphChien Yang2006-11-011-2/+0
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@737 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1) Fixed Issue 372 : ImageComponent.set(BufferedImage) ignored when used by ↵Chien Yang2006-10-312-0/+4
| | | | | | | | | Raster 2) Fixed Issue 373 : ImageComponent.set(BufferedImage) ignored when used by Background git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@736 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 366: Raster appears without image on systems without NPOT supportKevin Rushforth2006-10-302-10/+21
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@734 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 370: Deadlock when calling Raster.setimage from user threadKevin Rushforth2006-10-301-3/+6
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@733 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed a remaining problem related to issue 312: Exception while detaching ↵Kevin Rushforth2006-10-301-3/+2
| | | | | | ModelClip from ViewSpecificGroup git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@732 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1) Fixed Issue 349 : OffScreen Canvas3D needlessly forces power-of-two for ↵Chien Yang2006-10-2810-48/+140
| | | | | | | | | | its buffer 2) Fixed Issue 371 : Poor raster quality for systems that don't support NPOT textures 3) Minor clean up to native piples git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@731 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fix to issue 371 : Poor raster quality for systems that don't support NPOT ↵Chien Yang2006-10-271-8/+30
| | | | | | textures git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@730 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1) Implemented Raster support for d3d pipe.Chien Yang2006-10-273-30/+169
| | | | | | | 2) Created a proper vertex data type for Background image. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@729 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 312: Exception while detaching ModelClip from ViewSpecificGroupKevin Rushforth2006-10-262-22/+40
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@728 ba19aa83-45c5-6ac9-afd3-db810772062c
* Implemented background texture support for D3D pipe.Chien Yang2006-10-253-88/+162
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@727 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 368 : Background texture doesn't work on system with no NPOT supportChien Yang2006-10-241-15/+14
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@726 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 369: Clip throws NPE in case of region = null in a live sceneKevin Rushforth2006-10-241-2/+3
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@725 ba19aa83-45c5-6ac9-afd3-db810772062c
* Added comments for issue 364Kevin Rushforth2006-10-201-1/+9
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@724 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 353: GeometryArray Memory LeakKevin Rushforth2006-10-203-24/+52
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@723 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1) Ported readRaster, executeRasterDepth, readOffScreenBuffer, and partially ↵Chien Yang2006-10-194-282/+333
| | | | | | | | | done on textureFillBackground. 2) Removed unuse code in ogl and d3d. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@722 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1) Clean up dead code.Chien Yang2006-10-163-995/+434
| | | | | | | 2) Support INT image type for 3D texture, volume and part of Cubemap. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@721 ba19aa83-45c5-6ac9-afd3-db810772062c
* . Fixed Issue 355: IndexedXXXStripArray throws NPE with ByRef IndicesKevin Rushforth2006-10-162-7/+9
| | | | | | | . Remove debug print statement from NoopPipeline git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@720 ba19aa83-45c5-6ac9-afd3-db810772062c
* Support INT image type on 2D texture.Chien Yang2006-10-165-957/+1949
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@719 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1) Fixed an exception in clear background.Chien Yang2006-10-119-293/+12
| | | | | | | 2) Clean up unwanted d3d code. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@718 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 351: Need a new mechanism to free D3D surfaceKevin Rushforth2006-10-117-87/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@717 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed a previous change that broke Cg build.Chien Yang2006-10-111-1/+11
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@716 ba19aa83-45c5-6ac9-afd3-db810772062c
* Remove the bit of VC 64bit compilation warningChien Yang2006-10-062-2/+2
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@715 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1) Fixed a logic bug in earlier putbackChien Yang2006-10-067-25/+14
| | | | | | | | 2) Fixed Issue 352 : VC compiler generates warning on Windows AMD64 build 3) Clean up build script and code to eliminate warning from VC compiler. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@714 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed a typo.Chien Yang2006-10-061-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@713 ba19aa83-45c5-6ac9-afd3-db810772062c
* Clean up native resources and print error message if SetPixelFormat fail.Chien Yang2006-10-063-4/+19
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@712 ba19aa83-45c5-6ac9-afd3-db810772062c
* Work around to Issue 324 : Lockup Java3D program and throw exception using ↵Chien Yang2006-10-051-3/+22
| | | | | | JOGL renderer git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@711 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fix to Issue 356 : Exception in RenderBin when removing a Shape3D with no ↵Chien Yang2006-10-051-71/+72
| | | | | | geometry git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@710 ba19aa83-45c5-6ac9-afd3-db810772062c
* Source code changes for issue 358: Document that OGL 1.2 is supported, but ↵Kevin Rushforth2006-10-042-13/+4
| | | | | | at reduced functionality git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@709 ba19aa83-45c5-6ac9-afd3-db810772062c
* Updated build files to build pre-release self-extracting shell-archives for UNIXKevin Rushforth2006-10-031-0/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@707 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fix to Issue 295 : Texture3D throws ArrayIndexOutOfBoundsException when ↵Chien Yang2006-10-031-1/+3
| | | | | | scaleImage git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@706 ba19aa83-45c5-6ac9-afd3-db810772062c
* Merged dev-1_5 branch back to MAIN trunkKevin Rushforth2006-09-29224-15482/+30410
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@701 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 338 : Bug in glPushAttrib usage in NativePipelineChien Yang2006-08-091-3/+3
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@655 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 223 : VM crashes when execute IndexedGeometryArray object with ↵Chien Yang2006-01-131-0/+3
| | | | | | Texture coordinates git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@503 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1. Fixed show-stopper D3D hangKevin Rushforth2006-01-061-3/+4
| | | | | | | 2. Added placeholders for release notes git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@497 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1. Include pre-FCS spec license.Kevin Rushforth2006-01-052-5/+2
| | | | | | | 2. Move debug print statement in d3d init code to be inside "if (debug)" test git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@496 ba19aa83-45c5-6ac9-afd3-db810772062c
* Restore copyright notice change from revision 1.10 that was lost in revision ↵Kevin Rushforth2006-01-051-1/+1
| | | | | | 1.11 . git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@495 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fix ZFunc behavior. ZFunc must work even when there is no z-buffer write ↵Alessandro Borges2006-01-051-11/+4
| | | | | | enable, just as OpenGL does. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@494 ba19aa83-45c5-6ac9-afd3-db810772062c