aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes
Commit message (Expand)AuthorAgeFilesLines
* GLCanvas: Avoid NPE in debug mode @ reshape (duh)Sven Gothel2012-10-121-1/+3
* FixedFuncHook: Add ES2 alignment of certain GL functions, i.e. GL_QUAD_STRIP/...Sven Gothel2012-10-122-5/+52
* GLArrayDataClient.bindBuffer(gl, bind=true): checkSeal and init_vbo if requir...Sven Gothel2012-10-121-0/+5
* GLArrayData* VBO binding: Properly document and impl. bindBuffer(..) in detai...Sven Gothel2012-10-1211-120/+175
* Enhance FixedFuncPipeline: Multi-Texture, Tex-Env, Alpha-Test, Lighting (fix,...Sven Gothel2012-10-1214-311/+957
* ShaderState: Clean-up debug / verbose output. attachShaderProgram(..) still i...Sven Gothel2012-10-121-41/+70
* GLArrayData* VBO binding: Adding explicit bindBuffer(..) method, since VBO is...Sven Gothel2012-10-124-8/+35
* Simplify GLArrayHandler and reduce VBO sideffectsSven Gothel2012-10-1010-118/+77
* GLUniformData.toString() matrix: Add matrix offset ..Sven Gothel2012-10-101-1/+1
* GLUniformData: add null format string to Buffers.toString()Sven Gothel2012-10-101-1/+1
* ImmModeSink: Fix bugs (use glBufferUsage, vboUsage, GL_POLYGON, GL_QUADS) and...Sven Gothel2012-10-103-254/+431
* GLBuffers.slice: Preserve parent buffer position/limit and the parent's byte-...Sven Gothel2012-10-101-8/+19
* FloatUtil/PMVMatrix/GLUniformData: Move impl. of FloatBuffer matrix toString(...Sven Gothel2012-10-103-60/+113
* Refine GLDrawable.swapBuffer() fix (AWT/SWT GLCanvas and GLAutoDrawableBase) ...Sven Gothel2012-10-083-3/+9
* Fix GLDrawable.swapBuffer() implementation in AWT/SWT GLCanvas and GLAutoDraw...Sven Gothel2012-10-083-36/+13
* Fix Bug 617 (part2): Workaround buggy GPU driver where FBO reattachment of Co...Sven Gothel2012-10-062-23/+47
* Refine a3cb6bb14f410f67fccf5ccd4cd7ecc66f448389, fix deadlock (regression)Sven Gothel2012-10-051-19/+27
* EGL/X11 DummySurfaceHook: Lock display device at creation/destructionSven Gothel2012-10-051-11/+21
* Refine ed7d5f2e3fc696d47b10c8d62a071643bf385588, set and restore FBO caps @ s...Sven Gothel2012-10-052-8/+15
* FBO/Offscreen: Use most simple GLCapabilities for GLFBODrawableImpl's underly...Sven Gothel2012-10-053-26/+36
* Fix FBObject DEPTH_STENCIL renderbuffer usageSven Gothel2012-10-051-38/+46
* Use helper.isExternalAnimatorAnimating() instead of helper.isAnimatorAnimatin...Sven Gothel2012-10-052-3/+3
* Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape...Sven Gothel2012-10-053-33/+40
* OSX Context: Fix caps determination for on-/offscreen since pformat's NSOpenG...Sven Gothel2012-10-041-22/+14
* Fix regression of commit a644d779ab19cb1d200ae4ba567b9c042c34b337, cannot com...Sven Gothel2012-10-042-7/+10
* FixedFuncPipeline: Cleanup warnings ..Sven Gothel2012-10-041-7/+7
* ShaderState: Adding Class API doc and removing attached object w/ 'int' key, ...Sven Gothel2012-10-041-22/+12
* Update PMVMatrix/GLMatrixFunc API doc and refine PMVMatrix update / get-Mvi/M...Sven Gothel2012-10-043-265/+719
* Fix regression of fbe331f013608eb31ff0d8675f4e4c9881c9c48b [Remove XInitThrea...Sven Gothel2012-10-021-12/+2
* NativeWindowFactory: Remove 'remedy' of Bug 613 Commit 92398025abdabb2fdef0d7...Sven Gothel2012-10-021-16/+4
* Misc: Add commented-out NEWT X11/XCB-Event and X11ScreenRandR1[13] compilatio...Sven Gothel2012-10-021-1/+1
* GLRendererQuirks.NoDoubleBufferedPBuffer: Set if ( mesa || gallium ) && hwAccelSven Gothel2012-10-022-5/+14
* FBObject/GLFBODrawable: Debug / glError detectionSven Gothel2012-10-022-12/+21
* Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94Sven Gothel2012-10-027-50/+76
* Workaround for Bug 623: Sporadic XCB assertion failures w/ ATI proprietary dr...Sven Gothel2012-09-301-4/+0
* Misc X11: Add GLX_MESA_swap_control; GLXExtensions (private); X11GLXContext c...Sven Gothel2012-09-292-15/+71
* GLContext.makeCurrent(): Clean API docSven Gothel2012-09-291-13/+17
* GLDrawableHelper.init(..): Avoid double reshape if subsequent display issues ...Sven Gothel2012-09-295-7/+10
* Adding Mesa Quirk 'NoSetSwapIntervalPostRetarget': SIGSEGV on setSwapInterval...Sven Gothel2012-09-284-29/+44
* Texture: Clarifiy API doc of getTextureObject(GL)Sven Gothel2012-09-281-1/+6
* GLXUtil: Lock X11 DeviceSven Gothel2012-09-284-49/+98
* FBObject: Clarify reset(..), resetSamplingSink(..) ; Rename syncFramebuffer(....Sven Gothel2012-09-272-27/+41
* Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l...Sven Gothel2012-09-273-40/+13
* FBObject: Small cleanup of freeColorbufferImpl(gl, i) -> freeAllColorbufferIm...Sven Gothel2012-09-211-27/+26
* MacOSXCGLContext: Fix missing initialization of 'needsSetContextPBuffer' if n...Sven Gothel2012-09-211-4/+4
* MacOSXCGLDrawableFactory: Cannot use shared context to retrieve quirks since ...Sven Gothel2012-09-211-10/+21
* Add GLRendererQuirks; Fix shared EGL/ES resources;Sven Gothel2012-09-2014-246/+604
* OSX CALayer / MacOSXCGLContext: Remove pbuffer swap garbage; Split pbuffer/FB...Sven Gothel2012-09-201-23/+22
* GLFBODrawableImpl: Fix garbage @ swap, add [disabled] reset-quirk for testingSven Gothel2012-09-201-17/+48
* FBObject cleanup / review: strings, simplified re-attachment, removed redunda...Sven Gothel2012-09-201-169/+262