| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Cleanup Frustum Math Util: Independent / Compile Clean / Relocation ; PMVMatr... | Sven Gothel | 2012-11-11 | 3 | -191/+194 |
| * | Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math.... | Sven Gothel | 2012-11-11 | 14 | -63/+241 |
| * | Merge MathFloat into FloatUtil | Sven Gothel | 2012-11-11 | 3 | -33/+50 |
| * | Fix Bug 636: Quaternion multiplication unexpected behavior | Tek | 2012-11-11 | 1 | -4/+4 |
| * | Adding basic Frustum utility class interfacing w/ PMVMatrix. Still depending ... | Eduard White | 2012-11-11 | 1 | -0/+191 |
| * | Bug 634 - Part 1: Fix FBObject regression of commit dbc260bd2e917ee9001461749... | Sven Gothel | 2012-11-08 | 1 | -4/+12 |
| * | Fix GLAutoDrawable.dispose(): Dispose drawable even w/o context; JAWTWindow.l... | Sven Gothel | 2012-11-08 | 1 | -27/+31 |
| * | 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 |
| * | GLAutoDrawable: Refine API change of commit c002e04f848116922a1ed7bd96ead5496... | Sven Gothel | 2012-11-05 | 2 | -22/+25 |
| * | GLDrawableUtil.swapGLContextAndAllGLEventListener(..): Add glFinish() before ... | Sven Gothel | 2012-11-04 | 1 | -17/+36 |
| * | FPSAnimator: Wait '2 x period' or 20ms, whichever is greater in case of pause... | Sven Gothel | 2012-11-04 | 1 | -5/+7 |
| * | GLAutoDrawable: Fix GLEventListener lifecycle and expose more user control (A... | Sven Gothel | 2012-11-04 | 2 | -13/+301 |
| * | Fix ProjectFloat (Bug 633): Adding missing offset of sliced buffer usage; red... | Sven Gothel | 2012-10-31 | 1 | -7/+41 |
| * | ShaderProgram: Program name is valid if non zero; Add init(GL) return value f... | Sven Gothel | 2012-10-31 | 1 | -14/+23 |
| * | GLRendererQuirks.RequiresBoundVAO: Removed, it _is_ in the GL 3.2 core spec -... | Sven Gothel | 2012-10-29 | 1 | -7/+3 |
| * | FixedFuncPipeline: Use proper shader version and make GLSL code compatible w/... | Sven Gothel | 2012-10-29 | 1 | -0/+1 |
| * | GLRendererQuirks: Add RequiresBoundVAO (w/ impl.), GLSLBuggyDiscard (todo) ; ... | Sven Gothel | 2012-10-28 | 1 | -2/+9 |
| * | Minor edits FBObject/GearsObject | Sven Gothel | 2012-10-28 | 1 | -1/+1 |
| * | ShaderCode: Add defaultShaderCustomization(..) to prelude shader source w/ GL... | Sven Gothel | 2012-10-26 | 2 | -4/+35 |
| * | Fix Bug 630: packedDepthStencilAvail didn't check for EXT_packed_depth_stenci... | Sven Gothel | 2012-10-24 | 1 | -1/+3 |
| * | Fix regression of commit 40d01bef2a1db44533472c37961aabbef68de644: Test for f... | Sven Gothel | 2012-10-23 | 1 | -2/+2 |
| * | ImmModeSink: Reduce DEBUG_* print a bit (no this.toString()) | Sven Gothel | 2012-10-23 | 1 | -10/+11 |
| * | FixedFuncHook/ImmModeSink: Fix *Pointer 'normalized' parameter | Sven Gothel | 2012-10-22 | 3 | -14/+33 |
| * | Fix ImmModeSink Padding: Fourth element default value (vertex/color) is 1f | Sven Gothel | 2012-10-20 | 1 | -33/+47 |
| * | Add GenericGLCapabilitiesChooser: Dropping 'windowSystemRecommendedChoice' hint | Sven Gothel | 2012-10-19 | 1 | -0/+48 |
| * | ImmModeSink: Pretty'fying Ctor/Factory methods argument list | Sven Gothel | 2012-10-18 | 1 | -16/+21 |
| * | ImmModeSink: Add resizeElementCount, allowing user to set a lower additional ... | Sven Gothel | 2012-10-18 | 1 | -2/+20 |
| * | ImmModeSink VBO: Update single buffers (vertex, color, ..) if once written an... | Sven Gothel | 2012-10-18 | 1 | -26/+58 |
| * | ImmModeSink: Add glColor3ub(), glColor4ub(); Add proper value conversion of i... | Sven Gothel | 2012-10-18 | 2 | -103/+174 |
| * | Merge remote-tracking branch 'hharrison/master' | Sven Gothel | 2012-10-16 | 1 | -1/+1 |
| |\ |
|
| | * | jogl: fix bit shift error in LEDataInputStream | Harvey Harrison | 2012-10-15 | 1 | -1/+1 |
| * | | ImmModeSink: Fix buffer grow (+1 element @ named buffer), enable DEBUG_* via ... | Sven Gothel | 2012-10-16 | 1 | -52/+68 |
| |/ |
|
| * | FixedFuncPipeline: Optimize shader resource, if preset != ShaderSelectionMode... | Sven Gothel | 2012-10-13 | 1 | -4/+8 |
| * | FBO ResetQuirk: Dump only brief information (OS, GL, JOGL sha1), the latter b... | Sven Gothel | 2012-10-13 | 1 | -0/+17 |
| * | FixedFuncHook: Add ES2 alignment of certain GL functions, i.e. GL_QUAD_STRIP/... | Sven Gothel | 2012-10-12 | 1 | -2/+2 |
| * | GLArrayDataClient.bindBuffer(gl, bind=true): checkSeal and init_vbo if requir... | Sven Gothel | 2012-10-12 | 1 | -0/+5 |
| * | GLArrayData* VBO binding: Properly document and impl. bindBuffer(..) in detai... | Sven Gothel | 2012-10-12 | 2 | -14/+42 |
| * | Enhance FixedFuncPipeline: Multi-Texture, Tex-Env, Alpha-Test, Lighting (fix,... | Sven Gothel | 2012-10-12 | 3 | -12/+63 |
| * | ShaderState: Clean-up debug / verbose output. attachShaderProgram(..) still i... | Sven Gothel | 2012-10-12 | 1 | -41/+70 |
| * | GLArrayData* VBO binding: Adding explicit bindBuffer(..) method, since VBO is... | Sven Gothel | 2012-10-12 | 2 | -4/+25 |
| * | Simplify GLArrayHandler and reduce VBO sideffects | Sven Gothel | 2012-10-10 | 1 | -7/+1 |
| * | ImmModeSink: Fix bugs (use glBufferUsage, vboUsage, GL_POLYGON, GL_QUADS) and... | Sven Gothel | 2012-10-10 | 2 | -234/+409 |
| * | GLBuffers.slice: Preserve parent buffer position/limit and the parent's byte-... | Sven Gothel | 2012-10-10 | 1 | -8/+19 |
| * | FloatUtil/PMVMatrix/GLUniformData: Move impl. of FloatBuffer matrix toString(... | Sven Gothel | 2012-10-10 | 2 | -53/+84 |
| * | Refine GLDrawable.swapBuffer() fix (AWT/SWT GLCanvas and GLAutoDrawableBase) ... | Sven Gothel | 2012-10-08 | 1 | -1/+3 |
| * | Fix GLDrawable.swapBuffer() implementation in AWT/SWT GLCanvas and GLAutoDraw... | Sven Gothel | 2012-10-08 | 1 | -17/+9 |
| * | 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 |
| * | Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape... | Sven Gothel | 2012-10-05 | 1 | -1/+1 |