aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mipmap.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian2008-05-091-1/+0
* [intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt2007-12-201-39/+45
* some fixes for compressed cube maps (bug 11986)Brian2007-08-181-3/+4
* make srcPtr param to make_1d_stack_mipmap() constBrian2007-05-171-1/+1
* Initial implementation of MESA_texture_arrayIan Romanick2007-05-161-3/+145
* fix mem leakPanagiotis Papadakos2007-02-051-0/+3
* update _mesa_select_tex_image() and _mesa_get_tex_image()Brian Paul2006-11-011-2/+2
* Move mipmap generation functions, texture scaling functions into newBrian Paul2006-09-291-0/+1147