summaryrefslogtreecommitdiff
path: root/src/mesa/main/mipmap.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-09Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian1-1/+0
2007-12-20[intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt1-39/+45
2007-08-18some fixes for compressed cube maps (bug 11986)Brian1-3/+4
2007-05-17make srcPtr param to make_1d_stack_mipmap() constBrian1-1/+1
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick1-3/+145
2007-02-05fix mem leakPanagiotis Papadakos1-0/+3
2006-11-01update _mesa_select_tex_image() and _mesa_get_tex_image()Brian Paul1-2/+2
2006-09-29Move mipmap generation functions, texture scaling functions into newBrian Paul1-0/+1147