aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Updates for pre-release builds on windowsKevin Rushforth2006-10-041-3/+26
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@708 ba19aa83-45c5-6ac9-afd3-db810772062c
* Updated build files to build pre-release self-extracting shell-archives for UNIXKevin Rushforth2006-10-0315-18/+375
| | | | 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
* Fixed zip file name for daily builds.Kevin Rushforth2006-10-021-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@705 ba19aa83-45c5-6ac9-afd3-db810772062c
* Changes to make daily builds work againKevin Rushforth2006-09-293-51/+41
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@704 ba19aa83-45c5-6ac9-afd3-db810772062c
* Merged dev-1_5 branch back to MAIN trunkKevin Rushforth2006-09-29243-15789/+32062
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@701 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fix broken linkKevin Rushforth2006-09-281-2/+2
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@700 ba19aa83-45c5-6ac9-afd3-db810772062c
* Added pointer to installation/download instructions.Kevin Rushforth2006-09-281-0/+14
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@697 ba19aa83-45c5-6ac9-afd3-db810772062c
* Release notes for 1.5.0-beta1Kevin Rushforth2006-09-271-0/+573
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@696 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
* Restore list of missing features for build4Kevin Rushforth2006-07-101-11/+34
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@634 ba19aa83-45c5-6ac9-afd3-db810772062c
* Updated pre-release notes for 1.5.0 to indicate JOGL pipeline is nowKen Russell2006-07-021-15/+10
| | | | | | | feature complete git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@632 ba19aa83-45c5-6ac9-afd3-db810772062c
* Updated 1.5.0 pre-release notes to indicate that Cg and vertexKen Russell2006-07-011-4/+0
| | | | | | | attribute support are implemented in JOGL pipeline git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@630 ba19aa83-45c5-6ac9-afd3-db810772062c
* Add off-screen rendering as unimplemented feature of JOGL pipelineKevin Rushforth2006-06-291-1/+2
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@627 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1.5.0-build4 release notesKevin Rushforth2006-06-281-23/+87
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@624 ba19aa83-45c5-6ac9-afd3-db810772062c
* Updated build instructionsKevin Rushforth2006-06-211-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@620 ba19aa83-45c5-6ac9-afd3-db810772062c
* Update release notes for 1.5.0-build3Kevin Rushforth2006-06-021-8/+146
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@611 ba19aa83-45c5-6ac9-afd3-db810772062c
* Minor formatting changeKevin Rushforth2006-04-281-5/+3
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@583 ba19aa83-45c5-6ac9-afd3-db810772062c
* Minor formatting changeKevin Rushforth2006-04-281-7/+5
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@582 ba19aa83-45c5-6ac9-afd3-db810772062c
* Added 1.5.0 pre-release notesKevin Rushforth2006-04-281-0/+260
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@581 ba19aa83-45c5-6ac9-afd3-db810772062c
* Added note about new system property.Kevin Rushforth2006-04-191-9/+29
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@565 ba19aa83-45c5-6ac9-afd3-db810772062c
* Added release notes for 1.4.0_01 patchKevin Rushforth2006-04-192-0/+610
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@563 ba19aa83-45c5-6ac9-afd3-db810772062c
* Bump biuldnum to very high value to avoid collision with any patch releases.Kevin Rushforth2006-04-111-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@556 ba19aa83-45c5-6ac9-afd3-db810772062c
* Updated project toolbarKevin Rushforth2006-03-071-2/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@541 ba19aa83-45c5-6ac9-afd3-db810772062c
* Bumped buildnumKevin Rushforth2006-02-241-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@533 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed JDL link.Kevin Rushforth2006-02-241-3/+2
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@530 ba19aa83-45c5-6ac9-afd3-db810772062c