aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/d3d/Attributes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* j3dcore: remove a bunch of the native support code and classesHarvey Harrison2012-05-031-3269/+0
| | | | Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
* Issue number: 640 - setDepthTestFunction do not work with the D3D rendererAlessandro Borges2010-01-221-0/+1
| | | | | | | | Submitted by: lamer77 Reviewed by: aces git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@948 ba19aa83-45c5-6ac9-afd3-db810772062c
* Update source code for GPLv2 licenseKevin Rushforth2008-02-281-2/+21
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@892 ba19aa83-45c5-6ac9-afd3-db810772062c
* D3D : Added hardware mipmap support for Texture3D and TextureCubeMap.Chien Yang2007-03-221-8/+4
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@800 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1) Implemented Issue 126 : Use OpenGL automatic mipmap generationChien Yang2007-03-211-8/+22
| | | | | | | 2) Fixed Issue 408 : Poor quality of auto-generated mipmaps git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@799 ba19aa83-45c5-6ac9-afd3-db810772062c
* Update copyright to 2007Kevin Rushforth2007-02-091-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@773 ba19aa83-45c5-6ac9-afd3-db810772062c
* Implemented background texture support for D3D pipe.Chien Yang2006-10-251-18/+17
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@727 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1) Clean up dead code.Chien Yang2006-10-161-69/+80
| | | | | | | 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
* Support INT image type on 2D texture.Chien Yang2006-10-161-46/+51
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@719 ba19aa83-45c5-6ac9-afd3-db810772062c
* Merged dev-1_5 branch back to MAIN trunkKevin Rushforth2006-09-291-333/+328
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@701 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
* comment out debug output.Alessandro Borges2006-01-051-425/+426
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@493 ba19aa83-45c5-6ac9-afd3-db810772062c
* Updated Copyright date to 2006Kevin Rushforth2006-01-051-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@492 ba19aa83-45c5-6ac9-afd3-db810772062c
* Comment out call to printDepthFunc() to fix build failure.Kevin Rushforth2006-01-051-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@490 ba19aa83-45c5-6ac9-afd3-db810772062c
* Debug output fix.Alessandro Borges2006-01-031-3/+32
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@488 ba19aa83-45c5-6ac9-afd3-db810772062c
* Added support to DepthFuncAlessandro Borges2006-01-021-39/+85
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@486 ba19aa83-45c5-6ac9-afd3-db810772062c
* Stencil support implemented for RenderingAttributesAlessandro Borges2005-12-261-7/+115
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@484 ba19aa83-45c5-6ac9-afd3-db810772062c
* Added support for Stencil.Alessandro Borges2005-12-211-1/+23
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@481 ba19aa83-45c5-6ac9-afd3-db810772062c
* Merged changes from dev-1_4 branch into the main trunk.Kevin Rushforth2005-10-171-74/+90
| | | | | | | NOTE: all 1.4 development will now proceed on the main trunk. The dev-1_4 branch is closed. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@445 ba19aa83-45c5-6ac9-afd3-db810772062c
* Bumped Copyright date to 2005Kevin Rushforth2005-02-181-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@127 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 74Kevin Rushforth2004-10-011-2/+2
| | | | | | | | | | Obtained from: miles Submitted by: kcr Reviewed by: kcr Fix for Issue 74 : Texture/color math difference (D3D vs OGL) git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@51 ba19aa83-45c5-6ac9-afd3-db810772062c
* Initial creation of j3d-core-utils sources in CVS repositoryKevin Rushforth2004-06-091-0/+3014
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@7 ba19aa83-45c5-6ac9-afd3-db810772062c