aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp
Commit message (Expand)AuthorAgeFilesLines
* 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-1114-63/+241
* Merge MathFloat into FloatUtilSven Gothel2012-11-113-33/+50
* Fix Bug 636: Quaternion multiplication unexpected behaviorTek2012-11-111-4/+4
* 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
* ShaderProgram: Program name is valid if non zero; Add init(GL) return value f...Sven Gothel2012-10-311-14/+23
* GLRendererQuirks.RequiresBoundVAO: Removed, it _is_ in the GL 3.2 core spec -...Sven Gothel2012-10-291-7/+3
* FixedFuncPipeline: Use proper shader version and make GLSL code compatible w/...Sven Gothel2012-10-291-0/+1
* GLRendererQuirks: Add RequiresBoundVAO (w/ impl.), GLSLBuggyDiscard (todo) ; ...Sven Gothel2012-10-281-2/+9
* Minor edits FBObject/GearsObjectSven Gothel2012-10-281-1/+1
* ShaderCode: Add defaultShaderCustomization(..) to prelude shader source w/ GL...Sven Gothel2012-10-262-4/+35
* Fix Bug 630: packedDepthStencilAvail didn't check for EXT_packed_depth_stenci...Sven Gothel2012-10-241-1/+3
* Fix regression of commit 40d01bef2a1db44533472c37961aabbef68de644: Test for f...Sven Gothel2012-10-231-2/+2
* ImmModeSink: Reduce DEBUG_* print a bit (no this.toString())Sven Gothel2012-10-231-10/+11
* FixedFuncHook/ImmModeSink: Fix *Pointer 'normalized' parameterSven Gothel2012-10-223-14/+33
* Fix ImmModeSink Padding: Fourth element default value (vertex/color) is 1fSven Gothel2012-10-201-33/+47
* Add GenericGLCapabilitiesChooser: Dropping 'windowSystemRecommendedChoice' hintSven Gothel2012-10-191-0/+48
* ImmModeSink: Pretty'fying Ctor/Factory methods argument listSven Gothel2012-10-181-16/+21
* ImmModeSink: Add resizeElementCount, allowing user to set a lower additional ...Sven Gothel2012-10-181-2/+20
* ImmModeSink VBO: Update single buffers (vertex, color, ..) if once written an...Sven Gothel2012-10-181-26/+58
* ImmModeSink: Add glColor3ub(), glColor4ub(); Add proper value conversion of i...Sven Gothel2012-10-182-103/+174
* Merge remote-tracking branch 'hharrison/master'Sven Gothel2012-10-161-1/+1
|\
| * jogl: fix bit shift error in LEDataInputStreamHarvey Harrison2012-10-151-1/+1
* | ImmModeSink: Fix buffer grow (+1 element @ named buffer), enable DEBUG_* via ...Sven Gothel2012-10-161-52/+68
|/
* FixedFuncPipeline: Optimize shader resource, if preset != ShaderSelectionMode...Sven Gothel2012-10-131-4/+8
* FBO ResetQuirk: Dump only brief information (OS, GL, JOGL sha1), the latter b...Sven Gothel2012-10-131-0/+17
* FixedFuncHook: Add ES2 alignment of certain GL functions, i.e. GL_QUAD_STRIP/...Sven Gothel2012-10-121-2/+2
* 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-122-14/+42