aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/com
Commit message (Expand)AuthorAgeFilesLines
* Rename NEWT KeyEvent Unit tests to end w/ AWT, otherwise no AWT classes will ...Sven Gothel2012-10-294-0/+0
* GearsES2/RedSquareES2: Dump GLRendererQuirks at init.Sven Gothel2012-10-283-4/+6
* Minor edits FBObject/GearsObjectSven Gothel2012-10-281-6/+8
* Fix NEWT KeyCode: Basic KeyCode Validation on X11, Windows and OSXSven Gothel2012-10-282-0/+320
* Fix Bug 631 and enhance 601: Handle multiple keys (pressed, released, types i...Sven Gothel2012-10-273-4/+248
* Fix Bug 601 - Auto-Repeat Behavior: Adding unit tests for typed key order w/ ...Sven Gothel2012-10-2614-27/+908
* ShaderCode: Add defaultShaderCustomization(..) to prelude shader source w/ GL...Sven Gothel2012-10-2613-80/+69
* FixedFuncPipeline: Require GLSL 1.20 (GL 2.1) due to GL driver bugs in OSX (g...Sven Gothel2012-10-233-3/+79
* FixedFuncPipeline GL_POINTS: Fix gl_PointSize (attribute data format), Add GL...Sven Gothel2012-10-226-0/+630
* NEWT / BCM-VC-IV: Fix transparency according to given capabilitiesSven Gothel2012-10-191-0/+8
* Adding unit tests for ImmModeSink and FixedFunctionPipeline (single & combina...Sven Gothel2012-10-1210-258/+669
* GLArrayData* VBO binding: Adding explicit bindBuffer(..) method, since VBO is...Sven Gothel2012-10-121-4/+4
* TestSWTAccessor03AWTGLn: Add '-time <duration>' commandline optionSven Gothel2012-10-101-1/+7
* ImmModeSink: Fix bugs (use glBufferUsage, vboUsage, GL_POLYGON, GL_QUADS) and...Sven Gothel2012-10-104-13/+368
* UITestCase: Only print each display/reshape in verbose modeSven Gothel2012-10-101-2/+10
* FloatUtil/PMVMatrix/GLUniformData: Move impl. of FloatBuffer matrix toString(...Sven Gothel2012-10-101-4/+68
* TestInitConcurrent0[12]NEWT: Reduce test w/ 16 threads to 6 for ARM || WINDOW...Sven Gothel2012-10-092-6/+18
* Adding unit test for Bug 605 - WORKSFORME, i.e. no unwanted y-flip, so I can ...Sven Gothel2012-10-063-27/+393
* Refine ed7d5f2e3fc696d47b10c8d62a071643bf385588, set and restore FBO caps @ s...Sven Gothel2012-10-051-20/+33
* FBO/Offscreen: Use most simple GLCapabilities for GLFBODrawableImpl's underly...Sven Gothel2012-10-051-3/+4
* UITestCase.snapshot: Add Depth and Stencil bits to filenameSven Gothel2012-10-051-2/+4
* Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape...Sven Gothel2012-10-052-2/+136
* Fix regression of commit a644d779ab19cb1d200ae4ba567b9c042c34b337, cannot com...Sven Gothel2012-10-041-5/+5
* Update PMVMatrix/GLMatrixFunc API doc and refine PMVMatrix update / get-Mvi/M...Sven Gothel2012-10-043-3/+431
* Workaround for Bug 623: Sporadic XCB assertion failures w/ ATI proprietary dr...Sven Gothel2012-09-302-0/+73
* Misc X11: Add GLX_MESA_swap_control; GLXExtensions (private); X11GLXContext c...Sven Gothel2012-09-292-2/+4
* Adding Mesa Quirk 'NoSetSwapIntervalPostRetarget': SIGSEGV on setSwapInterval...Sven Gothel2012-09-281-6/+16
* NEWT X11 ScreenMode: Ignore invalid rotation eventSven Gothel2012-09-281-13/+35
* FBObject: Clarify reset(..), resetSamplingSink(..) ; Rename syncFramebuffer(....Sven Gothel2012-09-271-16/+30
* Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l...Sven Gothel2012-09-273-50/+190
* Fix Bug 621, JVM Crashes During X11 Shutdown while closing all unclosed displ...x11_xinitthreadsSven Gothel2012-09-211-2/+21
* MacOSXCGLContext: Fix missing initialization of 'needsSetContextPBuffer' if n...Sven Gothel2012-09-211-1/+3
* Add GLRendererQuirks; Fix shared EGL/ES resources;Sven Gothel2012-09-205-25/+12
* FBO tests: Add singleBuffer cmd-line option for offscreen-layered tests; FBOM...Sven Gothel2012-09-203-5/+24
* unit test, typo in docSven Gothel2012-09-181-2/+1
* Documenting Bug 586Sven Gothel2012-09-171-0/+172
* Fixes Bug 615 - X11: Use proper screen index/name for shared resources and de...Sven Gothel2012-09-171-1/+0
* Anotate focus tests in regards to OSX stability .. sporadically won't gain fo...Sven Gothel2012-09-172-5/+5
* Analyze crash of shared context each running in multiple threads, disabled te...Sven Gothel2012-09-172-171/+109
* Adding test case for Bug 611: On Windows XP is a performance issue, after JOG...Sven Gothel2012-09-161-0/+81
* OSX: Disable TestSWTAccessor03AWTGLn - NSLocking issues w/ SWT/AWT ..Sven Gothel2012-09-162-61/+74
* Added very basic unit test of 1 GLProfile initializationSven Gothel2012-09-161-0/+51
* OSX: Capture 'invalid drawable' message cause by NSOpenGLContext::setView(NUL...Sven Gothel2012-09-162-0/+24
* Disable double-buffer mode when offscreen-bitmap is chosen, remove dbl-buff b...Sven Gothel2012-09-163-27/+0
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-1559-956/+3353
* Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i...Sven Gothel2012-09-081-16/+49
* NEWT AWT Driver: Remove flashing (clear background @ update/paint method) ; P...Sven Gothel2012-09-071-1/+19
* Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...Sven Gothel2012-09-077-277/+20
* Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a...Sven Gothel2012-09-072-0/+246
* Fix Android Power-suspend and Power-resumeSven Gothel2012-08-231-4/+4