summaryrefslogtreecommitdiff
path: root/src/mesa/main/mipmap.c
AgeCommit message (Collapse)Author
2007-05-17make srcPtr param to make_1d_stack_mipmap() constBrian
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick
Shadow sampling from texture arrays is still not implemented. Everything else should be there, though.
2007-02-05fix mem leakPanagiotis Papadakos
2006-11-01update _mesa_select_tex_image() and _mesa_get_tex_image()Brian Paul
2006-09-29Move mipmap generation functions, texture scaling functions into newBrian Paul
mipmap.c file.