summaryrefslogtreecommitdiff
path: root/src/bicubic_table.py
AgeCommit message (Collapse)AuthorFilesLines
2008-08-25Switch from 32-bit floats to 16-bit half-floats.Corbin Simpson1-2/+29
Massive bandwidth savings, or so I'm told. Yay?
2008-08-25Change floats to uint32_t hex.Corbin Simpson1-3/+5
Useful for moving to 16-bit half-floats.
2008-08-25Remove uneeded negations.Dennis Kasprzyk1-1/+1
2008-08-25Update bicubic tables.Corbin Simpson1-8/+13
Now including the 2048x1 texture as well.
2008-08-25Fixed typos in the bicubic texture tables. Whoops, looks like I'm still asleep.Corbin Simpson1-2/+2
2008-08-25Add bicubic texture table, as well as the script used to (re)generate it. To ↵Corbin Simpson1-0/+38
regenerate, just run "python bicubic_table.py > bicubic_table.h".