2009-11-21 |
Sam Lantinga |
Use 45 degree lines for the diagonal test to avoid aliasing errors in line drawing.
|
2009-11-21 |
Sam Lantinga |
It's not the last pixel, it's the rightmost pixel, or if they're both the same x coordinate, the bottommost pixel.
|
2009-11-21 |
Mike Gorchak |
RenderReadPixels and RenderWritePixels functions work with back buffer now and all asynchronous operations are flushed before reading or writing to backbuffer. Thanks Sam for clarification of this.
|
2009-11-21 |
Sam Lantinga |
My first OpenGL shader! Momma will be so proud!
|
2009-11-21 |
Sam Lantinga |
pixels don't need to be dynamically allocated
|
2009-11-21 |
Sam Lantinga |
SDL_RenderReadPixels() needs to flush asynchronous operations before it reads.
|
2009-11-20 |
Mike Gorchak |
Support for UTF-8 text input has been added.
|
2009-11-20 |
Mike Gorchak |
1. SDL_RenderPresent() call has been added after each test to be sure, that all graphics output is flushed in case if it was asynchronous.
|
2009-11-20 |
Mike Gorchak |
Output last SDL error in case of test was failed.
|
2009-11-20 |
Mike Gorchak |
RenderReadPixels and RenderWritePixels now work properly.
|
2009-11-20 |
Mike Gorchak |
Deinitialization fixes, in case if QNXGF driver is not initialized properly.
|
2009-11-19 |
Mike Gorchak |
Added support for generic getopt() function instead of getopt_long(). Because not all platforms have getopt_long().
|
2009-11-19 |
Mike Gorchak |
Support for RendererReadPixels and RendererWritePixels has been added to photon renderer.
|
2009-11-19 |
Sam Lantinga |
Mike Gorchak to Sam
|
2009-11-19 |
Sam Lantinga |
Found a way to implement mask semantics in OpenGL
|
2009-11-19 |
Sam Lantinga |
Allow some variation in the pixel values to account for blending accuracy differences.
|
2009-11-19 |
Sam Lantinga |
Include the endpoint in the line we're drawing
|
2009-11-19 |
Sam Lantinga |
Adjust the vertices to be over the texel center.
|
2009-11-18 |
Sam Lantinga |
Fixed a bunch of bugs in the blit blend mode tests
|
2009-11-18 |
Sam Lantinga |
Use SDL's string and memory functions instead of stdlib
|
2009-11-18 |
Sam Lantinga |
Implemented SDL_RenderReadPixels()/SDL_RenderWritePixels() for the dummy renderer.
|
2009-11-18 |
Sam Lantinga |
Don't add the OpenGL renderers for drivers that don't support OpenGL
|
2009-11-18 |
Sam Lantinga |
Fixes for the automated rendering test
|
2009-11-18 |
Sam Lantinga |
If we explicitly request a driver, try to initialize it.
|
2009-11-18 |
Sam Lantinga |
Fixed GL_RenderReadPixels() - thanks Ryan!
|
2009-11-18 |
Sam Lantinga |
First pass (untested) at RenderWritePixels()
|
2009-11-18 |
Sam Lantinga |
Refactored to use render_loadTestFace()
|
2009-11-18 |
Sam Lantinga |
Fixed endianness of the face image surface
|
2009-11-18 |
Sam Lantinga |
Trying to figure out why the OpenGL tests are failing...
|
2009-11-18 |
Sam Lantinga |
Compare against the correct image
|
2009-11-17 |
Sam Lantinga |
Debug info to help track down render test failures
|
2009-11-17 |
Sam Lantinga |
Added missing return values
|
2009-11-17 |
Sam Lantinga |
Fixed some bugs in the automated test suite, revealed by working SDL_RenderReadPixels()
|
2009-11-17 |
Sam Lantinga |
Scott to slouken
|
2009-11-16 |
Sam Lantinga |
Thank you automated tests (and bobbens!), fixed alpha blending for accuracy
|
2009-11-16 |
Sam Lantinga |
Fixed memory corruption in SW_RenderReadPixels()
|
2009-11-16 |
Sam Lantinga |
You can specify the format for pixel data in SDL_RenderReadPixels() and SDL_RenderWritePixels()
|
2009-11-15 |
Sam Lantinga |
Added a utility function to convert blocks of pixels
|
2009-11-15 |
Sam Lantinga |
Hmm, this isn't going to work, is it?
|
2009-11-15 |
Sam Lantinga |
Work in progress: SDL_RenderReadPixels() should be implemented soon.
|
2009-11-15 |
Sam Lantinga |
Work in progress on OpenGL ReadPixels/WritePixels interface
|
2009-11-11 |
Sam Lantinga |
Updated for the new pixel format structure
|
2009-11-11 |
Sam Lantinga |
The docs directory doesn't exist anymore
|
2009-11-09 |
Sam Lantinga |
Fixed gcc warning
|
2009-11-09 |
Sam Lantinga |
Work in progress on implementation of SDL_RenderReadPixels() and SDL_RenderWritePixels(), code untested.
|
2009-11-09 |
Sam Lantinga |
Fixed bug #878
|
2009-11-08 |
Sam Lantinga |
Fixed compile warning
|
2009-11-08 |
Sam Lantinga |
Skip renderers that fail to initialize
|
2009-11-02 |
Sam Lantinga |
Removed the separate static simulator target, all targets create libSDLiPhoneOS.a
|
2009-11-02 |
Sam Lantinga |
Fixed bug #847
|
2009-10-30 |
Sam Lantinga |
cpuid doesn't actually change the flags register
|
2009-10-30 |
Sam Lantinga |
Fixed bug #734
|
2009-10-29 |
Mike Gorchak |
Cursor hotspot fixes.
|
2009-10-28 |
Sam Lantinga |
Fixed compile error
|
2009-10-28 |
Sam Lantinga |
Automatically initialize the video system and create a renderer to simplify use.
|
2009-10-28 |
Sam Lantinga |
Adam Strzelecki to SDL
|
2009-10-28 |
Sam Lantinga |
Adam Strzelecki to SDL
|
2009-10-23 |
Sam Lantinga |
Adam Strzelecki to SDL
|
2009-10-23 |
Sam Lantinga |
Adam Strzelecki to SDL
|
2009-10-22 |
Mike Gorchak |
Fixes in GLES configuration selection.
|