aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media
Commit message (Expand)AuthorAgeFilesLines
...
* BuildComposablePipeline: Handle synthetic isGL* and getGL* more generic, allo...Sven Gothel2014-07-291-4/+10
* GLContext.hasNoDefaultVAO(): Remove ES 3.x, fixing issues w/ ES 3.x client si...Sven Gothel2014-07-291-5/+14
* 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-282-11/+42
* Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis...Sven Gothel2014-07-271-2/+65
* Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi...Sven Gothel2014-07-275-29/+146
* Bug 1024: Add fallback for native-jar-file location via classpathSven Gothel2014-07-111-5/+4
* Refine 'GLSharedContextSetter' test cases: Use 'setSharedAutoDrawable(sharedA...Sven Gothel2014-07-101-2/+8
* Bug 1031: Remove Deprecated Classes and Methods (JOGL)Sven Gothel2014-07-108-258/+59
* Findbugs: Use static fields where possibleSven Gothel2014-07-081-1/+1
* Findbugs: Add comments that FB warnings are of no concern ..Sven Gothel2014-07-081-1/+1
* Findbugs: Remove dead-code / unused [temp] storage and it's assignmentSven Gothel2014-07-081-1/+1
* Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)'Sven Gothel2014-07-082-5/+5
* 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-0324-452/+458
* Bug 1021: Refine Stereo Rendering API and OculusVR implementing rendererSven Gothel2014-07-031-74/+0
* Bug 1021: Add OculusVR distortion renderer (single FBO and dual FBO); Add GLE...Sven Gothel2014-07-011-0/+74
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-284-4/+4
* Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount ca...Sven Gothel2014-06-171-1/+1
* 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 741 HiDPI: Add new NativeSurfaceHolder interface to GLDrawable and Native...Sven Gothel2014-06-061-2/+7
* 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-224-18/+27
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-213-71/+101
* Bug 742 HiDPI: Add prelim HiDPI support to GLJPanel w/o API change and w/o fi...Sven Gothel2014-05-201-17/+49
* Minor edits: Fix comments / API-docsSven Gothel2014-05-191-1/+1
* Bug 801: Cleanup shader-program location/data update ; Add COLORTEXTURE + Tex...Sven Gothel2014-04-041-22/+56
* Bug 801: Reduce temp. object creation, i.e. GC loadSven Gothel2014-04-021-4/+14
* Bug 801: Graph OpenGL ES2 and ES3 CompatibilitySven Gothel2014-03-251-3/+3
* Quaternion: Add rotateByEuler(..); AABBox: Add translate(..); Minor edits ..Sven Gothel2014-03-171-2/+2
* 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-183-10/+86
* 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
* Bug 972 - Reduce ClassLoader Lookup, i.e. Class.forName(..): GLProfile, GLCon...Sven Gothel2014-02-121-31/+110
* Bug 950 - Recognize full FBO capabilities for ES 3.0 - [GLContext|GL].hasFull...Sven Gothel2014-01-242-14/+14
* Better shared GLAutoDrawable synchronization: Block slave instances to also b...Sven Gothel2014-01-213-2/+22
* Bug 942: GLBufferObjectTracker: Tracking GLBufferStorage accurately, synchron...Sven Gothel2014-01-213-11/+232
* Bug 937 - JAWTWindow: Unsatisfying Visibility ComputationSven Gothel2014-01-122-17/+33
* Bug 930 - OSX: Using 'Apple Software Renderer' GLRendererQuirks Quirk GL4Need...Sven Gothel2013-12-231-1/+1
* Bug 929 - Reflect ES3 Compatibility with ES2Sven Gothel2013-12-212-6/+10
* Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be consider...Sven Gothel2013-12-102-2/+2