aboutsummaryrefslogtreecommitdiff
path: root/src/texture.c
AgeCommit message (Collapse)Author
2015-12-28Remove names from file copyright headersHarry Jeffery
2015-11-28Load still images in the backgroundHarry Jeffery
2015-11-20Remove unnecessary malloc castsHarry Jeffery
2015-11-14Add support for chequered/colored backgroundsHarry Jeffery
2015-11-14Fix PNG transparencyHarry Jeffery
2015-11-12Fix crash 0 when max texture dimensions = 0Harry Jeffery
In software rendering mode SDL sets the maximum dimensions to 0. In this case, switch back to 4096 pixel maximum chunk sizes as a reasonable default.
2015-11-12Relicence imv to GPLv2+Harry Jeffery
2015-11-11Move SDL_RenderClear and SDL_RenderPresent back to mainHarry Jeffery
2015-11-11Update makefile to use a build directoryHarry Jeffery