Mercurial > sdl-ios-xcode
log src/video/x11/SDL_x11render.c @ 4590:1ad70fb49fcb
age | author | description |
---|---|---|
Fri, 09 Jul 2010 21:36:41 +0530 | Sunny Sachanandani | Fix so many things that there is little place in this column to list them all but the result is that blending modes just work now for drawing primitives. |
Thu, 01 Jul 2010 07:35:15 +0530 | Sunny Sachanandani | Fix blending modes for primitives. |
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 |