| Commit message (Expand) | Author | Age | Files | Lines |
* | MacOSXCGLContext: Fix ShaderCode instantiation .. (duh!) ; Tested via reparen... | Sven Gothel | 2012-10-31 | 2 | -2/+7 |
* | Fix Unit Tests regarding commit 55f4405dbf9253e6ca686e44c50b2cfc1af7f3eb: Sha... | Sven Gothel | 2012-10-31 | 4 | -15/+16 |
* | Fix ProjectFloat (Bug 633): Adding missing offset of sliced buffer usage; red... | Sven Gothel | 2012-10-31 | 1 | -0/+109 |
* | Add OSX CALayer OpenGL 3 (core) support: Derive pixelformat from parent (GL3)... | Sven Gothel | 2012-10-31 | 2 | -20/+30 |
* | Shader: Add '#define texture2D texture' for GLSL >= 130 ; TestGearsES2AWT add... | Sven Gothel | 2012-10-31 | 8 | -16/+21 |
* | TestInitConcurrent02NEWT: Disabled for auto unit test until further analysis ... | Sven Gothel | 2012-10-31 | 1 | -0/+12 |
* | Fix NEWT KeyEvent: Deliver keyChar w/ pressed and released; Deliver proper mo... | Sven Gothel | 2012-10-31 | 12 | -96/+402 |
* | TestNewtKey*: Don't test TAB (focus traversal, duh!); Add AWTRobotUtil.reques... | Sven Gothel | 2012-10-30 | 4 | -15/+15 |
* | Fix AWTRobotUtil.keyType(..): 'c0' start count must be outside of retry loop;... | Sven Gothel | 2012-10-30 | 1 | -2/+5 |
* | GLRendererQuirks.RequiresBoundVAO: Removed, it _is_ in the GL 3.2 core spec -... | Sven Gothel | 2012-10-29 | 2 | -3/+43 |
* | TestNewtKeyEventAutoRepeatAWT: Wait for 'some' KeyEvents and check count; Tes... | Sven Gothel | 2012-10-29 | 2 | -3/+10 |
* | Fix GLSL unit tests - Add GLSL version customization, fix one wrong 'HIGHP' u... | Sven Gothel | 2012-10-29 | 5 | -9/+16 |
* | GLSL Unit tests .. make them all GLSL version proof | Sven Gothel | 2012-10-29 | 18 | -20/+87 |
* | Complete Rename NEWT KeyEvent Unit tests, commit 85851c9839d620bcbbd07b6ca833... | Sven Gothel | 2012-10-29 | 4 | -8/+8 |
* | Rename NEWT KeyEvent Unit tests to end w/ AWT, otherwise no AWT classes will ... | Sven Gothel | 2012-10-29 | 4 | -0/+0 |
* | GearsES2/RedSquareES2: Dump GLRendererQuirks at init. | Sven Gothel | 2012-10-28 | 3 | -4/+6 |
* | Minor edits FBObject/GearsObject | Sven Gothel | 2012-10-28 | 1 | -6/+8 |
* | Fix NEWT KeyCode: Basic KeyCode Validation on X11, Windows and OSX | Sven Gothel | 2012-10-28 | 2 | -0/+320 |
* | Fix Bug 631 and enhance 601: Handle multiple keys (pressed, released, types i... | Sven Gothel | 2012-10-27 | 3 | -4/+248 |
* | Fix Bug 601 - Auto-Repeat Behavior: Adding unit tests for typed key order w/ ... | Sven Gothel | 2012-10-26 | 14 | -27/+908 |
* | ShaderCode: Add defaultShaderCustomization(..) to prelude shader source w/ GL... | Sven Gothel | 2012-10-26 | 13 | -80/+69 |
* | FixedFuncPipeline: Require GLSL 1.20 (GL 2.1) due to GL driver bugs in OSX (g... | Sven Gothel | 2012-10-23 | 3 | -3/+79 |
* | FixedFuncPipeline GL_POINTS: Fix gl_PointSize (attribute data format), Add GL... | Sven Gothel | 2012-10-22 | 6 | -0/+630 |
* | NEWT / BCM-VC-IV: Fix transparency according to given capabilities | Sven Gothel | 2012-10-19 | 1 | -0/+8 |
* | Adding unit tests for ImmModeSink and FixedFunctionPipeline (single & combina... | Sven Gothel | 2012-10-12 | 10 | -258/+669 |
* | GLArrayData* VBO binding: Adding explicit bindBuffer(..) method, since VBO is... | Sven Gothel | 2012-10-12 | 1 | -4/+4 |
* | 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 | 4 | -13/+368 |
* | 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 | 1 | -4/+68 |
* | TestInitConcurrent0[12]NEWT: Reduce test w/ 16 threads to 6 for ARM || WINDOW... | Sven Gothel | 2012-10-09 | 2 | -6/+18 |
* | Adding unit test for Bug 605 - WORKSFORME, i.e. no unwanted y-flip, so I can ... | Sven Gothel | 2012-10-06 | 3 | -27/+393 |
* | Refine ed7d5f2e3fc696d47b10c8d62a071643bf385588, set and restore FBO caps @ s... | Sven Gothel | 2012-10-05 | 1 | -20/+33 |
* | FBO/Offscreen: Use most simple GLCapabilities for GLFBODrawableImpl's underly... | Sven Gothel | 2012-10-05 | 1 | -3/+4 |
* | UITestCase.snapshot: Add Depth and Stencil bits to filename | Sven Gothel | 2012-10-05 | 1 | -2/+4 |
* | Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape... | Sven Gothel | 2012-10-05 | 2 | -2/+136 |
* | Fix regression of commit a644d779ab19cb1d200ae4ba567b9c042c34b337, cannot com... | Sven Gothel | 2012-10-04 | 1 | -5/+5 |
* | Update PMVMatrix/GLMatrixFunc API doc and refine PMVMatrix update / get-Mvi/M... | Sven Gothel | 2012-10-04 | 3 | -3/+431 |
* | Workaround for Bug 623: Sporadic XCB assertion failures w/ ATI proprietary dr... | Sven Gothel | 2012-09-30 | 2 | -0/+73 |
* | Misc X11: Add GLX_MESA_swap_control; GLXExtensions (private); X11GLXContext c... | Sven Gothel | 2012-09-29 | 2 | -2/+4 |
* | Adding Mesa Quirk 'NoSetSwapIntervalPostRetarget': SIGSEGV on setSwapInterval... | Sven Gothel | 2012-09-28 | 1 | -6/+16 |
* | NEWT X11 ScreenMode: Ignore invalid rotation event | Sven Gothel | 2012-09-28 | 1 | -13/+35 |
* | FBObject: Clarify reset(..), resetSamplingSink(..) ; Rename syncFramebuffer(.... | Sven Gothel | 2012-09-27 | 1 | -16/+30 |
* | Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l... | Sven Gothel | 2012-09-27 | 3 | -50/+190 |
* | Fix Bug 621, JVM Crashes During X11 Shutdown while closing all unclosed displ...x11_xinitthreads | Sven Gothel | 2012-09-21 | 1 | -2/+21 |
* | MacOSXCGLContext: Fix missing initialization of 'needsSetContextPBuffer' if n... | Sven Gothel | 2012-09-21 | 1 | -1/+3 |
* | Add GLRendererQuirks; Fix shared EGL/ES resources; | Sven Gothel | 2012-09-20 | 5 | -25/+12 |
* | FBO tests: Add singleBuffer cmd-line option for offscreen-layered tests; FBOM... | Sven Gothel | 2012-09-20 | 3 | -5/+24 |
* | unit test, typo in doc | Sven Gothel | 2012-09-18 | 1 | -2/+1 |
* | Documenting Bug 586 | Sven Gothel | 2012-09-17 | 1 | -0/+172 |