aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/com/sun/opengl/util/texture
Commit message (Expand)AuthorAgeFilesLines
* OMX cleanup - generic toolSven Gothel2008-12-011-1/+10
* Limit scope of new logic to only be used in NPOT caseKenneth Russel2008-10-201-6/+7
* Added preferential use of GL_ARB_texture_rectangle rather thanKenneth Russel2008-10-201-4/+42
* Fixed sense of test against GL.isGL2() when deciding whether to useKenneth Russel2008-10-201-1/+1
* Fixes for building with Visual C++ 6.0 (VC98)Kenneth Russel2008-09-161-0/+4
* Added TextureIO.newTexture wrapping an OpenGL texture ID from anKenneth Russel2008-09-033-0/+95
* ES2 support NPOT texturesSven Gothel2008-09-021-1/+2
* Fix: TextureIO/TGA for ES2 (GL formats/types)Sven Gothel2008-09-025-29/+92
* Fix: TextureIO.java* DDSImage.java* (Relocation of io utils)Sven Gothel2008-09-023-4/+4
* Relocated common io helper from com.*.util.io -> com.*.impl.ioSven Gothel2008-09-021-1/+1
* Refactoring common io codeSven Gothel2008-08-301-1/+1
* Temporarily split some TextureIO-related classes into Java SE and Java Kenneth Russel2008-08-178-8/+2629
* - Using new config feature: 'IgnoreExtendedInterfaceSymbols <java class sourc...Sven Gothel2008-07-181-5/+7
* Formatting changes onlyKenneth Russel2008-07-169-3134/+3134
* Reorganized TextureIO classes to enable code sharing between desktopKenneth Russel2008-07-1611-2300/+2173
* GL Unification 1st round.Sven Gothel2008-07-031-7/+7
* Mac OS X port of new JOGL and Newt. Currently leverages the AWT; willKenneth Russel2008-06-271-1/+3
* 2nd big refactoring.Sven Gothel2008-06-213-0/+2232
* *** empty log message ***Sven Gothel2008-06-215-173/+10
* 2nd big refactoring.Sven Gothel2008-06-211-1355/+0
* 2nd big refactoring.Sven Gothel2008-06-214-621/+348
* Added table of Porter-Duff compositing rules in the face of Kenneth Russel2008-02-181-0/+22
* Removed incorrect statements from TextureIO class about certain Kenneth Russel2008-01-161-8/+4
* Added support for loading non-mipmapped, non-power-of-two compressed Kenneth Russel2007-09-042-5/+75
* Fixed Issue 307: Rectangular (but still pow2) dds textures with mipmaps incor...Kenneth Russel2007-08-061-6/+6
* Fixed regression pointed out by Tom Gaskins where Kenneth Russel2007-07-121-7/+21
* Fixed problems in TextureIO classes where they did not work with Kenneth Russel2007-05-072-15/+73
* Fixed Issue 296: TextureIO cube map support brokenKenneth Russel2007-04-212-36/+56
* Added automatic mipmap generation support via GL_GENERATE_MIPMAP Kenneth Russel2007-04-081-7/+58
* Added TextureIO.setTexRectEnabled() and isTexRectEnabled() based onKenneth Russel2007-04-032-1/+38
* Added Texture.getAspectRatio().Kenneth Russel2007-03-211-0/+13
* Simplified math in last putbackKenneth Russel2007-03-161-2/+2
* Fixed Issue 287: TextRenderer rendering artifacts Kenneth Russel2007-03-161-3/+17
* On advice from Chris Campbell, forced TYPE_INT_ARGB and Kenneth Russel2007-02-271-3/+12
* Fixed Issue 276: Bug in handling of RGB-like custom BufferedImages in TextureIO Kenneth Russel2007-02-221-1/+1
* Fixed Issue 273: class DDSImage don't support cubemap textures Kenneth Russel2007-02-211-16/+144
* Fixed Issue 267: class DDSImage return incorrect mipmap level data. Kenneth Russel2007-01-261-2/+2
* With help from Chris Campbell, fixed incredibly stupid bug on my part Kenneth Russel2007-01-061-0/+38
* Fixed Issue 257: RFE: Texture.updateSubImage(x,y,w,h) Kenneth Russel2006-12-292-143/+233
* Texture documentation improvements suggested by Chris Campbell and James GoslingKenneth Russel2006-12-051-7/+54
* Fixed javadoc code tag problem pointed out by Chris CampbellKenneth Russel2006-11-271-2/+2
* Added documentation by Chris Campbell to Texture class on Kenneth Russel2006-11-181-2/+48
* Fixed Issue 247: Texture class should use GL_CLAMP if OpenGL version is 1.1 Kenneth Russel2006-11-151-4/+4
* Fixed Issue 238: BufferedImage flips on call to ImageIO.newTexture Kenneth Russel2006-07-201-33/+81
* Fixed bug pointed out by Tom Gaskins from NASA in handling of creationKenneth Russel2006-06-021-24/+51
* Fixed build breakage with last checkinKenneth Russel2006-05-211-0/+1
* Removed debugging printlnsKenneth Russel2006-05-201-4/+10
* Fixed bugs in handling of mipmapped compressed texturesKenneth Russel2006-05-203-15/+16
* Added StreamUtil for reading all data from an InputStream. Added Kenneth Russel2006-05-052-79/+155
* Fixed bug found by user Kickaha on javagaming.org forums where entire Kenneth Russel2006-04-131-2/+2