Mercurial > sdl-ios-xcode
log src/video/x11/SDL_x11render.c @ 4588:0ddd78496d68
age | author | description |
---|---|---|
Sun, 27 Jun 2010 09:51:51 +0530 | Sunny Sachanandani | Preliminary support for blending modes on drawing operations. |
Tue, 22 Jun 2010 20:01:38 +0530 | Sunny Sachanandani | Texture rendering mostly works now. Even SDL_TEXTUREACCESS_STREAMING is supported now with a little overhead. Scaling of textures happens using XRender. :D |
Wed, 16 Jun 2010 10:50:01 +0530 | Sunny Sachanandani | SDL_Textures should work with XRender now provided that the texture format and screen format match. This is only a temporary limitation. |