summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/GLStateKeeper.java
Commit message (Collapse)AuthorAgeFilesLines
* API doc: GLStateKeeper (wording), GLAutoDrawable (enh. init desc.), ↵Sven Gothel2013-10-271-3/+3
| | | | GLDrawable (Shared Context)
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-19/+19
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* GLStateKeeper: Add clearPreservedGLState()Sven Gothel2013-03-281-1/+14
|
* Add GLStateKeeper handling GLEventListenerState preservation and ↵Sven Gothel2013-03-221-0/+87
restauration for GLAutoDrawable - New GLStateKeeper interface, package com.jogamp.opengl Implemented by: - GLAutoDrawableBase Currently supported by: - NEWT GLWindow - GLEventListenerState package move: com.jogamp.opengl.util -> com.jogamp.opengl