Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: implement new functions for GL_ARB_texture_storage | Brian Paul | 2011-10-31 | 1 | -0/+61 |
This is the glTexStorage1D/2D/3D() functions. Basically do error checking then call the driver hook to actually allocate memory. |