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