Sam Lantinga <slouken@libsdl.org> [Thu, 19 Nov 2009 04:33:35 +0000] rev 3454
Adjust the vertices to be over the texel center.
Sam Lantinga <slouken@libsdl.org> [Wed, 18 Nov 2009 09:39:32 +0000] rev 3453
Fixed a bunch of bugs in the blit blend mode tests
Sam Lantinga <slouken@libsdl.org> [Wed, 18 Nov 2009 09:28:35 +0000] rev 3452
Use SDL's string and memory functions instead of stdlib
Sam Lantinga <slouken@libsdl.org> [Wed, 18 Nov 2009 09:20:01 +0000] rev 3451
Implemented SDL_RenderReadPixels()/SDL_RenderWritePixels() for the dummy renderer.
This is helpful to validate the automated test suite, since this renderer is super simple and should always pass tests.
Sam Lantinga <slouken@libsdl.org> [Wed, 18 Nov 2009 09:17:29 +0000] rev 3450
Don't add the OpenGL renderers for drivers that don't support OpenGL
Sam Lantinga <slouken@libsdl.org> [Wed, 18 Nov 2009 09:07:13 +0000] rev 3449
Fixes for the automated rendering test
Sam Lantinga <slouken@libsdl.org> [Wed, 18 Nov 2009 08:54:13 +0000] rev 3448
If we explicitly request a driver, try to initialize it.
Sam Lantinga <slouken@libsdl.org> [Wed, 18 Nov 2009 08:07:37 +0000] rev 3447
Fixed GL_RenderReadPixels() - thanks Ryan!
Sam Lantinga <slouken@libsdl.org> [Wed, 18 Nov 2009 07:35:00 +0000] rev 3446
First pass (untested) at RenderWritePixels()
Sam Lantinga <slouken@libsdl.org> [Wed, 18 Nov 2009 07:34:05 +0000] rev 3445
Refactored to use render_loadTestFace()