Mercurial > sdl-ios-xcode
log
age | author | description |
---|---|---|
Mon, 14 Jun 2010 18:22:48 +0530 | Sunny Sachanandani | X11_RenderFillRects and X11_RenderDrawRects use a server side mask pixmap of 1 bit depth now. All drawing on these pixmaps is done by server side functions such as XDrawRectangles and XFillRectangles. |
Tue, 08 Jun 2010 19:26:32 +0530 | Sunny Sachanandani | X11_DrawRects now uses a very hacky way of drawing rectangles with XRender. This will be improved in some time. |
Wed, 02 Jun 2010 11:55:40 +0530 | Sunny Sachanandani | It seems that the off-screen buffers (or pixmaps) only need to be cleared while initializing. |
Wed, 02 Jun 2010 11:45:15 +0530 | Sunny Sachanandani | Fix X11_FillRects to work with double buffering as well as triple buffering. This requires that the buffer pixmap be cleared after every render. |