Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: new _mesa_num_tex_faces() helper | Brian Paul | 2012-08-24 | 1 | -2/+3 |
| | | | | | Not a real big help now, but will be useful for the GL_ARB_texture_cube_map_array extension in the future. | ||||
* | mesa: remove unused _mesa_init_teximage_fields() target parameter | Brian Paul | 2012-01-04 | 1 | -3/+3 |
| | | | | | Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Yuanhan Liu <[email protected]> | ||||
* | mesa: implement new functions for GL_ARB_texture_storage | Brian Paul | 2011-10-31 | 1 | -0/+402 |
This is the glTexStorage1D/2D/3D() functions. Basically do error checking then call the driver hook to actually allocate memory. |