r600g: pad the DMA CS to a multiple of 8 dwords
[mesa.git] / src / mesa / main / texstorage.c
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