| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Cont. fix 'Allow VBO/Texture Name (int) < 0' | Sven Gothel | 2011-08-01 | 1 | -2/+2 |
* | Use GL2ES1 profile (no emul) - complete commit a7fcfad44545e7b3f7e2f417634958... | Sven Gothel | 2011-08-01 | 1 | -1/+1 |
* | GearsGL2ES1: Fix ES1 usage FRONT -> FRONT_AND_BACK ; Use GL2ES1 profile (no e... | Sven Gothel | 2011-08-01 | 2 | -12/+7 |
* | NEWT test: rgb == 555 is ok | Sven Gothel | 2011-08-01 | 1 | -3/+3 |
* | ES1 Gears: Don't force fixed function emulation | Sven Gothel | 2011-07-31 | 1 | -1/+1 |
* | Add ES1 Gears (w/ NEWT startup) | Sven Gothel | 2011-07-31 | 2 | -0/+576 |
* | ruler.fp: Use es2 precision for all variables, otherwise es2 glsl compiler fails | Sven Gothel | 2011-07-31 | 1 | -5/+5 |
* | FixedFuncUtil: Name/Fix getFixedFuncImpl() -> wrapFixedFuncEmul() | Sven Gothel | 2011-07-31 | 1 | -1/+1 |
* | GLProfile: Initialization fix and clarifications ( GLExceptions on n/a profil... | Sven Gothel | 2011-07-07 | 2 | -32/+24 |
* | Fix NEWT GL ctx/offscreen (GPUMemSec..) tests: Use pbuffer (i.e. hw accel GL ... | Sven Gothel | 2011-06-26 | 1 | -0/+1 |
* | Cleanup UITestCase helper, expose test class name via get*TestName() .. | Sven Gothel | 2011-06-26 | 1 | -2/+14 |
* | Minor editing/cleanups: code/test | Sven Gothel | 2011-06-12 | 2 | -2/+0 |
* | Merge remote-tracking branch 'remotes/rsantina/master' | Sven Gothel | 2011-06-11 | 2 | -2/+1 |
|\ |
|
| * | Graph: Remove unused imports | Rami Santina | 2011-06-05 | 1 | -1/+0 |
| * | Graph: updated inclass documentations | Rami Santina | 2011-06-05 | 1 | -1/+1 |
* | | TestGLSLShaderState01 PerfTest: 2min timeout / swapInterval 0 / start counter... | Sven Gothel | 2011-06-11 | 2 | -17/+28 |
* | | Relocated SingletonInstance to GlueGen (where a ServerSocket impl. is added).... | Sven Gothel | 2011-06-11 | 2 | -166/+11 |
* | | GLBuffers fix ; GL imageSizeInBytes fix / unit tests. | Sven Gothel | 2011-06-09 | 1 | -0/+319 |
* | | Merge remote-tracking branch 'rsantina/master' | Sven Gothel | 2011-06-08 | 5 | -5/+5 |
|\| |
|
| * | Add Factory for triangulation with base Interface; misc cleanup | Rami Santina | 2011-06-05 | 5 | -5/+5 |
* | | unit test: use class global GLProfile | Sven Gothel | 2011-06-07 | 1 | -1/+1 |
* | | NEWT unit test util, on/offscreen GLContext/NEWT window separation | Sven Gothel | 2011-06-07 | 5 | -10/+45 |
* | | Using GlueGen IOUtil (dropped StreamUtil, FileUtil); Public GLReadBufferUtil ... | Sven Gothel | 2011-06-07 | 9 | -274/+27 |
|/ |
|
* | NEWT/GLContext (unit test): Wait for visibility/realized ; Add clean scripts | Sven Gothel | 2011-05-17 | 1 | -2/+4 |
* | GLSL unit tests: cleanup shader state tests | Sven Gothel | 2011-05-17 | 4 | -76/+78 |
* | Fix/Extend FBObject (API Change): plain init(GL), support multiple attachText... | Sven Gothel | 2011-05-17 | 5 | -0/+285 |
* | GLSL UnitTest: Reloc Ruler and make local fields final | Sven Gothel | 2011-05-17 | 1 | -24/+24 |
* | JUnit Test: Add 'ruler' testcase using monitor mode's mm/pixel size. | Sven Gothel | 2011-05-16 | 3 | -0/+212 |
* | JUnit Tests: Extract utility of creating a NEWT Window w/ GLContext w/o auto ... | Sven Gothel | 2011-05-16 | 4 | -75/+118 |
* | Graph/UI-Demo: Use RegionRenderer for region and text, start data/gl separati... | Sven Gothel | 2011-05-09 | 5 | -0/+286 |
* | Graph/UI-Demo: Use RegionRenderer for region and text, start data/gl separation | Sven Gothel | 2011-05-08 | 5 | -164/+80 |
* | Graph/Tests: Adapt to latest commits .. | Sven Gothel | 2011-05-08 | 12 | -70/+74 |
* | Added nonuniform weight impl; misc enhancements/cleanups | Rami Santina | 2011-05-02 | 14 | -43/+94 |
* | UITest AWTRobot: Use AWT double click TO | Sven Gothel | 2011-05-01 | 1 | -2/+20 |
* | UI Tests/Robot: Attempt to stabilize UI tests (focus/input) | Sven Gothel | 2011-05-01 | 3 | -160/+241 |
* | UI Unit Tests: OO rework of EventCountAdapter | Sven Gothel | 2011-05-01 | 9 | -26/+177 |
* | UI Unit Tests: Add test name to log and singleton lock, better log output | Sven Gothel | 2011-05-01 | 2 | -15/+29 |
* | GLContext GLDebugMessages: Add synchronous status/dumpStack; Remove length in... | Sven Gothel | 2011-04-28 | 2 | -23/+32 |
* | GLRunnable Injection Thread Test: Slow down injection to 10Hz | Sven Gothel | 2011-04-28 | 2 | -3/+3 |
* | Unit Test Framework SingletonInstance: setup file unlock/delete asap | Sven Gothel | 2011-04-28 | 1 | -19/+31 |
* | Fix glsl unit tests: NV needs to have explicitly turn off vsync / Fix 'sed' h... | Sven Gothel | 2011-04-28 | 4 | -19/+32 |
* | Graph Demos: Add F4 key to exit; Proper exit sequence w/ animator.stop() afte... | Sven Gothel | 2011-04-26 | 6 | -18/+108 |
* | ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function... | Sven Gothel | 2011-04-26 | 7 | -100/+101 |
* | Newt Window: Remove 'invalidate()' method, only 'destroy()' is required (and ... | Sven Gothel | 2011-04-26 | 34 | -151/+110 |
* | Use less updated animator fps | Sven Gothel | 2011-04-25 | 1 | -5/+7 |
* | Fix GLSL Shader tests .. | Sven Gothel | 2011-04-25 | 3 | -89/+146 |
* | FPSCounter def to 5*60 frames (each 5s at 60Hz) ; Test: each 1s | Sven Gothel | 2011-04-25 | 26 | -74/+105 |
* | Graph: Fix AMD shader complain (version) ; No Attributes in fragment program ... | Sven Gothel | 2011-04-24 | 2 | -1/+3 |
* | Fix junit tests: Enable FPSCounter (missing from ea819ff768d507c37a981c1ab0bd... | Sven Gothel | 2011-04-24 | 5 | -1/+10 |
* | Misc cleanup, strings etc | Sven Gothel | 2011-04-24 | 1 | -2/+0 |