Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: const-qualify _mesa_is_legal_tex_storage_format ctx param | Brian Paul | 2015-09-22 | 1 | -1/+2 |
* | mesa: expose dimension check for glTex*Storage functions | Tapani Pälli | 2015-08-19 | 1 | -0/+21 |
* | main: Added entry points for glTextureStorage*D. | Laura Ekstrand | 2015-01-08 | 1 | -0/+31 |
* | main: Changed _mesa_alloc_texture_storage to _mesa_AllocTextureStorage_sw. | Laura Ekstrand | 2015-01-08 | 1 | -4/+4 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Generalize TexStorage allocator between swrast and intel. | Eric Anholt | 2013-04-21 | 1 | -0/+5 |
* | mesa: extract _mesa_is_legal_tex_storage_format helper | Chris Forbes | 2013-03-31 | 1 | -0/+3 |
* | mesa: implement new functions for GL_ARB_texture_storage | Brian Paul | 2011-10-31 | 1 | -0/+61 |