aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media/opengl/awt
Commit message (Expand)AuthorAgeFilesLines
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2)Sven Gothel2015-02-024-4458/+0
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-024-60/+60
* Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE)Sven Gothel2015-01-272-76/+159
* Misc Fixes: Bug 1102 GLJPanel.setSurfaceScale(..); SurfaceSize.hashCode()Sven Gothel2014-12-071-7/+7
* Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered...Sven Gothel2014-12-061-6/+42
* Bug 1085: Fix GLJPanel regression while printing w/ invisible GLJPanel: Zero ...Sven Gothel2014-10-021-1/+1
* Bug 1085: Increase and fix DEBUG verbosity in GLJPanel to catch reshape regre...Sven Gothel2014-10-021-9/+13
* Bug 1081: Fix GLJPanel Regression: Honor pre-init reshape-size at initializeB...Sven Gothel2014-10-011-19/+20
* Bug 1078: Add Fallback in AWTPrintLifecycle.setupPrint(): Use Onscreen GLAD i...Sven Gothel2014-09-302-10/+33
* FBObject: Fix depth- and stencil bit count selection for attachRenderbuffer(..);Sven Gothel2014-09-201-1/+1
* FBObject: Simplify API (init/reset); Only issue automatic resetSamplingSink(....Sven Gothel2014-09-201-2/+2
* GLJPanel Cleanup: Remove initial FBO reshape; Propagate reshape only if diffe...Sven Gothel2014-09-181-17/+17
* GLJPanel: Allow reconfiguration of offscreen's GLCapabilitiesImmutableSven Gothel2014-09-141-14/+49
* AnimatorBase.finishLifecycleAction(): Non blocking call shall return true, su...Sven Gothel2014-09-131-2/+4
* GLPixelStorageModes: Emphasize reset*() usage; setUnpackRowLength: GL2ES2 -> ...Sven Gothel2014-09-091-2/+2
* Bug 1020 - First MSAA FBO frame on a mac osx nvidia card not antialiasedSven Gothel2014-08-311-0/+6
* Bug 1054: GLContext: makeCurrent() needs a null-check of [mutable] drawable;...Sven Gothel2014-08-302-225/+272
* GLSharedContextSetter: Fix API doc and all html references (fix URL and compl...Sven Gothel2014-08-292-2/+6
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-08-062-0/+10
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-07-312-10/+37
* Bug 830 - Refine Heuristics for to query whether GLDrawableUtil.swapGLContext...Sven Gothel2014-07-312-2/+2
* GLDrawable: Expose getRequestedGLCapabilities() (Include to public API)Sven Gothel2014-07-312-28/+34
* Bug 830 - Add Heuristics for to query whether GLDrawableUtil.swapGLContextAnd...Sven Gothel2014-07-302-29/+39
* Bug 1016 - GLJPanel Offscreen FBO size may exceed GL MAX TEXTURE SIZE, only u...Sven Gothel2014-07-281-5/+20
* GLJPanel: Enhance API doc on setSkipGLOrientationVerticalFlip(..)Sven Gothel2014-07-281-2/+2
* GLJPanel: Only dump verbose debug on frameCount each frame if property 'jogl....Sven Gothel2014-07-281-4/+6
* GLJPanel: Enhance the class API-docSven Gothel2014-07-281-10/+11
* Bug 1037 - FBObject/GLFBODrawable: Do not assume using a TextureAttachment fo...Sven Gothel2014-07-281-1/+1
* Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi...Sven Gothel2014-07-272-4/+21
* Bug 1031: Remove Deprecated Classes and Methods (JOGL)Sven Gothel2014-07-102-81/+37
* Findbugs.not-written.null: Fix referencing non-written fields (never written ...Sven Gothel2014-07-081-2/+2
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-032-151/+152
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-282-2/+2
* Fix Bug 826 Regression caused by commit 41190c3830157abdf9649cbf7767e57108f55...Sven Gothel2014-06-131-23/+34
* Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa...Sven Gothel2014-06-092-12/+26
* Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry...Sven Gothel2014-06-082-15/+19
* Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which...Sven Gothel2014-06-082-13/+16
* Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...Sven Gothel2014-06-082-62/+144
* Bug 1010 - Fix ES3.glPixelStorei and revalidate GLPixelStorageModesSven Gothel2014-05-261-2/+2
* Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT...Sven Gothel2014-05-261-1/+1
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-221-1/+0
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-212-67/+91
* Bug 742 HiDPI: Add prelim HiDPI support to GLJPanel w/o API change and w/o fi...Sven Gothel2014-05-201-17/+49
* Bug 937 : Fix regression of commit 071bdd6ce9f8c41ccecdbf8bc74f276ccd7ff651 (...Sven Gothel2014-02-252-5/+5
* Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Fix auto-swap ...Sven Gothel2014-02-181-7/+62
* Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Use default au...Sven Gothel2014-02-141-23/+7
* Bug 975 - GLJPanel's OffscreenDrawable shall not double swap (custom swap by ...Sven Gothel2014-02-131-25/+49
* Better shared GLAutoDrawable synchronization: Block slave instances to also b...Sven Gothel2014-01-212-0/+10
* Bug 937 - JAWTWindow: Unsatisfying Visibility ComputationSven Gothel2014-01-122-17/+33
* Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be consider...Sven Gothel2013-12-102-2/+2