log src/video/photon/SDL_photon_render.c @ 5008:35afe807b51c

age author description
2010-12-12 Sam Lantinga Use the enumerated type for blend and scale mode instead of int
2010-01-24 Sam Lantinga Fixed bug #926
2010-01-21 Sam Lantinga Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
2009-12-01 Sam Lantinga Work in progress on multi-display support:
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-20 Mike Gorchak RenderReadPixels and RenderWritePixels now work properly.