mesa/glsl: introduce a remap table for uniform locations
[mesa.git] / src / mesa / main / textureview.c
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