| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 735: Fix comment in test, since mystery is solved :) | Sven Gothel | 2013-06-17 | 2 | -2/+4 |
* | Solve Bug 735 Mystery: glViewport(..) was missing - duh :) | Sven Gothel | 2013-06-17 | 2 | -0/+4 |
* | Bug735: Bug735Inv0AppletAWT/Bug735Inv1AppletAWT tests: Use shader customizati... | Sven Gothel | 2013-06-17 | 2 | -6/+7 |
* | Fix Bug 753: Stuttering caused by lack of GL resource synchronization between... | Sven Gothel | 2013-06-17 | 9 | -12/+3802 |
* | Bug 735: Bug735Inv4AWT on Java7 is also stuttering! | Sven Gothel | 2013-06-16 | 4 | -12/+11 |
* | Bug 735: Adding Andres test cases for analysis. OSX exposes diff. odd behavio... | Sven Gothel | 2013-06-16 | 10 | -0/+2467 |
* | Fix Bug 745: NPE - QTT definition shall be allowd to _follow_ SOF (frame) - R... | Sven Gothel | 2013-06-14 | 2 | -2/+19 |
* | TestRedSquareES2NEWT: Cleanup | Sven Gothel | 2013-06-13 | 1 | -8/+11 |
* | TestX11DefaultDisplay: Validate the chosen default device, test only one GLDe... | Sven Gothel | 2013-06-13 | 1 | -75/+61 |
* | added unit test for nativewindow.x11.display.default system property | Maik Riechert | 2013-06-13 | 1 | -0/+158 |
* | Bug 733: Refine Test case: warp-random at display, and warp-center at mouse-l... | Sven Gothel | 2013-06-12 | 1 | -9/+64 |
* | Adds a unit test for GLWindow.warpPointer(int,int) | Julien Gouesse | 2013-06-12 | 1 | -0/+116 |
* | Fix Bug 748 - PMVMatrix gluProject and gluUnProject broken w/ backingArray (d... | Sven Gothel | 2013-06-09 | 1 | -0/+125 |
* | Adapt to Gluegen's IOUtil change commit b98825eb7cfb61aead4a7dff57471cd2d2c26823 | Sven Gothel | 2013-06-09 | 1 | -2/+2 |
* | ScreenMode Unit Tests: Add wait for screen destroy (off-thread) | Sven Gothel | 2013-06-09 | 4 | -1/+12 |
* | Unit Tests: Group *math* tests in own test package | Sven Gothel | 2013-06-09 | 5 | -7/+7 |
* | GLVersionNumber.createVendorVersion(): Only test match result and potentially... | Sven Gothel | 2013-05-31 | 1 | -5/+11 |
* | Complete/Fix GLVersionNumber (81afec4e963ac4372dc2b604d6f91237b81ee6f2): Set ... | Sven Gothel | 2013-05-31 | 1 | -2/+27 |
* | GLVersionNumber: Fix vendor version parser; Adapt to GlueGen commit 959d6d83e... | Sven Gothel | 2013-05-31 | 1 | -0/+170 |
* | Unit Test: Remove unused import | Sven Gothel | 2013-05-18 | 1 | -1/+0 |
* | Fix Unit Tests Exclusion " if( !GLProfile.isAvailable(GLProfile.GL*) ) { .. }... | Sven Gothel | 2013-05-18 | 7 | -0/+10 |
* | Fix Bug 711: Align Graphs's Curve Shader programmatically to used GL/GLSL ver... | Sven Gothel | 2013-05-17 | 1 | -2/+17 |
* | Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ... | Sven Gothel | 2013-05-17 | 11 | -36/+162 |
* | NEWT: MouseEvent Ctor: Use proper float[] rotationXYZ and float rotationScale... | Sven Gothel | 2013-05-16 | 1 | -1/+2 |
* | Fix Bug 731: GLJPanel: Access global GLPixelBuffer via SingletonGLPixelBuffer... | Sven Gothel | 2013-05-09 | 1 | -8/+7 |
* | Refactor: TextureData's PixelAttributes/PixelBufferProvider -> GLPixelBuffer/... | Sven Gothel | 2013-05-08 | 9 | -36/+143 |
* | Add TestGearsGLJPanelAWT, i.e. multiple JPanels w/ GLJPanel running GearsES2 ... | Sven Gothel | 2013-05-08 | 11 | -31/+388 |
* | GLJPanel: Use PixelBufferProvider AWTPixelBufferProviderInt; PixelBufferProvi... | Sven Gothel | 2013-05-08 | 1 | -0/+266 |
* | MonitorMode: Fix API doc / comments / names. | Sven Gothel | 2013-05-07 | 1 | -6/+6 |
* | MonitorMode Unit Tests: Perform 'filterByRate(..)' _after_ 'filterByResolutio... | Sven Gothel | 2013-05-06 | 5 | -12/+11 |
* | Fix GLSL Version Exposure: Type in 'static' GL -> GLSL matching, don't set GL... | Sven Gothel | 2013-05-06 | 9 | -10/+10 |
* | Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWT | Sven Gothel | 2013-05-06 | 19 | -299/+916 |
* | GLReadBufferUtil: Utilizing PixelBufferProvider; Adding AWTGLReadBufferUtil a... | Sven Gothel | 2013-04-27 | 4 | -20/+263 |
* | TextureData: Add PixelAttributes and PixelBufferProvider; ColorSink back to J... | Sven Gothel | 2013-04-27 | 3 | -8/+4 |
* | Fix Bug 722: Make GLEventListenerState 'transaction' safe Animator.pause[ sur... | Sven Gothel | 2013-04-23 | 5 | -44/+229 |
* | Bug 718: WindowsBitmapWGLDrawable: Requires GLProfile.GL2, fix BITMAP GLCaps ... | Sven Gothel | 2013-04-18 | 1 | -0/+182 |
* | Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B... | Sven Gothel | 2013-04-18 | 2 | -17/+71 |
* | Bug 718: Windows BITMAP Offscreen Fails w/ GLCaps other than simple RGB888 - ... | Sven Gothel | 2013-04-17 | 7 | -104/+578 |
* | Bug 692: Add modified version of Edgar Velazquez-Armendariz's test case for t... | Sven Gothel | 2013-04-14 | 1 | -0/+352 |
* | NEWT/AWT: Fix 'AWT driver' to work w/ OSX CALayer ; WindowImpl: 'Object getWr... | Sven Gothel | 2013-04-13 | 2 | -27/+43 |
* | Merge remote-tracking branch 'gouessej/master' | Sven Gothel | 2013-04-11 | 1 | -0/+114 |
|\ |
|
| * | Adds a unit test and a fix for the bug 697 | Julien Gouesse | 2013-04-05 | 1 | -0/+114 |
* | | Merge remote-tracking branch 'hharrison/master' | Sven Gothel | 2013-04-11 | 10 | -0/+0 |
|\ \ |
|
| * | | jogl: remove executable bit from some java files and a png | Harvey Harrison | 2013-04-09 | 10 | -0/+0 |
* | | | NEWT KeyEvent: Use UTF-16 UniCode for key-code and key-symbol exposing well d... | Sven Gothel | 2013-04-11 | 5 | -101/+131 |
|/ / |
|
* | | Bug 709: Testing texured demo w/ FBO, comparing w/ onscreen - No corruption. | Sven Gothel | 2013-04-06 | 2 | -0/+283 |
* | | TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT: Wrong test comment, no NEWT involved | Sven Gothel | 2013-04-06 | 1 | -3/+0 |
|/ |
|
* | SWT unit tests: Sort w/ AWT and Headless - Fix threading w/ AWT. | Sven Gothel | 2013-04-04 | 3 | -17/+24 |
* | OSX CALayer Unit Tests: NEWT child is destroyed if NewtCanvasAWT is disposed/... | Sven Gothel | 2013-04-04 | 4 | -8/+35 |
* | OSX CALayer/NewtCanvasAWT: Force relayout of component (size +1, size -1) whe... | Sven Gothel | 2013-04-04 | 3 | -18/+59 |