| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | BuildComposablePipeline: Handle synthetic isGL* and getGL* more generic, allo... | Sven Gothel | 2014-07-29 | 1 | -4/+10 |
* | GLContext.hasNoDefaultVAO(): Remove ES 3.x, fixing issues w/ ES 3.x client si... | Sven Gothel | 2014-07-29 | 1 | -5/+14 |
* | Bug 1016 - GLJPanel Offscreen FBO size may exceed GL MAX TEXTURE SIZE, only u... | Sven Gothel | 2014-07-28 | 1 | -5/+20 |
* | GLJPanel: Enhance API doc on setSkipGLOrientationVerticalFlip(..) | Sven Gothel | 2014-07-28 | 1 | -2/+2 |
* | GLJPanel: Only dump verbose debug on frameCount each frame if property 'jogl.... | Sven Gothel | 2014-07-28 | 1 | -4/+6 |
* | GLJPanel: Enhance the class API-doc | Sven Gothel | 2014-07-28 | 1 | -10/+11 |
* | Bug 1037 - FBObject/GLFBODrawable: Do not assume using a TextureAttachment fo... | Sven Gothel | 2014-07-28 | 2 | -11/+42 |
* | Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis... | Sven Gothel | 2014-07-27 | 1 | -2/+65 |
* | Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi... | Sven Gothel | 2014-07-27 | 5 | -29/+146 |
* | Bug 1024: Add fallback for native-jar-file location via classpath | Sven Gothel | 2014-07-11 | 1 | -5/+4 |
* | Refine 'GLSharedContextSetter' test cases: Use 'setSharedAutoDrawable(sharedA... | Sven Gothel | 2014-07-10 | 1 | -2/+8 |
* | Bug 1031: Remove Deprecated Classes and Methods (JOGL) | Sven Gothel | 2014-07-10 | 8 | -258/+59 |
* | Findbugs: Use static fields where possible | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Findbugs: Add comments that FB warnings are of no concern .. | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Findbugs: Remove dead-code / unused [temp] storage and it's assignment | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)' | Sven Gothel | 2014-07-08 | 2 | -5/+5 |
* | Findbugs.not-written.null: Fix referencing non-written fields (never written ... | Sven Gothel | 2014-07-08 | 1 | -2/+2 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 24 | -452/+458 |
* | Bug 1021: Refine Stereo Rendering API and OculusVR implementing renderer | Sven Gothel | 2014-07-03 | 1 | -74/+0 |
* | Bug 1021: Add OculusVR distortion renderer (single FBO and dual FBO); Add GLE... | Sven Gothel | 2014-07-01 | 1 | -0/+74 |
* | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 4 | -4/+4 |
* | Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount ca... | Sven Gothel | 2014-06-17 | 1 | -1/+1 |
* | Fix Bug 826 Regression caused by commit 41190c3830157abdf9649cbf7767e57108f55... | Sven Gothel | 2014-06-13 | 1 | -23/+34 |
* | Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa... | Sven Gothel | 2014-06-09 | 2 | -12/+26 |
* | Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry... | Sven Gothel | 2014-06-08 | 2 | -15/+19 |
* | Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which... | Sven Gothel | 2014-06-08 | 2 | -13/+16 |
* | Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS... | Sven Gothel | 2014-06-08 | 2 | -62/+144 |
* | Bug 741 HiDPI: Add new NativeSurfaceHolder interface to GLDrawable and Native... | Sven Gothel | 2014-06-06 | 1 | -2/+7 |
* | Bug 1010 - Fix ES3.glPixelStorei and revalidate GLPixelStorageModes | Sven Gothel | 2014-05-26 | 1 | -2/+2 |
* | Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT... | Sven Gothel | 2014-05-26 | 1 | -1/+1 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re... | Sven Gothel | 2014-05-22 | 4 | -18/+27 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad... | Sven Gothel | 2014-05-21 | 3 | -71/+101 |
* | Bug 742 HiDPI: Add prelim HiDPI support to GLJPanel w/o API change and w/o fi... | Sven Gothel | 2014-05-20 | 1 | -17/+49 |
* | Minor edits: Fix comments / API-docs | Sven Gothel | 2014-05-19 | 1 | -1/+1 |
* | Bug 801: Cleanup shader-program location/data update ; Add COLORTEXTURE + Tex... | Sven Gothel | 2014-04-04 | 1 | -22/+56 |
* | Bug 801: Reduce temp. object creation, i.e. GC load | Sven Gothel | 2014-04-02 | 1 | -4/+14 |
* | Bug 801: Graph OpenGL ES2 and ES3 Compatibility | Sven Gothel | 2014-03-25 | 1 | -3/+3 |
* | Quaternion: Add rotateByEuler(..); AABBox: Add translate(..); Minor edits .. | Sven Gothel | 2014-03-17 | 1 | -2/+2 |
* | Bug 937 : Fix regression of commit 071bdd6ce9f8c41ccecdbf8bc74f276ccd7ff651 (... | Sven Gothel | 2014-02-25 | 2 | -5/+5 |
* | Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Fix auto-swap ... | Sven Gothel | 2014-02-18 | 3 | -10/+86 |
* | Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Use default au... | Sven Gothel | 2014-02-14 | 1 | -23/+7 |
* | Bug 975 - GLJPanel's OffscreenDrawable shall not double swap (custom swap by ... | Sven Gothel | 2014-02-13 | 1 | -25/+49 |
* | Bug 972 - Reduce ClassLoader Lookup, i.e. Class.forName(..): GLProfile, GLCon... | Sven Gothel | 2014-02-12 | 1 | -31/+110 |
* | Bug 950 - Recognize full FBO capabilities for ES 3.0 - [GLContext|GL].hasFull... | Sven Gothel | 2014-01-24 | 2 | -14/+14 |
* | Better shared GLAutoDrawable synchronization: Block slave instances to also b... | Sven Gothel | 2014-01-21 | 3 | -2/+22 |
* | Bug 942: GLBufferObjectTracker: Tracking GLBufferStorage accurately, synchron... | Sven Gothel | 2014-01-21 | 3 | -11/+232 |
* | Bug 937 - JAWTWindow: Unsatisfying Visibility Computation | Sven Gothel | 2014-01-12 | 2 | -17/+33 |
* | Bug 930 - OSX: Using 'Apple Software Renderer' GLRendererQuirks Quirk GL4Need... | Sven Gothel | 2013-12-23 | 1 | -1/+1 |
* | Bug 929 - Reflect ES3 Compatibility with ES2 | Sven Gothel | 2013-12-21 | 2 | -6/+10 |
* | Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be consider... | Sven Gothel | 2013-12-10 | 2 | -2/+2 |