summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mipmap.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.cBrian Paul2011-09-201-6/+0
| | | | Was used by no other code.
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
|
* code refactoring, new next_mipmap_level_size() functionBrian2008-09-211-1/+3
| | | | (cherry picked from commit c22d9152e33792ea58426c53bc9b96bf552b0b44)
* refactor code, export _mesa_generate_mipmap_level()Brian2008-09-211-0/+11
|
* Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian2008-05-091-1/+0
| | | | (cherry picked from commit c3395f4473c8fdf75d04c0dd72e687bc8d8127a7)
* Move mipmap generation functions, texture scaling functions into newBrian Paul2006-09-291-0/+52
mipmap.c file.