| Commit message (Expand) | Author | Age | Files | Lines |
* | GLAutoDrawable: Fix GLEventListener lifecycle and expose more user control (A... | Sven Gothel | 2012-11-04 | 7 | -126/+851 |
* | MacOSXCGLContext[NSOpenGLLayer/NSView]: Propagate drawable change | Sven Gothel | 2012-11-04 | 4 | -25/+68 |
* | MacOSXCGLContext: Fix ShaderCode instantiation .. (duh!) ; Tested via reparen... | Sven Gothel | 2012-10-31 | 1 | -22/+9 |
* | *FontLoader: Order fields in init-order, make private. | Sven Gothel | 2012-10-31 | 2 | -11/+11 |
* | Fix ProjectFloat (Bug 633): Adding missing offset of sliced buffer usage; red... | Sven Gothel | 2012-10-31 | 2 | -181/+194 |
* | Add OSX CALayer OpenGL 3 (core) support: Derive pixelformat from parent (GL3)... | Sven Gothel | 2012-10-31 | 4 | -37/+227 |
* | Shader: Add '#define texture2D texture' for GLSL >= 130 ; TestGearsES2AWT add... | Sven Gothel | 2012-10-31 | 1 | -0/+1 |
* | ShaderProgram: Program name is valid if non zero; Add init(GL) return value f... | Sven Gothel | 2012-10-31 | 3 | -16/+29 |
* | Fix regression of commit e5692f615a8c40e7ca750261baf5e8ecdb0a34b8: CGL/CGLExt... | Sven Gothel | 2012-10-30 | 1 | -1/+2 |
* | WGL/WGLExt Robustness: Use NIODirectOnly for all bindings. For these internal... | Sven Gothel | 2012-10-30 | 5 | -170/+188 |
* | CGL/CGLExt Robustness: Use NIODirectOnly for all bindings. For these internal... | Sven Gothel | 2012-10-30 | 3 | -95/+96 |
* | GLX/GLXExt Robustness: Use NIODirectOnly for all bindings. For these internal... | Sven Gothel | 2012-10-30 | 8 | -159/+185 |
* | EGL/EGLExt Robustness: Use NIODirectOnly for all bindings. For these internal... | Sven Gothel | 2012-10-30 | 5 | -93/+70 |
* | GLRendererQuirks.RequiresBoundVAO: Removed, it _is_ in the GL 3.2 core spec -... | Sven Gothel | 2012-10-29 | 3 | -16/+21 |
* | GLContextImpl GLRendererQuirks.RequiresBoundVAO: Use isGL3() instead of simpl... | Sven Gothel | 2012-10-29 | 1 | -1/+1 |
* | FixedFuncPipeline: Use proper shader version and make GLSL code compatible w/... | Sven Gothel | 2012-10-29 | 8 | -26/+58 |
* | Graph Shader: Using default precision values (VP: highp, FP: mediump), except... | Sven Gothel | 2012-10-29 | 6 | -9/+9 |
* | GLRendererQuirks: Add RequiresBoundVAO (w/ impl.), GLSLBuggyDiscard (todo) ; ... | Sven Gothel | 2012-10-28 | 2 | -6/+34 |
* | 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 |
* | GLContext: Produce and expose GLSL version as VersionNumber and version strin... | Sven Gothel | 2012-10-24 | 2 | -1/+92 |
* | Adapt to GlueGen change 08a8defda8b6f49eb794cf787f688ba65bfe7b37 (VersionNumber) | Sven Gothel | 2012-10-24 | 1 | -13/+13 |
* | Fix Bug 630: packedDepthStencilAvail didn't check for EXT_packed_depth_stenci... | Sven Gothel | 2012-10-24 | 1 | -1/+3 |
* | FixedFuncPipeline: Require GLSL 1.20 (GL 2.1) due to GL driver bugs in OSX (g... | Sven Gothel | 2012-10-23 | 1 | -3/+1 |
* | 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 | 5 | -26/+48 |
* | FixedFuncPipeline GL_POINTS: Fix gl_PointSize (attribute data format), Add GL... | Sven Gothel | 2012-10-22 | 4 | -97/+91 |
* | Fix ImmModeSink Padding: Fourth element default value (vertex/color) is 1f | Sven Gothel | 2012-10-20 | 1 | -33/+47 |
* | FFP-Emu: Adding simple POINTS shader ; Adding GLRunnable2 interface, allowing... | Sven Gothel | 2012-10-20 | 5 | -61/+285 |
* | FixedFuncPipeline: Add GL_POINT* state tracking; Fix glDrawArrays(): Issued t... | Sven Gothel | 2012-10-19 | 3 | -49/+131 |
* | Fix commit 48bcceaf611a17bb3795aa9fe25a0e0c726879f7, EGLDrawableFactory's ES1... | Sven Gothel | 2012-10-19 | 1 | -1/+0 |
* | Add GenericGLCapabilitiesChooser: Dropping 'windowSystemRecommendedChoice' hint | Sven Gothel | 2012-10-19 | 1 | -0/+48 |
* | EGLDrawableFactory: Detect ES1 implementation within ES2 library, if not foun... | Sven Gothel | 2012-10-19 | 1 | -2/+16 |
* | FixedFuncPipeline: Don't handle CullFace, ES2 impl. already takes care of dis... | Sven Gothel | 2012-10-18 | 5 | -11/+20 |
* | FixedFuncPipeline: Cache current ShaderSelectionMode, update PMVMatrix accord... | Sven Gothel | 2012-10-18 | 1 | -12/+25 |
* | 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 |
* | FixedFuncPipeline/Hook: Add glColor4ub() w/ value conversion, make glColor4f(... | Sven Gothel | 2012-10-18 | 2 | -9/+24 |
* | Minor NEWT Display/Screen API doc | Sven Gothel | 2012-10-17 | 1 | -2/+2 |
* | Path2D: Reuse 'contains(..)' method, footprint | Sven Gothel | 2012-10-16 | 1 | -6/+1 |
* | Merge remote-tracking branch 'hharrison/master' | Sven Gothel | 2012-10-16 | 3 | -3/+8 |
|\ |
|
| * | jogl: fix bad format string in PngChunkTIME | Harvey Harrison | 2012-10-15 | 1 | -1/+1 |
| * | jogl: remove infinite loop in Path2D.contains(AABBox) | Harvey Harrison | 2012-10-15 | 1 | -1/+6 |
| * | 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 | 2 | -58/+81 |
|/ |
|
* | FixedFuncColorTexture.fp: Remove unused local var | Sven Gothel | 2012-10-15 | 1 | -2/+0 |
* | FixedFuncPipeline: Use ES2/GL2 prelude and set default precision. Shader code... | Sven Gothel | 2012-10-14 | 6 | -37/+49 |