summaryrefslogtreecommitdiff
path: root/include/SDL_surface.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-22Re-added SDL_SWSURFACE, because it looks silly to always pass 0 to SDL_Create...Sam Lantinga1-1/+4
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-10-31SDL_ConvertPixels() returns 0 on successSam Lantinga1-0/+2
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-19/+18
2011-03-13Split SDL_BlitScaled into SDL_UpperBlitScaled and SDL_LowerBlitScaled.Ken Rogoway1-6/+14
2011-02-21Implemented Cocoa_SetWindowIcon(), added SDL_ConvertSurfaceFormat()Sam Lantinga1-0/+2
2011-02-15Changed the concept of a render clip rect to a render viewport.Sam Lantinga1-1/+1
2011-02-14Software scaling support. Not very fast, but it seems to work.Ken Rogoway1-0/+11
2011-02-13The format_version isn't used anymore.Sam Lantinga1-3/+0
2011-02-13A few fixes:Sam Lantinga1-0/+1
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2011-02-10Surfaces aren't in hardware memory anymore!Sam Lantinga1-16/+0
2011-02-03Making the API simpler, moved the surface drawing functions to the software r...Sam Lantinga1-93/+0
2011-01-31Making the API simpler, scaling is always defined as linear interpolation and...Sam Lantinga1-32/+0
2011-01-12Updated headers to match wiki documentationSam Lantinga1-12/+12
2011-01-04The source rectangle isn't modified in SDL_UpperBlitSam Lantinga1-1/+1
2010-12-12Use the enumerated type for blend and scale mode instead of intSam Lantinga1-96/+16
2010-03-05Removed reference to compatibility functionSam Lantinga1-1/+1
2010-02-26Removed reference to compatibility functionSam Lantinga1-2/+0
2010-02-26Fixed typo in the commentSam Lantinga1-1/+1
2010-01-24Fixed bug #926Sam Lantinga1-1/+1
2009-12-23Added SDL_RenderClear() as a fast method of clearing the screen to the drawin...Sam Lantinga1-7/+86
2009-12-18In the process of adding rectangle drawingSam Lantinga1-4/+33
2009-12-14The SDL 1.3 tests have been cleaned up not to include any 1.2 compatibility c...Sam Lantinga1-1/+1
2009-12-12Minor documentation fixSam Lantinga1-1/+1
2009-12-09Added interfaces for batch drawing of points, lines and rects:Sam Lantinga1-15/+24
2009-11-15Added a utility function to convert blocks of pixelsSam Lantinga1-0/+9
2009-10-19Partial fix for bug #859Sam Lantinga1-267/+316
2009-10-04Fixed bug #826Sam Lantinga1-77/+58
2009-04-03Added SDL_GetColorKey()Sam Lantinga1-0/+13
2009-01-12Reverted SDL_LoadICO_RW() addition, this should go in SDL_imageSam Lantinga1-6/+0
2009-01-11Add SDL_LoadICO_RW to SDL. Loads best quality icon from *.ico file.Couriersud1-0/+6
2008-12-21Added RenderPiont() APISam Lantinga1-0/+19
2008-12-20Added stubs for software implementations of blending fills and line drawingSam Lantinga1-0/+28
2008-12-08Updated copyright dateSam Lantinga1-1/+1
2008-12-03Added very slow software scaling to the X11 rendererSam Lantinga1-3/+3
2008-11-29The SDL_RLEACCEL flag is respected in SDL_ConvertSurface(), per the docs.Sam Lantinga1-3/+1
2007-09-10Split out the SDL_rect and SDL_surface functions into their own headers.Sam Lantinga1-0/+488