log src/video/x11/SDL_x11render.c @ 3685:64ce267332c6

age author description
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.
Thu, 10 Dec 2009 09:27:23 +0000 Sam Lantinga X11 driver compiles again, lines are not yet implemented
Fri, 04 Dec 2009 08:45:08 +0000 Sam Lantinga Fixed calls to SDL_AddRenderDriver()
Thu, 20 Aug 2009 04:40:02 +0000 Sam Lantinga Fix suggested by Bob
Sun, 15 Feb 2009 06:12:52 +0000 Sam Lantinga Fixed destination of XCopyArea()
Thu, 15 Jan 2009 21:35:42 +0000 Bob Pendleton Changes to hopefully handle the creation of a colormap for 8 bit PseudoColor visuals in X11
Fri, 02 Jan 2009 17:39:48 +0000 Sam Lantinga Implemented SDL_SetWindowIcon(), with translucent icon support under X11.
Tue, 30 Dec 2008 07:14:11 +0000 Sam Lantinga SetDrawColor() and SetDrawBlendMode() are optional
Thu, 25 Dec 2008 04:42:28 +0000 Sam Lantinga Fixed pitch alignment problem causing MITSHM error on 16-bit displays
Sun, 21 Dec 2008 17:39:41 +0000 Sam Lantinga Added RenderPiont() API
Sat, 20 Dec 2008 18:56:35 +0000 Sam Lantinga Added missing return
Sat, 20 Dec 2008 13:14:28 +0000 Sam Lantinga Added stubs for software implementations of blending fills and line drawing