summaryrefslogtreecommitdiff
path: root/include/SDL_surface.h
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Add SDL_SoftStretchLowerLinear() (Bug 5313)Sylvain Becker2020-12-231-0/+11
* Fixed bug 5304 - add SDL_HasSurfaceRLE() (Thanks Rene Dudfield and Dan Lawrence)Sylvain Becker2020-10-181-0/+7
* SDL_Surface refcount: destination surface keep track of surfacesSylvain Becker2020-09-071-1/+3
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Rename surface aligned memory flag to SDL_SIMD_ALIGNEDSylvain Becker2019-02-041-1/+1
* Add SDL_MEMALIGNED flag for SDL_Surface using aligned memory.Sylvain Becker2019-01-311-0/+1
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Fixed bug 4264 - SDL_CreateTextureFromSurface generates error message but ret...Sam Lantinga2018-09-241-0/+7
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Updated SDL's YUV support, many thanks to Adrien DescampsSam Lantinga2017-11-121-0/+25
* Fixed bug 2441 - SDL_DuplicateSurfaceSam Lantinga2017-08-141-0/+5
* Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacksSam Lantinga2017-08-141-2/+2
* Added a FIXME for 2.1 about an API change.Ryan C. Gordon2017-08-091-0/+3
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga2016-11-201-3/+3
* Fixed bug 2924 - SDL_CreateRGBSurface[From] versions that take SDL_PIXELFORMA...Sam Lantinga2016-10-071-0/+4
* Fixed bug 3352 - Adding alpha mask support to SDL_SaveBMP_RWSam Lantinga2016-10-011-0/+6
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* The SDL_PixelFormat* passed to SDL_ConvertSurface() should be const.Ryan C. Gordon2013-09-041-1/+1
* OCD fixes: Adds a space after /* (glory to regular expressions!)Gabriel Jacobo2013-08-211-2/+2
* OCD fixes: Adds a space before */Gabriel Jacobo2013-08-211-2/+2
* Updated blend semantics so blending uses the following formula:Sam Lantinga2013-07-231-16/+14
* Fixed doxygen warnings and corrected documentation in header files.Philipp Wiesemann2013-06-051-2/+2
* File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-77/+73
* Fixed Doxygen warnings.Philipp Wiesemann2013-05-181-0/+7
* Corrected spelling in header files.Philipp Wiesemann2013-04-271-4/+4
* Happy New Year!Sam Lantinga2013-02-151-1/+1
* Re-added SDL_SWSURFACE, because it looks silly to always pass 0 to SDL_Create...Sam Lantinga2012-01-221-1/+4
* Happy New Year!Sam Lantinga2011-12-311-1/+1
* SDL_ConvertPixels() returns 0 on successSam Lantinga2011-10-311-0/+2
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-19/+18
* Split SDL_BlitScaled into SDL_UpperBlitScaled and SDL_LowerBlitScaled.Ken Rogoway2011-03-131-6/+14
* Implemented Cocoa_SetWindowIcon(), added SDL_ConvertSurfaceFormat()Sam Lantinga2011-02-211-0/+2
* Changed the concept of a render clip rect to a render viewport.Sam Lantinga2011-02-151-1/+1
* Software scaling support. Not very fast, but it seems to work.Ken Rogoway2011-02-141-0/+11
* The format_version isn't used anymore.Sam Lantinga2011-02-131-3/+0
* A few fixes:Sam Lantinga2011-02-131-0/+1
* Happy 2011! :)Sam Lantinga2011-02-111-1/+1
* Surfaces aren't in hardware memory anymore!Sam Lantinga2011-02-101-16/+0
* Making the API simpler, moved the surface drawing functions to the software r...Sam Lantinga2011-02-031-93/+0
* Making the API simpler, scaling is always defined as linear interpolation and...Sam Lantinga2011-01-311-32/+0
* Updated headers to match wiki documentationSam Lantinga2011-01-121-12/+12
* The source rectangle isn't modified in SDL_UpperBlitSam Lantinga2011-01-041-1/+1
* Use the enumerated type for blend and scale mode instead of intSam Lantinga2010-12-121-96/+16
* Removed reference to compatibility functionSam Lantinga2010-03-051-1/+1
* Removed reference to compatibility functionSam Lantinga2010-02-261-2/+0
* Fixed typo in the commentSam Lantinga2010-02-261-1/+1