| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed incorrect statements from TextureIO class about certain
| Kenneth Russel | 2008-01-16 | 1 | -8/+4 |
* | Added support for loading non-mipmapped, non-power-of-two compressed
| Kenneth Russel | 2007-09-04 | 2 | -5/+75 |
* | Fixed Issue 307: Rectangular (but still pow2) dds textures with mipmaps incor... | Kenneth Russel | 2007-08-06 | 1 | -6/+6 |
* | Fixed regression pointed out by Tom Gaskins where
| Kenneth Russel | 2007-07-12 | 1 | -7/+21 |
* | Fixed problems in TextureIO classes where they did not work with
| Kenneth Russel | 2007-05-07 | 2 | -15/+73 |
* | Fixed Issue 296: TextureIO cube map support broken | Kenneth Russel | 2007-04-21 | 2 | -36/+56 |
* | Added automatic mipmap generation support via GL_GENERATE_MIPMAP
| Kenneth Russel | 2007-04-08 | 1 | -7/+58 |
* | Added TextureIO.setTexRectEnabled() and isTexRectEnabled() based on | Kenneth Russel | 2007-04-03 | 2 | -1/+38 |
* | Added Texture.getAspectRatio(). | Kenneth Russel | 2007-03-21 | 1 | -0/+13 |
* | Simplified math in last putback | Kenneth Russel | 2007-03-16 | 1 | -2/+2 |
* | Fixed Issue 287: TextRenderer rendering artifacts
| Kenneth Russel | 2007-03-16 | 1 | -3/+17 |
* | On advice from Chris Campbell, forced TYPE_INT_ARGB and
| Kenneth Russel | 2007-02-27 | 1 | -3/+12 |
* | Fixed Issue 276: Bug in handling of RGB-like custom BufferedImages in TextureIO
| Kenneth Russel | 2007-02-22 | 1 | -1/+1 |
* | Fixed Issue 273: class DDSImage don't support cubemap textures
| Kenneth Russel | 2007-02-21 | 1 | -16/+144 |
* | Fixed Issue 267: class DDSImage return incorrect mipmap level data.
| Kenneth Russel | 2007-01-26 | 1 | -2/+2 |
* | With help from Chris Campbell, fixed incredibly stupid bug on my part
| Kenneth Russel | 2007-01-06 | 1 | -0/+38 |
* | Fixed Issue 257: RFE: Texture.updateSubImage(x,y,w,h)
| Kenneth Russel | 2006-12-29 | 2 | -143/+233 |
* | Texture documentation improvements suggested by Chris Campbell and James Gosling | Kenneth Russel | 2006-12-05 | 1 | -7/+54 |
* | Fixed javadoc code tag problem pointed out by Chris Campbell | Kenneth Russel | 2006-11-27 | 1 | -2/+2 |
* | Added documentation by Chris Campbell to Texture class on
| Kenneth Russel | 2006-11-18 | 1 | -2/+48 |
* | Fixed Issue 247: Texture class should use GL_CLAMP if OpenGL version is 1.1
| Kenneth Russel | 2006-11-15 | 1 | -4/+4 |
* | Fixed Issue 238: BufferedImage flips on call to ImageIO.newTexture
| Kenneth Russel | 2006-07-20 | 1 | -33/+81 |
* | Fixed bug pointed out by Tom Gaskins from NASA in handling of creation | Kenneth Russel | 2006-06-02 | 1 | -24/+51 |
* | Fixed build breakage with last checkin | Kenneth Russel | 2006-05-21 | 1 | -0/+1 |
* | Removed debugging printlns | Kenneth Russel | 2006-05-20 | 1 | -4/+10 |
* | Fixed bugs in handling of mipmapped compressed textures | Kenneth Russel | 2006-05-20 | 3 | -15/+16 |
* | Added StreamUtil for reading all data from an InputStream. Added
| Kenneth Russel | 2006-05-05 | 2 | -79/+155 |
* | Fixed bug found by user Kickaha on javagaming.org forums where entire
| Kenneth Russel | 2006-04-13 | 1 | -2/+2 |
* | Added support requested by user mantesat on JOGL forum for null
| Kenneth Russel | 2006-03-03 | 1 | -1/+6 |
* | Fixed Issue 203: Missing setup of GL_UNPACK_ALIGNMENT for mipmapped
| Kenneth Russel | 2006-02-10 | 1 | -4/+12 |
* | Fixed Issue 190: Add TextureIO features
| Kenneth Russel | 2006-01-22 | 2 | -0/+128 |
* | Renamed com.sun.opengl.utils to com.sun.opengl.util. Moved
| Kenneth Russel | 2006-01-13 | 10 | -0/+4623 |