summaryrefslogtreecommitdiff
path: root/gfx/gl/glTexture.cpp
Commit message (Collapse)AuthorAge
* Specialise glTexture::savePositionDan Goodliffe23 hours
| | | | | Normalises the range of position information into the range 0-255 so the resulting image is remotely useful.
* Move all low level texture operations to DSA helpers in glTextureDan Goodliffe43 hours
|
* Wrap up some low level texture operations in glTexture classDan Goodliffe8 days
Fixes previously hard coded billboard texture size.