summaryrefslogtreecommitdiff
path: root/texture.c
Commit message (Expand)AuthorAgeFilesLines
* texture: clamp the coordinates instead of aborting when out of bounds.rodri10 days1-1/+2
* fix stack overflow, skybox fov sensibility and scene duplication.rodri2024-07-151-6/+19
* fix the geometry glitches when moving things around.rodri2024-07-131-0/+19
* texture nomenclature changes. fb format RGBA → XRGB.rodri2024-07-091-2/+2
* create a new texture interface.rodri2024-07-051-28/+49
* rough color space conversion implementation.rodri2024-07-041-13/+5
* add cubemaps.rodri2024-06-061-0/+102
* make the fshader return a Color instead of a Memimage. clean things up.rodri2024-03-061-5/+11
* add a texture sampler with nearest and bilinear routines.rodri2024-03-061-0/+104