summaryrefslogtreecommitdiff
path: root/src/mesa/main/mipmap.h
AgeCommit message (Collapse)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2008-09-21code refactoring, new next_mipmap_level_size() functionBrian
(cherry picked from commit c22d9152e33792ea58426c53bc9b96bf552b0b44)
2008-09-21refactor code, export _mesa_generate_mipmap_level()Brian
2008-05-09Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian
(cherry picked from commit c3395f4473c8fdf75d04c0dd72e687bc8d8127a7)
2006-09-29Move mipmap generation functions, texture scaling functions into newBrian Paul
mipmap.c file.