summaryrefslogtreecommitdiff
path: root/sdl2/surface.scm
Commit message (Expand)AuthorAgeFilesLines
* surface: Add SDL_FillRect binding.David Thompson2019-01-081-1/+12
* surface: Add SDL_BlitScaled binding.David Thompson2019-01-081-1/+16
* surface: Add SDL_BlitSurface binding.David Thompson2019-01-071-1/+16
* surface: Export pixel-format-name.David Thompson2017-03-291-0/+1
* surface: Parse SDL_PixelFormat, SDL_Palette, and SDL_Color structs.David Thompson2017-03-281-2/+199
* surface: Add SDL_CreateRGBSurfaceFrom binding.David Thompson2016-12-161-0/+20
* surface: Add SDL_CreateRGBSurface binding.David Thompson2016-12-161-1/+18
* surface: Fix SDL_Surface struct parsing.David Thompson2016-01-011-19/+22
* surface: Fix convert-surface-format.David Thompson2015-12-221-1/+1
* surface: Add binding for SDL_ConvertSurfaceFormat.David Thompson2015-12-221-1/+89
* surface: Add useful selectors.David Thompson2015-12-201-1/+45
* surface: Fix argument name in record type printer.David Thompson2015-12-171-2/+2
* Add a few surface bindings.David Thompson2015-12-131-0/+66