index
:
~wtay/SDL
SDL-1.2
fixes
master
pipewire-camera
rhel-7.9
rhel-8
rhel-8.0
rhel-8.0-SDL2
Unnamed repository; edit this file 'description' to name the repository.
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video
/
SDL_drawline.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-15
Fixed building under Visual Studio
Sam Lantinga
1
-1
/
+15
2009-12-23
Added SDL_RenderClear() as a fast method of clearing the screen to the drawin...
Sam Lantinga
1
-44
/
+123
2009-12-18
Added SDL_DrawRect(), SDL_DrawRects(), SDL_BlendRect() and SDL_BlendRects()
Sam Lantinga
1
-6
/
+6
2009-12-09
Added interfaces for batch drawing of points, lines and rects:
Sam Lantinga
1
-1
/
+58
2008-12-23
Fixed argument order to the line clipping routine
Sam Lantinga
1
-1
/
+1
2008-12-23
Added line clipping
Sam Lantinga
1
-5
/
+3
2008-12-21
Added RenderPiont() API
Sam Lantinga
1
-9
/
+4
2008-12-21
Make it possible to switch algorithms in the future
Sam Lantinga
1
-3
/
+3
2008-12-21
Share code between fill and line drawing
Sam Lantinga
1
-57
/
+7
2008-12-20
Date: Sat, 20 Dec 2008 23:25:19 +0100
Sam Lantinga
1
-7
/
+7
2008-12-20
Placeholder for line drawing algorithm (current code doesn't work)
Sam Lantinga
1
-3
/
+70
2008-12-20
Added stubs for software implementations of blending fills and line drawing
Sam Lantinga
1
-0
/
+48