Mercurial > sdl-ios-xcode
log
age | author | description |
---|---|---|
Mon, 31 May 2010 17:04:20 +0530 | Sunny Sachanandani | X11_RenderPresent now uses XRender to blit back-buffers to the screen. |
Mon, 31 May 2010 15:09:36 +0530 | Sunny Sachanandani | Xrender uses 16 bit color per channel. Fixed the color handling in X11_RenderFillRects to match this. Xrender just works now for filling rectangles :D . |
Mon, 31 May 2010 13:27:27 +0530 | Sunny Sachanandani | Modified configure.in to allow building with Xrender. Fixed all problems that prevented compilation. |
Sun, 30 May 2010 20:06:30 +0530 | Sunny Sachanandani | Add Xrender support to X11_FillRectangles. |
Fri, 28 May 2010 20:48:58 +0530 | Sunny Sachanandani | Fix typo. |
Fri, 28 May 2010 20:47:24 +0530 | Sunny Sachanandani | Fix initial value of the xrender_available boolean in X11_CreateTexture. |
Fri, 28 May 2010 20:40:09 +0530 | Sunny Sachanandani | Completed work on X11_CreateTexture. Added lots of safety features. |