aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texstorage.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: implement new functions for GL_ARB_texture_storageBrian Paul2011-10-311-0/+61
This is the glTexStorage1D/2D/3D() functions. Basically do error checking then call the driver hook to actually allocate memory.