summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mipmap.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-05-311-1/+1
* gallium: take pitch/stride into account in mipmap generationBrian2008-02-111-32/+53
* code refactoring, new next_mipmap_level_size() functionBrian2008-02-111-25/+50
* refactor code, export _mesa_generate_mipmap_level()Brian2008-02-111-42/+56
* move _mesa_format_to_type_and_comps() to texformat.cBrian2008-02-111-167/+1
* reorder cases in do_row()Brian2008-02-111-168/+173
* re-indent do_row()Brian2008-02-111-306/+288
* checkpoint- consolidation in do_row()Brian2008-02-111-26/+16
* checkpoint- remove dependencies on gl_texture_format to make code re-usable b...Brian2008-02-111-158/+266
* Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian2008-02-081-1/+0
* 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