aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-jogl/src/main/java/com/ardor3d/image
Commit message (Expand)AuthorAgeFilesLines
* Fixes some errors in the Java documentation of ardor3d-joglJulien Gouesse2019-06-011-0/+1
* Updates the copyright headers and templatesJulien Gouesse2016-08-073-3/+3
* Switches from Java 1.6 to Java 1.7 and fixes numerous warningsJulien Gouesse2016-06-302-2/+2
* Updates JOGL (2.3.2 RC 20150812), moves the image format detection from Ardor...Julien Gouesse2015-08-282-387/+11
* Fixes the read limit when marking a stream in the JOGL image loaderJulien Gouesse2015-08-101-1/+1
* Documents, fixes and simplifies a bit the JOGL image file format detection me...Julien Gouesse2015-04-011-19/+58
* Uses JOGL 2.3.0 RC 20150205Julien Gouesse2015-02-091-6/+5
* Stops using Guava to create the lists, the sets and the maps except when it i...Julien Gouesse2014-09-241-2/+2
* Sets the mipmap sizesJulien Gouesse2014-08-111-1/+11
* Adds the early mipmaps production into the image loaderJulien Gouesse2014-08-111-6/+33
* Lets JOGL indicate the vertical orientation of the texture dataJulien Gouesse2014-08-111-19/+8
* Fixes the TGA support and improves a lot the detection of image formatJulien Gouesse2014-08-042-80/+368
* The JOGL image loader claims to support GIF only when the AWT SPI is availabl...Julien Gouesse2014-08-011-17/+29
* Fixes the vertical orientation of images loaded by JOGL without delegating to...Julien Gouesse2014-08-011-7/+27
* Adds a mechanism to determine the image type by using the magic number of the...Julien Gouesse2014-08-011-2/+96
* Adds a utility to convert Ardor3D images into JOGL images (untested)Julien Gouesse2014-01-311-0/+99
* Adds a method to convert JOGL/NEWT texture data into Ardor3D imagesJulien Gouesse2014-01-301-8/+23
* Allows to override the capabilities utilitiesJulien Gouesse2013-05-071-3/+7
* Drives JoglImageLoader 50 times fasterJulien Gouesse2013-04-131-117/+149
* Adds the support of texture data flipping into JoglImageLoaderJulien Gouesse2013-04-061-70/+128
* Uses a single dedicated method to get the GLProfileJulien Gouesse2013-04-061-11/+21
* Repairs the JOGL image loader (still no support of the 'flipped' flag)Julien Gouesse2013-04-061-4/+11
* Uses GLProfile.getMaximum(true) to fix problems under Linux ARM with OpenGL-E...Julien Gouesse2013-03-271-1/+1
* AWT-free JOGL 2.0 image loaderJulien Gouesse2013-03-061-0/+128