summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/textureview.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: force height of 1D textures to be 1 in texture viewsIlia Mirkin2014-09-011-0/+3
* mesa: Add GL API support for ARB_copy_imageJason Ekstrand2014-08-111-19/+17
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* mesa: fix texture view use of _mesa_get_tex_image()Chris Forbes2013-12-141-2/+7
* mesa: s/uint/GLuint/ to fix MSVC errorBrian Paul2013-12-131-1/+1
* mesa: add texture_view helper function for TexStorageCourtney Goeltzenleuchter2013-12-131-0/+61
* mesa: Fill out ARB_texture_view entry pointsCourtney Goeltzenleuchter2013-12-131-1/+538
* mesa: Add API definitions for ARB_texture_viewCourtney Goeltzenleuchter2013-12-131-0/+65