| Commit message (Expand) | Author | Age | Files | Lines |
* | iOS: Clean up promotion of EAGLLayer use down to FBObject | Sven Gothel | 2019-06-24 | 1 | -51/+61 |
* | iOS: Initial working commit supporting iOS (ipad pro 11) | Sven Gothel | 2019-06-23 | 1 | -3/+45 |
* | Bug 1135 - Cleanup: Class ownership change of static GL enumerates | Sven Gothel | 2015-03-06 | 1 | -10/+10 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -11/+11 |
* | FBObject: indentation / DEBUG output cleanup | Sven Gothel | 2015-01-23 | 1 | -7/+7 |
* | Minor Cleanup (FBObject, GLBase) | Sven Gothel | 2014-12-06 | 1 | -4/+1 |
* | Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack() | Sven Gothel | 2014-10-26 | 1 | -3/+4 |
* | Bug 1066: Reduce glGetError() in FBObject / GLFBODrawableImpl | Sven Gothel | 2014-09-21 | 1 | -24/+37 |
* | Bug 1073: FBObject/GLFBODrawable: Remove deprecated methods | Sven Gothel | 2014-09-20 | 1 | -56/+3 |
* | FBObject: Fix depth- and stencil bit count selection for attachRenderbuffer(..); | Sven Gothel | 2014-09-20 | 1 | -38/+92 |
* | FBObject: Simplify API (init/reset); Only issue automatic resetSamplingSink(.... | Sven Gothel | 2014-09-20 | 1 | -169/+364 |
* | FBObject.reset(..): Return true if modified, otherwise false | Sven Gothel | 2014-09-18 | 1 | -13/+32 |
* | FBObject Cleanup: Add comments about maxSamples > 0 implies fullFBOSupport; b... | Sven Gothel | 2014-08-31 | 1 | -14/+11 |
* | Bug 1037 - FBObject: Add proper attachment size validation at init, reset and... | Sven Gothel | 2014-07-28 | 1 | -13/+43 |
* | Bug 1037 - FBObject/GLFBODrawable: Do not assume using a TextureAttachment fo... | Sven Gothel | 2014-07-28 | 1 | -142/+255 |
* | Findbugs.minor: Fix 'array -> string', missing argument | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -83/+83 |
* | Bug 1009: Make FBObject's sampling sink format compatible w/ sampling source ... | Sven Gothel | 2014-05-26 | 1 | -17/+97 |
* | Bug 801: Add MSAA_RENDERING_BIT ; VBAA: Uses GL_NEAREST (good result) ; Demos... | Sven Gothel | 2014-03-02 | 1 | -2/+2 |
* | Bug 950 - Recognize full FBO capabilities for ES 3.0 - [GLContext|GL].hasFull... | Sven Gothel | 2014-01-24 | 1 | -16/+17 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+4 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -393/+393 |
* | GLVersionNumber.createVendorVersion(): Only test match result and potentially... | Sven Gothel | 2013-05-31 | 1 | -10/+5 |
* | FBObject.init() uses safe 1x1 size like reset(..) to behave equal; GLFBODrawa... | Sven Gothel | 2013-04-12 | 1 | -5/+7 |
* | FBObject/GLFBODrawableImpl: Silence stderr if not in DEBUG mode relying on ap... | Sven Gothel | 2013-01-26 | 1 | -2/+4 |
* | FBObject, minor edit: GL2GL3.GL_MAX_COLOR_ATTACHMENTS -> GL2ES2.GL_MAX_COLOR_... | Sven Gothel | 2012-12-21 | 1 | -1/+2 |
* | Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff... | Sven Gothel | 2012-12-15 | 1 | -1/+2 |
* | Bug 634 - Part 1: Fix FBObject regression of commit dbc260bd2e917ee9001461749... | Sven Gothel | 2012-11-08 | 1 | -4/+12 |
* | FBObject: Rename private fields for better reading: samplesSink* -> samplingS... | Sven Gothel | 2012-11-06 | 1 | -65/+65 |
* | Bug 634 - Part 1: FBObject, Make MSAA 'samplingSink' mutable and add setSampl... | Sven Gothel | 2012-11-06 | 1 | -10/+33 |
* | Minor edits FBObject/GearsObject | Sven Gothel | 2012-10-28 | 1 | -1/+1 |
* | Fix Bug 630: packedDepthStencilAvail didn't check for EXT_packed_depth_stenci... | Sven Gothel | 2012-10-24 | 1 | -1/+3 |
* | Fix Bug 617 (part2): Workaround buggy GPU driver where FBO reattachment of Co... | Sven Gothel | 2012-10-06 | 1 | -1/+4 |
* | Fix FBObject DEPTH_STENCIL renderbuffer usage | Sven Gothel | 2012-10-05 | 1 | -38/+46 |
* | FBObject/GLFBODrawable: Debug / glError detection | Sven Gothel | 2012-10-02 | 1 | -8/+11 |
* | FBObject: Clarify reset(..), resetSamplingSink(..) ; Rename syncFramebuffer(.... | Sven Gothel | 2012-09-27 | 1 | -23/+37 |
* | FBObject: Small cleanup of freeColorbufferImpl(gl, i) -> freeAllColorbufferIm... | Sven Gothel | 2012-09-21 | 1 | -27/+26 |
* | FBObject cleanup / review: strings, simplified re-attachment, removed redunda... | Sven Gothel | 2012-09-20 | 1 | -169/+262 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -342/+540 |
* | Robostness FBObject / GLReadBufferUtil: Ignore pre-existing GL errors - remov... | Sven Gothel | 2012-08-17 | 1 | -3/+1 |
* | Robustness: FBObject or reset(..) | Sven Gothel | 2012-08-17 | 1 | -37/+69 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -0/+1943 |