2011-01-07 |
Sam Lantinga |
Fixed return value
|
2011-01-04 |
Sam Lantinga |
The source rectangle isn't modified in SDL_UpperBlit
|
2010-12-12 |
Sam Lantinga |
Use the enumerated type for blend and scale mode instead of int
|
2010-07-08 |
Sam Lantinga |
Turn on blending if we're converting from a surface with colorkey enabled
|
2010-05-09 |
Sam Lantinga |
Make the compiler even happier
pre-touch-removal
|
2008-12-08 |
Sam Lantinga |
Updated copyright date
SDL-1.2
|
2010-01-24 |
Sam Lantinga |
Fixed bug #926
|
2009-12-14 |
Sam Lantinga |
The SDL 1.3 tests have been cleaned up not to include any 1.2 compatibility code.
|
2009-11-16 |
Sam Lantinga |
Fixed memory corruption in SW_RenderReadPixels()
|
2009-11-15 |
Sam Lantinga |
Added a utility function to convert blocks of pixels
|
2009-04-03 |
Sam Lantinga |
Added SDL_GetColorKey()
|
2009-01-10 |
Sam Lantinga |
Reverted Bob's indent checkin
|
2009-01-09 |
Bob Pendleton |
I ran a global "make indent" it modified the following files.
|
2008-12-20 |
Sam Lantinga |
Date: Fri, 19 Dec 2008 20:17:35 +0100
|
2008-12-08 |
Sam Lantinga |
Updated copyright date
|
2008-12-07 |
Sam Lantinga |
Fixed picking blit function when RLE fails
|
2008-12-02 |
Sam Lantinga |
Added slow but complete blit fallback
|
2008-11-29 |
Sam Lantinga |
The SDL_RLEACCEL flag is respected in SDL_ConvertSurface(), per the docs.
|
2008-11-25 |
Sam Lantinga |
It turns out both the software and the OpenGL renderer had the same problem.
|
2008-11-25 |
Sam Lantinga |
indent
|
2008-11-25 |
Sam Lantinga |
Fixed bug with converting colorkey surface to texture
|
2008-08-27 |
Darren Alton |
Clean up.
gsoc2008_nds
|
2008-03-14 |
Bob Pendleton |
ran make indent
|
2008-03-14 |
Bob Pendleton |
re: bug#563. checking in some commented out trace code and a fix so that the in testalpha.c the background only flashes when alpha == 255. The problem that is being
|
2007-08-18 |
Sam Lantinga |
Okay, still some bugs, but everything builds again...
|
2007-08-18 |
Sam Lantinga |
More work in progress integrating SDL_Surface and the new SDL_Texture API
|
2007-08-17 |
Sam Lantinga |
indent
|
2007-08-17 |
Sam Lantinga |
Moved the colorkey and per-surface alpha into the blit info,
|
2007-08-16 |
Sam Lantinga |
Added notes on the next steps for SDL 1.3
|
2007-08-16 |
Sam Lantinga |
SSE and MMX intrinsics work with Visual Studio now...
|
2007-08-16 |
Sam Lantinga |
Added SSE and MMX optimization for SDL_FillRect()
|
2007-08-13 |
Sam Lantinga |
Added SSE version of SDL_FillRect() for 32-bit ARGB surfaces
|
2007-08-12 |
Sam Lantinga |
indent
|
2007-08-12 |
Sam Lantinga |
Gained 5 FPS in testsprite because Mac OS X memset is highly optimized
|
2007-08-11 |
Sam Lantinga |
Emphasized the separation between SDL_Surface and SDL_Texture
|
2006-07-22 |
Sam Lantinga |
Convert SDL_malloc to SDL_calloc if appropriate, slightly faster on operating systems which map the zero page for memory allocations.
|
2006-07-10 |
Sam Lantinga |
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
|
2006-07-10 |
Sam Lantinga |
SDL_Rect now uses int for position and size.
SDL-1.3
|
2006-07-06 |
Sam Lantinga |
Proof of concept done - Win32 GDI implementation mostly complete.
SDL-1.3
|
2006-06-30 |
Sam Lantinga |
Cleaned up a bunch of warnings, started adding Win32 event support
SDL-1.3
|
2006-06-17 |
Sam Lantinga |
Finished palettized display handling.
SDL-1.3
|
2006-06-16 |
Sam Lantinga |
Default palette entries to white, instead of black.
SDL-1.3
|
2006-06-14 |
Sam Lantinga |
SDL_SetVideoMode() compiles now...
SDL-1.3
|
2006-06-09 |
Sam Lantinga |
Updated SDL_Surface code for software-only access, fixed some build errors
SDL-1.3
|
2006-06-07 |
Sam Lantinga |
Work in progress. :)
SDL-1.3
|
2006-05-29 |
Sam Lantinga |
more tweaking indent options
SDL-1.3
|
2006-05-28 |
Sam Lantinga |
The dummy video driver compiles. :)
SDL-1.3
|
2006-05-28 |
Sam Lantinga |
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
SDL-1.3
|
2006-03-01 |
Sam Lantinga |
Fixed a bunch of 64-bit compatibility problems
|
2006-02-24 |
Sam Lantinga |
Update for Visual C++ 6.0
|
2006-02-21 |
Sam Lantinga |
Use consistent identifiers for the various platforms we support.
|
2006-02-10 |
Sam Lantinga |
More header massaging... works great on Windows. ;-)
|
2006-02-07 |
Sam Lantinga |
Removed uses of stdlib.h and string.h
|
2006-02-07 |
Sam Lantinga |
Use SDL_ prefixed versions of C library functions.
|
2006-02-06 |
Sam Lantinga |
It's now possible to build SDL without any C runtime at all on Windows,
|
2006-02-01 |
Sam Lantinga |
Updated copyright information and removed rcs id lines (problematic in branch merges)
|
2006-01-19 |
Ryan C. Gordon |
Updated Windows CE/PocketPC support...adds GAPI driver, landscape mode,
|
2005-10-03 |
Ryan C. Gordon |
Fixed some compiler warnings about "unreachable code" on Watcom C.
|
2005-04-17 |
Ryan C. Gordon |
Some work on using accelerated alpha blits with hardware surfaces.
|
2004-12-19 |
Sam Lantinga |
*** empty log message ***
|