aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/GLPixelStorageModes.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-7/+7
* Fix GLContext.Version* regression: Use Version1_1 and Version1_2 for 1.1 and ...Sven Gothel2014-10-121-2/+2
* GLPixelStorageModes: Emphasize reset*() usage; setUnpackRowLength: GL2ES2 -> ...Sven Gothel2014-09-091-8/+9
* Don't utilize glPixelStorei's PACK/UNPACK IMAGE_HEIGHT and SKIP_IMAGES for De...Sven Gothel2014-09-091-6/+13
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-6/+6
* Bug 1010 - Fix ES3.glPixelStorei and revalidate GLPixelStorageModesSven Gothel2014-05-261-78/+190
* GLPixelStorageModes: Safe and restore GL2ES3 modes, i.e. add missing GLES3 mo...Sven Gothel2014-02-141-32/+38
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-24/+24
* GLPixelStorageModes: Fix API doc references, Add set[Pack|Unpack]RowLength(GL...Sven Gothel2013-09-031-5/+39
* Fix buggy unit test for Bug 694: The unpack alignment has to be considered!Sven Gothel2013-03-091-5/+29
* Simplify and fix GL2GL3 usage (save/restore)Sven Gothel2011-06-091-28/+56
* Using GlueGen IOUtil (dropped StreamUtil, FileUtil); Public GLReadBufferUtil ...Sven Gothel2011-06-071-0/+108