Mercurial > sdl-ios-xcode
log src/video/x11/SDL_x11render.c @ 4572:266ec93f49af
age | author | description |
---|---|---|
Wed, 26 May 2010 20:11:56 +0530 | Sunny Sachanandani | Correctly handle the availability of Xrender in X11_CreateRenderer and X11_DisplayModeChanged. |
Mon, 24 May 2010 21:02:58 +0530 | Sunny Sachanandani | Added a #define option for compile time Xrender support. |
Sat, 26 Jun 2010 08:56:48 -0700 | Sam Lantinga | Mostly cleaned up warnings with -Wmissing-prototypes |
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. |