summaryrefslogtreecommitdiff
path: root/src/video/SDL_drawline.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-15Fixed building under Visual StudioSam Lantinga1-1/+15
2009-12-23Added SDL_RenderClear() as a fast method of clearing the screen to the drawin...Sam Lantinga1-44/+123
2009-12-18Added SDL_DrawRect(), SDL_DrawRects(), SDL_BlendRect() and SDL_BlendRects()Sam Lantinga1-6/+6
2009-12-09Added interfaces for batch drawing of points, lines and rects:Sam Lantinga1-1/+58
2008-12-23Fixed argument order to the line clipping routineSam Lantinga1-1/+1
2008-12-23Added line clippingSam Lantinga1-5/+3
2008-12-21Added RenderPiont() APISam Lantinga1-9/+4
2008-12-21Make it possible to switch algorithms in the futureSam Lantinga1-3/+3
2008-12-21Share code between fill and line drawingSam Lantinga1-57/+7
2008-12-20Date: Sat, 20 Dec 2008 23:25:19 +0100Sam Lantinga1-7/+7
2008-12-20Placeholder for line drawing algorithm (current code doesn't work)Sam Lantinga1-3/+70
2008-12-20Added stubs for software implementations of blending fills and line drawingSam Lantinga1-0/+48