Mercurial > sdl-ios-xcode
graph
- 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, by Mike Gorchak
- My first OpenGL shader! Momma will be so proud!2009-11-21, by Sam Lantinga
- pixels don't need to be dynamically allocated2009-11-21, by Sam Lantinga
- SDL_RenderReadPixels() needs to flush asynchronous operations before it reads.2009-11-21, by Sam Lantinga
- Support for UTF-8 text input has been added.2009-11-20, by 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, by Mike Gorchak
- Output last SDL error in case of test was failed.2009-11-20, by Mike Gorchak