summaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix NEWT regression due to fix of bug 502, commit 9ed513e9a9616f6028084df4c65...Sven Gothel2011-08-301-1/+0
* Tests: Comment GLProfile.initSingleton(false), which is redundant / implicit.Sven Gothel2011-08-304-4/+4
* ShaderState Usage/Test: Add setShaderState(GL) for pre-use attachment to the ...Sven Gothel2011-08-303-56/+63
* JAWTWindow.getLocationOnScreen(): Add proper JAWT lockSurface() ; X11Util: us...Sven Gothel2011-08-301-14/+2
* minor: update script / vsync changes in test w/ 2 windowsSven Gothel2011-08-301-12/+12
* GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS...Sven Gothel2011-08-3014-64/+458
* NEWT/ScreenMode: Fix Bug 456 - Reset to orig ScreenMode when exit (normal or ...Sven Gothel2011-08-243-11/+121
* API Change GLArrayDataWrapper/GLArrayDataServer: Add vboTarget to wrapper cst...Sven Gothel2011-08-223-6/+6
* Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where VBO/...Sven Gothel2011-08-221-1/+1
* reloc test: demos.gl2.gears -> demos.gl2, etcSven Gothel2011-08-2234-36/+42
* Add missing GearsES2 NEWT test hookSven Gothel2011-08-221-0/+136
* Add Dominik's ElektronenMultiplizierer (GL2ES2, NEWT) versionSven Gothel2011-08-223-0/+1227
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-2232-583/+1182
* Merge remote-tracking branch 'rsantina/master'Sven Gothel2011-08-0911-49/+873
|\
| * Graph UI and Text demo using UIcontroller.Rami Santina2011-08-092-0/+426
| * Graph UI: Added scene controller and general scenegraph behavior.Rami Santina2011-08-095-34/+431
| * GLRunnable API Change: Return boolean indicating whether the back buffer shal...Rami Santina2011-08-094-15/+16
* | Test OneTriangle generalization cleanupSven Gothel2011-08-094-16/+17
* | reloc files: NEWT Android driver, demos OneTriangleSven Gothel2011-08-091-0/+0
* | fix jogl.all-mobile.jar/jogl_mobile configurationSven Gothel2011-08-051-1/+3
|/
* Test Gears GL2ES1: Favor native ES1 if available.Sven Gothel2011-08-011-1/+7
* Cont. fix 'Allow VBO/Texture Name (int) < 0'Sven Gothel2011-08-011-2/+2
* Use GL2ES1 profile (no emul) - complete commit a7fcfad44545e7b3f7e2f417634958...Sven Gothel2011-08-011-1/+1
* GearsGL2ES1: Fix ES1 usage FRONT -> FRONT_AND_BACK ; Use GL2ES1 profile (no e...Sven Gothel2011-08-012-12/+7
* NEWT test: rgb == 555 is okSven Gothel2011-08-011-3/+3
* ES1 Gears: Don't force fixed function emulationSven Gothel2011-07-311-1/+1
* Add ES1 Gears (w/ NEWT startup)Sven Gothel2011-07-312-0/+576
* ruler.fp: Use es2 precision for all variables, otherwise es2 glsl compiler failsSven Gothel2011-07-311-5/+5
* FixedFuncUtil: Name/Fix getFixedFuncImpl() -> wrapFixedFuncEmul()Sven Gothel2011-07-311-1/+1
* GLProfile: Initialization fix and clarifications ( GLExceptions on n/a profil...Sven Gothel2011-07-072-32/+24
* Fix NEWT GL ctx/offscreen (GPUMemSec..) tests: Use pbuffer (i.e. hw accel GL ...Sven Gothel2011-06-261-0/+1
* Cleanup UITestCase helper, expose test class name via get*TestName() ..Sven Gothel2011-06-261-2/+14
* Minor editing/cleanups: code/testSven Gothel2011-06-122-2/+0
* Merge remote-tracking branch 'remotes/rsantina/master'Sven Gothel2011-06-112-2/+1
|\
| * Graph: Remove unused importsRami Santina2011-06-051-1/+0
| * Graph: updated inclass documentationsRami Santina2011-06-051-1/+1
* | TestGLSLShaderState01 PerfTest: 2min timeout / swapInterval 0 / start counter...Sven Gothel2011-06-112-17/+28
* | Relocated SingletonInstance to GlueGen (where a ServerSocket impl. is added)....Sven Gothel2011-06-112-166/+11
* | GLBuffers fix ; GL imageSizeInBytes fix / unit tests.Sven Gothel2011-06-091-0/+319
* | Merge remote-tracking branch 'rsantina/master'Sven Gothel2011-06-085-5/+5
|\|
| * Add Factory for triangulation with base Interface; misc cleanupRami Santina2011-06-055-5/+5
* | unit test: use class global GLProfileSven Gothel2011-06-071-1/+1
* | NEWT unit test util, on/offscreen GLContext/NEWT window separationSven Gothel2011-06-075-10/+45
* | Using GlueGen IOUtil (dropped StreamUtil, FileUtil); Public GLReadBufferUtil ...Sven Gothel2011-06-079-274/+27
|/
* NEWT/GLContext (unit test): Wait for visibility/realized ; Add clean scriptsSven Gothel2011-05-171-2/+4
* GLSL unit tests: cleanup shader state testsSven Gothel2011-05-174-76/+78
* Fix/Extend FBObject (API Change): plain init(GL), support multiple attachText...Sven Gothel2011-05-175-0/+285
* GLSL UnitTest: Reloc Ruler and make local fields finalSven Gothel2011-05-171-24/+24
* JUnit Test: Add 'ruler' testcase using monitor mode's mm/pixel size.Sven Gothel2011-05-163-0/+212
* JUnit Tests: Extract utility of creating a NEWT Window w/ GLContext w/o auto ...Sven Gothel2011-05-164-75/+118