mesa: Recompute LegalTypesMask if the GL API has changed
[mesa.git] / src / mesa / main / textureview.c
2014-09-01 Ilia Mirkinmesa: force height of 1D textures to be 1 in texture...
2014-08-11 Jason Ekstrandmesa: Add GL API support for ARB_copy_image
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2013-12-14 Chris Forbesmesa: fix texture view use of _mesa_get_tex_image()
2013-12-13 Brian Paulmesa: s/uint/GLuint/ to fix MSVC error
2013-12-13 Courtney Goeltzenl... mesa: add texture_view helper function for TexStorage
2013-12-13 Courtney Goeltzenl... mesa: Fill out ARB_texture_view entry points
2013-12-13 Courtney Goeltzenl... mesa: Add API definitions for ARB_texture_view