mesa: Add ARB_shader_image_load_store to the extension table.
[mesa.git] / src / mesa / main / texstorage.c
2013-12-13 Courtney Goeltzenl... mesa: Update TexStorage to support ARB_texture_view
2013-12-13 Courtney Goeltzenl... mesa: consolidate multiple next_mipmap_level_size
2013-12-05 Ian Romanickmesa: Use a single enable for GL_EXT_texture_array...
2013-11-18 Courtney Goeltzenl... mesa: Add API debug logging to TexStorage
2013-07-31 Mikko Juolamesa: fix proxy textures becoming immutable and unusable
2013-07-31 Mikko Juolamesa: fix proxy textures not working with default textu...
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-21 Eric Anholtmesa: Generalize TexStorage allocator between swrast...
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-03-31 Chris Forbesmesa: extract _mesa_is_legal_tex_storage_format helper
2013-03-21 Matt Turnermesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.
2012-11-12 Marek Olšákmesa: fix error checking of TexStorage(levels) for...
2012-11-08 Dave Airliemesa: add fbo/texture support for ARB_texture_cube_map_...
2012-11-06 Brian Paulmesa: silence MSVC signed/unsigned warning in texstorage.c
2012-10-29 Brian Paulmesa: silence MSVC signed/unsigned comparison warning...
2012-09-18 Brian Paulmesa: move/fix levels check for glTexStorage()
2012-09-18 Brian Paulmesa: rewrite glTexStorage() code
2012-09-18 Brian Paulmesa: rework texture size error checking
2012-09-11 Brian Paulmesa: fix proxy texture error handling in glTexStorage()
2012-09-11 Brian Paulmesa: do internal format error checking for glTexStorage()
2012-08-24 Brian Paulmesa: new _mesa_num_tex_faces() helper
2012-01-04 Brian Paulmesa: remove unused _mesa_init_teximage_fields() target...
2011-10-31 Brian Paulmesa: implement new functions for GL_ARB_texture_storage