aboutsummaryrefslogtreecommitdiff
path: root/sdl2/render.ha (follow)
Commit message (Expand)AuthorAgeFilesLines
* all: fix build errorsDrew DeVault2023-09-221-7/+7
* Add SDL_CreateTextureFromSurface()francorbacho2023-08-141-0/+11
* added some missing bindingsmateusmd2023-03-161-12/+127
* add SDL_(Un)LockTextureVlad-Stefan Harbuz2022-12-191-0/+13
* Add SDL_CreateTexture, SDL_UpdateTexture wrappersCarlos Une2022-11-071-0/+26
* refactor names from e.g. sdl2::init() to sdl2::SDL_Init()Vlad-Stefan Harbuz2022-02-071-79/+79
* sdl2: add rect drawing functionsDrew DeVault2021-12-151-0/+33
* Add blend modesDrew DeVault2021-12-111-0/+11
* Add SetTextureAlphaMod wrapperDrew DeVault2021-12-111-0/+16
* all: rig up Hare-native error handlingDrew DeVault2021-12-101-28/+64
* Add sdl2::set_texture_color_modDrew DeVault2021-12-091-0/+15
* sdl2::image: initial commitDrew DeVault2021-12-091-0/+16
* Initial work on SDL_renderDrew DeVault2021-12-091-0/+70