| Commit message (Expand) | Author | Age | Files | Lines |
* | Complete Rename NEWT KeyEvent Unit tests, commit 85851c9839d620bcbbd07b6ca833... | Sven Gothel | 2012-10-29 | 4 | -8/+8 |
* | Graph Shader: Using default precision values (VP: highp, FP: mediump), except... | Sven Gothel | 2012-10-29 | 6 | -9/+9 |
* | Rename NEWT KeyEvent Unit tests to end w/ AWT, otherwise no AWT classes will ... | Sven Gothel | 2012-10-29 | 4 | -0/+0 |
* | GLRendererQuirks: Add RequiresBoundVAO (w/ impl.), GLSLBuggyDiscard (todo) ; ... | Sven Gothel | 2012-10-28 | 2 | -6/+34 |
* | GearsES2/RedSquareES2: Dump GLRendererQuirks at init. | Sven Gothel | 2012-10-28 | 3 | -4/+6 |
* | Minor edits FBObject/GearsObject | Sven Gothel | 2012-10-28 | 2 | -7/+9 |
* | NEWT X11 Display: Ignore events w/ NULL window, instead of throwing a disturb... | Sven Gothel | 2012-10-28 | 2 | -14/+12 |
* | Fix NEWT KeyCode: Basic KeyCode Validation on X11, Windows and OSX | Sven Gothel | 2012-10-28 | 8 | -99/+468 |
* | NEWT KeyEvent (Windows, OSX): Check whether keyCode is tracked before using b... | Sven Gothel | 2012-10-27 | 3 | -25/+27 |
* | Fix Bug 631 and enhance 601: Handle multiple keys (pressed, released, types i... | Sven Gothel | 2012-10-27 | 6 | -106/+346 |
* | NEWT KeyEvent: Remove invalid version remarks. | Sven Gothel | 2012-10-26 | 1 | -81/+35 |
* | NEWT KeyEvent: Fix intendation | Sven Gothel | 2012-10-26 | 1 | -119/+119 |
* | Fix Bug 601 - Auto-Repeat Behavior: Adding unit tests for typed key order w/ ... | Sven Gothel | 2012-10-26 | 18 | -67/+969 |
* | ShaderCode: Add defaultShaderCustomization(..) to prelude shader source w/ GL... | Sven Gothel | 2012-10-26 | 15 | -84/+104 |
* | 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 |
* | jogl: use Boolean TRUE/FALSE constants for values that will be immediately un... | Harvey Harrison | 2012-10-23 | 1 | -2/+2 |
* | FixedFuncPipeline: Require GLSL 1.20 (GL 2.1) due to GL driver bugs in OSX (g... | Sven Gothel | 2012-10-23 | 4 | -6/+80 |
* | 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 | 10 | -97/+721 |
* | 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 |
* | NEWT ScreenMode Change Failover / Window.setFullscreen() shall use current Sc... | Sven Gothel | 2012-10-19 | 2 | -16/+35 |
* | 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 |
* | NEWT / BCM-VC-IV: Fix transparency according to given capabilities | Sven Gothel | 2012-10-19 | 3 | -12/+34 |
* | 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 | 3 | -8/+10 |
* | 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 |
* | FixedFuncPipeline: Use resource efficient texture shader in AUTO mode as well | Sven Gothel | 2012-10-14 | 1 | -2/+18 |
* | FixedFuncPipeline: Optimize shader resource, if preset != ShaderSelectionMode... | Sven Gothel | 2012-10-13 | 8 | -84/+214 |
* | FBO ResetQuirk: Dump only brief information (OS, GL, JOGL sha1), the latter b... | Sven Gothel | 2012-10-13 | 2 | -5/+28 |