log

age author description
Thu, 19 Nov 2009 08:44:07 +0000 Mike Gorchak Support for RendererReadPixels and RendererWritePixels has been added to photon renderer.
Thu, 19 Nov 2009 08:02:00 +0000 Sam Lantinga Mike Gorchak to Sam
Thu, 19 Nov 2009 05:33:41 +0000 Sam Lantinga Found a way to implement mask semantics in OpenGL
Thu, 19 Nov 2009 05:06:01 +0000 Sam Lantinga Allow some variation in the pixel values to account for blending accuracy differences.
Thu, 19 Nov 2009 04:59:19 +0000 Sam Lantinga Include the endpoint in the line we're drawing
Thu, 19 Nov 2009 04:33:35 +0000 Sam Lantinga Adjust the vertices to be over the texel center.
Wed, 18 Nov 2009 09:39:32 +0000 Sam Lantinga Fixed a bunch of bugs in the blit blend mode tests
Wed, 18 Nov 2009 09:28:35 +0000 Sam Lantinga Use SDL's string and memory functions instead of stdlib
Wed, 18 Nov 2009 09:20:01 +0000 Sam Lantinga Implemented SDL_RenderReadPixels()/SDL_RenderWritePixels() for the dummy renderer.
Wed, 18 Nov 2009 09:17:29 +0000 Sam Lantinga Don't add the OpenGL renderers for drivers that don't support OpenGL
Wed, 18 Nov 2009 09:07:13 +0000 Sam Lantinga Fixes for the automated rendering test
Wed, 18 Nov 2009 08:54:13 +0000 Sam Lantinga If we explicitly request a driver, try to initialize it.
Wed, 18 Nov 2009 08:07:37 +0000 Sam Lantinga Fixed GL_RenderReadPixels() - thanks Ryan!
Wed, 18 Nov 2009 07:35:00 +0000 Sam Lantinga First pass (untested) at RenderWritePixels()
Wed, 18 Nov 2009 07:34:05 +0000 Sam Lantinga Refactored to use render_loadTestFace()
Wed, 18 Nov 2009 07:22:22 +0000 Sam Lantinga Fixed endianness of the face image surface
Wed, 18 Nov 2009 06:15:44 +0000 Sam Lantinga Trying to figure out why the OpenGL tests are failing...
Wed, 18 Nov 2009 06:15:21 +0000 Sam Lantinga Compare against the correct image
Tue, 17 Nov 2009 06:51:14 +0000 Sam Lantinga Debug info to help track down render test failures
Tue, 17 Nov 2009 06:50:29 +0000 Sam Lantinga Added missing return values
Tue, 17 Nov 2009 05:17:11 +0000 Sam Lantinga Fixed some bugs in the automated test suite, revealed by working SDL_RenderReadPixels()
Tue, 17 Nov 2009 04:53:15 +0000 Sam Lantinga Scott to slouken
Mon, 16 Nov 2009 09:47:34 +0000 Sam Lantinga Thank you automated tests (and bobbens!), fixed alpha blending for accuracy
Mon, 16 Nov 2009 07:39:08 +0000 Sam Lantinga Fixed memory corruption in SW_RenderReadPixels()
Mon, 16 Nov 2009 07:13:07 +0000 Sam Lantinga You can specify the format for pixel data in SDL_RenderReadPixels() and SDL_RenderWritePixels()
Sun, 15 Nov 2009 09:21:46 +0000 Sam Lantinga Added a utility function to convert blocks of pixels
Sun, 15 Nov 2009 08:01:34 +0000 Sam Lantinga Hmm, this isn't going to work, is it?
Sun, 15 Nov 2009 08:01:07 +0000 Sam Lantinga Work in progress: SDL_RenderReadPixels() should be implemented soon.
Sun, 15 Nov 2009 04:58:03 +0000 Sam Lantinga Work in progress on OpenGL ReadPixels/WritePixels interface
Wed, 11 Nov 2009 06:34:33 +0000 Sam Lantinga Updated for the new pixel format structure