log src/video/x11/SDL_x11render.c @ 3275:a4a34a511ba0

age author description
2009-08-20 Sam Lantinga Fix suggested by Bob
2009-02-15 Sam Lantinga Fixed destination of XCopyArea()
2009-01-15 Bob Pendleton Changes to hopefully handle the creation of a colormap for 8 bit PseudoColor visuals in X11
2009-01-02 Sam Lantinga Implemented SDL_SetWindowIcon(), with translucent icon support under X11.
2008-12-30 Sam Lantinga SetDrawColor() and SetDrawBlendMode() are optional
2008-12-25 Sam Lantinga Fixed pitch alignment problem causing MITSHM error on 16-bit displays
2008-12-21 Sam Lantinga Added RenderPiont() API
2008-12-20 Sam Lantinga Added missing return
2008-12-20 Sam Lantinga Added stubs for software implementations of blending fills and line drawing
2008-12-20 Sam Lantinga Date: Fri, 19 Dec 2008 20:17:35 +0100
2008-12-20 Sam Lantinga Fixed crash when resizing YUV textures
2008-12-16 Sam Lantinga indent
2008-12-14 Sam Lantinga The X11 window and all pixmaps and images share the same visual and depth.
2008-12-13 Sam Lantinga Fixed BadMatch error in X11 renderer
2008-12-08 Sam Lantinga Updated copyright date
2008-12-03 Sam Lantinga Added very slow software scaling to the X11 renderer
2008-12-03 Sam Lantinga If scaling isn't supported, do an unscaled copy instead of not showing anything.
2008-12-01 Sam Lantinga indent
2008-11-30 Sam Lantinga Fixed the list of supported YUV formats
2008-11-30 Sam Lantinga Implemented the X11 (non-OpenGL) renderer, no alpha or scaling available.