aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/GLFBODrawableImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Misc Cleanup: JAWTWindow: Reusing visible in HIERARCHY listener; Remove obsol...Sven Gothel2014-01-111-2/+2
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-71/+71
* TiledPrintingAWTBase: Fix scaling - Fit frame to page, add MSAA RenderingHint...Sven Gothel2013-09-071-1/+1
* GLFBODrawableImpl.initialize(): Unrealize when already unrealized shall not t...Sven Gothel2013-08-101-1/+8
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-171-2/+8
* GLFBODrawableImpl: Fix swap criteria, i.e. don't swap in contextMadeCurrent(f...Sven Gothel2013-06-171-10/+17
* FBObject.init() uses safe 1x1 size like reset(..) to behave equal; GLFBODrawa...Sven Gothel2013-04-121-17/+16
* Debug Messages: Unify getThreadName() usage and 'Catched Exception' messagesSven Gothel2013-04-101-1/+1
* Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-131-5/+9
* FBObject/GLFBODrawableImpl: Silence stderr if not in DEBUG mode relying on ap...Sven Gothel2013-01-261-16/+19
* Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...Sven Gothel2012-12-151-0/+14
* GLFBODrawableImpl: Following suit w/ commit b83b068c0f426f24a58e2bd9f52de9ebd...Sven Gothel2012-11-061-1/+1
* FBO ResetQuirk: Dump only brief information (OS, GL, JOGL sha1), the latter b...Sven Gothel2012-10-131-5/+11
* Fix Bug 617 (part2): Workaround buggy GPU driver where FBO reattachment of Co...Sven Gothel2012-10-061-22/+43
* Refine ed7d5f2e3fc696d47b10c8d62a071643bf385588, set and restore FBO caps @ s...Sven Gothel2012-10-051-7/+12
* FBO/Offscreen: Use most simple GLCapabilities for GLFBODrawableImpl's underly...Sven Gothel2012-10-051-18/+24
* FBObject/GLFBODrawable: Debug / glError detectionSven Gothel2012-10-021-4/+10
* FBObject: Clarify reset(..), resetSamplingSink(..) ; Rename syncFramebuffer(....Sven Gothel2012-09-271-4/+4
* GLFBODrawableImpl: Fix garbage @ swap, add [disabled] reset-quirk for testingSven Gothel2012-09-201-17/+48
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-151-81/+415
* Robostness: GLDrawableImpl's contextMadeCurrent()/contextRealized() ; GLFBODr...Sven Gothel2012-08-171-1/+5
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-0/+138