| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Update TexStorage to support ARB_texture_view | Courtney Goeltzenleuchter | 2013-12-13 | 1 | -2/+3 |
* | mesa: consolidate multiple next_mipmap_level_size | Courtney Goeltzenleuchter | 2013-12-13 | 1 | -22/+3 |
* | mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_array | Ian Romanick | 2013-12-04 | 1 | -4/+2 |
* | mesa: Add API debug logging to TexStorage | Courtney Goeltzenleuchter | 2013-11-17 | 1 | -0/+7 |
* | mesa: fix proxy textures becoming immutable and unusable | Mikko Juola | 2013-07-31 | 1 | -1/+1 |
* | mesa: fix proxy textures not working with default texture binding | Mikko Juola | 2013-07-31 | 1 | -1/+1 |
* | 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/+30 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: extract _mesa_is_legal_tex_storage_format helper | Chris Forbes | 2013-03-31 | 1 | -17/+20 |
* | mesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0. | Matt Turner | 2013-03-21 | 1 | -0/+1 |
* | mesa: fix error checking of TexStorage(levels) for array and rect textures | Marek Olšák | 2012-11-12 | 1 | -3/+1 |
* | mesa: add fbo/texture support for ARB_texture_cube_map_array (v2) | Dave Airlie | 2012-11-09 | 1 | -0/+3 |
* | mesa: silence MSVC signed/unsigned warning in texstorage.c | Brian Paul | 2012-11-06 | 1 | -1/+1 |
* | mesa: silence MSVC signed/unsigned comparison warning in texstorage.c | Brian Paul | 2012-10-29 | 1 | -1/+1 |
* | mesa: move/fix levels check for glTexStorage() | Brian Paul | 2012-09-17 | 1 | -8/+8 |
* | mesa: rewrite glTexStorage() code | Brian Paul | 2012-09-17 | 1 | -74/+79 |
* | mesa: rework texture size error checking | Brian Paul | 2012-09-17 | 1 | -10/+11 |
* | mesa: fix proxy texture error handling in glTexStorage() | Brian Paul | 2012-09-11 | 1 | -37/+41 |
* | mesa: do internal format error checking for glTexStorage() | Brian Paul | 2012-09-11 | 1 | -0/+48 |
* | mesa: new _mesa_num_tex_faces() helper | Brian Paul | 2012-08-24 | 1 | -2/+3 |
* | mesa: remove unused _mesa_init_teximage_fields() target parameter | Brian Paul | 2012-01-04 | 1 | -3/+3 |
* | mesa: implement new functions for GL_ARB_texture_storage | Brian Paul | 2011-10-31 | 1 | -0/+402 |