Mercurial > sdl-ios-xcode
log src/video/x11/SDL_x11render.c @ 4458:c9584df65367
age | author | description |
---|---|---|
Sun, 09 May 2010 15:46:19 -0700 | Sam Lantinga | Removed unused variables |
Sun, 24 Jan 2010 21:10:53 +0000 | Sam Lantinga | Fixed bug #926 |
Thu, 21 Jan 2010 06:21:52 +0000 | Sam Lantinga | Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance. |
Wed, 23 Dec 2009 01:55:00 +0000 | Sam Lantinga | Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color. |
Mon, 14 Dec 2009 06:52:17 +0000 | Sam Lantinga | Implemented read/write pixels for the X11 renderer |
Fri, 11 Dec 2009 09:59:36 +0000 | Sam Lantinga | Fixed X11 line implementation - clip lines that are going to go outside the window. |