| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | NEWT / BCM-VC-IV: Fix transparency according to given capabilities | Sven Gothel | 2012-10-19 | 4 | -14/+36 |
* | 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 | 2 | -13/+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 | 3 | -105/+179 |
* | 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 | 3 | -60/+83 |
|/ |
|
* | 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 |
* | Fix Windows ANGLE Workaround Regression of commit 923d9dd7f1d40db72d35ca76a76... | Sven Gothel | 2012-10-13 | 8 | -73/+81 |
* | GLCanvas: Avoid NPE in debug mode @ reshape (duh) | Sven Gothel | 2012-10-12 | 1 | -1/+3 |
* | FixedFuncHook: Add ES2 alignment of certain GL functions, i.e. GL_QUAD_STRIP/... | Sven Gothel | 2012-10-12 | 3 | -7/+54 |
* | GLArrayDataClient.bindBuffer(gl, bind=true): checkSeal and init_vbo if requir... | Sven Gothel | 2012-10-12 | 2 | -2/+7 |
* | GLArrayData* VBO binding: Properly document and impl. bindBuffer(..) in detai... | Sven Gothel | 2012-10-12 | 11 | -120/+175 |
* | Adding unit tests for ImmModeSink and FixedFunctionPipeline (single & combina... | Sven Gothel | 2012-10-12 | 11 | -261/+684 |
* | Enhance FixedFuncPipeline: Multi-Texture, Tex-Env, Alpha-Test, Lighting (fix,... | Sven Gothel | 2012-10-12 | 14 | -311/+957 |
* | ShaderState: Clean-up debug / verbose output. attachShaderProgram(..) still i... | Sven Gothel | 2012-10-12 | 1 | -41/+70 |
* | ES2Impl fix: Remove code which could imply recursion if !ES2Compatible (altho... | Sven Gothel | 2012-10-12 | 2 | -10/+10 |
* | GLArrayData* VBO binding: Adding explicit bindBuffer(..) method, since VBO is... | Sven Gothel | 2012-10-12 | 5 | -12/+39 |
* | Simplify GLArrayHandler and reduce VBO sideffects | Sven Gothel | 2012-10-10 | 10 | -118/+77 |
* | GLUniformData.toString() matrix: Add matrix offset .. | Sven Gothel | 2012-10-10 | 1 | -1/+1 |
* | GLUniformData: add null format string to Buffers.toString() | Sven Gothel | 2012-10-10 | 1 | -1/+1 |
* | TestSWTAccessor03AWTGLn: Add '-time <duration>' commandline option | Sven Gothel | 2012-10-10 | 1 | -1/+7 |
* | ImmModeSink: Fix bugs (use glBufferUsage, vboUsage, GL_POLYGON, GL_QUADS) and... | Sven Gothel | 2012-10-10 | 7 | -267/+799 |
* | GLBuffers.slice: Preserve parent buffer position/limit and the parent's byte-... | Sven Gothel | 2012-10-10 | 1 | -8/+19 |
* | UITestCase: Only print each display/reshape in verbose mode | Sven Gothel | 2012-10-10 | 1 | -2/+10 |
* | FloatUtil/PMVMatrix/GLUniformData: Move impl. of FloatBuffer matrix toString(... | Sven Gothel | 2012-10-10 | 4 | -64/+181 |
* | TestInitConcurrent0[12]NEWT: Reduce test w/ 16 threads to 6 for ARM || WINDOW... | Sven Gothel | 2012-10-09 | 2 | -6/+18 |
* | NEWT X11/KeyMap: Add XK_grave -> J_VK_BACK_QUOTE | Sven Gothel | 2012-10-09 | 1 | -0/+2 |
* | Fix etc/test.sh - It was still using the old jogl.all.jar file. Thx to Gene R... | Sven Gothel | 2012-10-09 | 1 | -1/+1 |
* | Refine GLDrawable.swapBuffer() fix (AWT/SWT GLCanvas and GLAutoDrawableBase) ... | Sven Gothel | 2012-10-08 | 3 | -3/+9 |
* | Fix GLDrawable.swapBuffer() implementation in AWT/SWT GLCanvas and GLAutoDraw... | Sven Gothel | 2012-10-08 | 3 | -36/+13 |
* | Raise NEWT MouseButton Maximum from 6 -> 16 (API Change) | Sven Gothel | 2012-10-08 | 5 | -28/+46 |
* | Fix Bug 617 (part2): Workaround buggy GPU driver where FBO reattachment of Co... | Sven Gothel | 2012-10-06 | 3 | -25/+49 |
* | Adding unit test for Bug 605 - WORKSFORME, i.e. no unwanted y-flip, so I can ... | Sven Gothel | 2012-10-06 | 4 | -33/+395 |
* | Refine a3cb6bb14f410f67fccf5ccd4cd7ecc66f448389, fix deadlock (regression) | Sven Gothel | 2012-10-05 | 2 | -21/+39 |
* | EGL/X11 DummySurfaceHook: Lock display device at creation/destruction | Sven Gothel | 2012-10-05 | 2 | -25/+45 |
* | Refine ed7d5f2e3fc696d47b10c8d62a071643bf385588, set and restore FBO caps @ s... | Sven Gothel | 2012-10-05 | 3 | -28/+48 |
* | FBO/Offscreen: Use most simple GLCapabilities for GLFBODrawableImpl's underly... | Sven Gothel | 2012-10-05 | 4 | -29/+40 |