Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-25 | Switch from 32-bit floats to 16-bit half-floats. | Corbin Simpson | |
Massive bandwidth savings, or so I'm told. Yay? | |||
2008-08-25 | Change floats to uint32_t hex. | Corbin Simpson | |
Useful for moving to 16-bit half-floats. | |||
2008-08-25 | Remove uneeded negations. | Dennis Kasprzyk | |
2008-08-25 | Update bicubic tables. | Corbin Simpson | |
Now including the 2048x1 texture as well. | |||
2008-08-25 | Fixed typos in the bicubic texture tables. Whoops, looks like I'm still asleep. | Corbin Simpson | |
2008-08-25 | Add bicubic texture table, as well as the script used to (re)generate it. To ↵ | Corbin Simpson | |
regenerate, just run "python bicubic_table.py > bicubic_table.h". |