summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl
Commit message (Expand)AuthorAgeFilesLines
* Bug 548 and Bug 679: Add 'glFlush()' requirement (OSX < 10.7.3 && NVIDIA GPU)...Sven Gothel2013-02-211-2/+10
* Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility stateSven Gothel2013-02-161-1/+1
* Fix Animator resume() wait-condition (drawablesEmpty didn't wait for pausedIs...Sven Gothel2013-02-011-2/+2
* Fix misc API docs ..Sven Gothel2013-01-271-1/+1
* Animator: API doc cleanup, isPaused()==true if drawablesEmpty (Animator == FP...Sven Gothel2013-01-272-2/+5
* Refine GL[Auto]Drawable 'realized' state in API doc, and relax it's realized ...Sven Gothel2013-01-261-5/+3
* FBObject/GLFBODrawableImpl: Silence stderr if not in DEBUG mode relying on ap...Sven Gothel2013-01-261-2/+4
* Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..Sven Gothel2013-01-242-111/+13
* Android/NewtVersionActivity: Dump avail. GLCaps / Use stderr, since log would...Sven Gothel2013-01-191-6/+25
* ShaderState: Reduce hash-map utilization at shader switch (reset uniforms/att...Sven Gothel2013-01-151-44/+59
* Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER...Sven Gothel2013-01-123-11/+35
* GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...Sven Gothel2013-01-114-244/+718
* Fix GLArrayDataClient createGLSL(..) 'name' setting; Also adds equal behavior...Sven Gothel2013-01-031-3/+3
* Enhance PMVMatrix: Use FloatStack to implement PushMatrix and PopMatrix (Bug ...Sven Gothel2012-12-311-29/+28
* Fix Bug 658 (Mesa 9.0 3.1 Intel compat quirk, 3.1 core only) ; No PROFILE_ALI...Sven Gothel2012-12-291-3/+15
* FBObject, minor edit: GL2GL3.GL_MAX_COLOR_ATTACHMENTS -> GL2ES2.GL_MAX_COLOR_...Sven Gothel2012-12-211-1/+2
* MacOSXCGLContext: Use new setLocation(gl, shader-program); Minor edits..Sven Gothel2012-12-161-1/+1
* GLJPanel: Impl. is GLProfile agnostic; Use GLDrawableFactory.createOffscreenD...Sven Gothel2012-12-161-1/+1
* GLArrayData/ImmModeSink: Remove implicit dependency on ShaderState - allow op...Sven Gothel2012-12-165-114/+438
* Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...Sven Gothel2012-12-151-1/+2
* SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC...Sven Gothel2012-12-041-115/+235
* SWT GLCanvas/NewtCanvasSWT: Check isVisible() @ validation; NewtCanvasSWT rem...Sven Gothel2012-12-021-1/+1
* SWT GLCanvas: Fix dispose bug, check for isDisposed() and add DisposeListener...Sven Gothel2012-11-291-17/+52
* Fix regression of commit 4dd44b985fe0541be3a3bcd9045d201ed3ca2cc5: Setting 's...Sven Gothel2012-11-281-1/+1
* FPSAnimator: Add note on deamon-thread and JVM shutdown behavior.Sven Gothel2012-11-252-5/+11
* Fix Bug : Quaternion multiplication unexpected behaviorHaZuki2012-11-161-2/+2
* Frustum: Clarify method names, fix point/sphere classification, add used refe...Sven Gothel2012-11-122-26/+71
* Frustum: Add doc. about Frustum's Plane's normal orientationSven Gothel2012-11-121-2/+16
* Frustum: Cleanup / update; PMVMatrix: Fix mulPMVSven Gothel2012-11-122-13/+24
* Frustum: Clarify isOutside(AABBox) impl, add isOutside for point and sphereSven Gothel2012-11-121-6/+43
* Adding Ref.: Frustum-Culling, Max WagnerSven Gothel2012-11-121-10/+12
* Validating Frustum w/ help of Eduard White [email protected], referencing th...Sven Gothel2012-11-122-75/+139
* Frustum: Print Plane's normals properly in toString()Sven Gothel2012-11-111-1/+1
* Frustum: Passing Mv*P (column major order)Sven Gothel2012-11-112-34/+34
* PMVMatrix: Add 'Frustum glGetFrustum()' adding same dirty/request methodology...Sven Gothel2012-11-111-58/+81
* Frustum: Simpler usage (ctor, update) no need for explicit compute() method. ...Sven Gothel2012-11-111-102/+143
* AABBox: Add public direct setSize(..), skipping redundant reset() / resize(..)Sven Gothel2012-11-111-18/+31
* Cleanup Frustum Math Util: Independent / Compile Clean / Relocation ; PMVMatr...Sven Gothel2012-11-113-191/+194
* Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-118-3/+1322
* Merge MathFloat into FloatUtilSven Gothel2012-11-111-0/+16
* Adding basic Frustum utility class interfacing w/ PMVMatrix. Still depending ...Eduard White2012-11-111-0/+191
* Bug 634 - Part 1: Fix FBObject regression of commit dbc260bd2e917ee9001461749...Sven Gothel2012-11-081-4/+12
* Fix GLAutoDrawable.dispose(): Dispose drawable even w/o context; JAWTWindow.l...Sven Gothel2012-11-081-27/+31
* FBObject: Rename private fields for better reading: samplesSink* -> samplingS...Sven Gothel2012-11-061-65/+65
* Bug 634 - Part 1: FBObject, Make MSAA 'samplingSink' mutable and add setSampl...Sven Gothel2012-11-061-10/+33
* GLAutoDrawable: Refine API change of commit c002e04f848116922a1ed7bd96ead5496...Sven Gothel2012-11-052-22/+25
* GLDrawableUtil.swapGLContextAndAllGLEventListener(..): Add glFinish() before ...Sven Gothel2012-11-041-17/+36
* FPSAnimator: Wait '2 x period' or 20ms, whichever is greater in case of pause...Sven Gothel2012-11-041-5/+7
* GLAutoDrawable: Fix GLEventListener lifecycle and expose more user control (A...Sven Gothel2012-11-042-13/+301
* Fix ProjectFloat (Bug 633): Adding missing offset of sliced buffer usage; red...Sven Gothel2012-10-311-7/+41