summaryrefslogtreecommitdiff
path: root/src/mesa/main/mipmap.c
AgeCommit message (Expand)Author
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-21code refactoring, new next_mipmap_level_size() functionBrian
2008-09-21refactor code, export _mesa_generate_mipmap_level()Brian
2008-09-21move _mesa_format_to_type_and_comps() to texformat.cBrian
2008-09-21mesa: pull in mipmap.c changes from gallium-0.2Keith Whitwell
2008-09-11mesa: fix srcRowStride vs srcRowBytes conflictKeith Whitwell
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-05-09Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian
2008-02-11gallium: take pitch/stride into account in mipmap generationBrian
2008-02-11code refactoring, new next_mipmap_level_size() functionBrian
2008-02-11refactor code, export _mesa_generate_mipmap_level()Brian
2008-02-11move _mesa_format_to_type_and_comps() to texformat.cBrian
2008-02-11reorder cases in do_row()Brian
2008-02-11re-indent do_row()Brian
2008-02-11checkpoint- consolidation in do_row()Brian
2008-02-11checkpoint- remove dependencies on gl_texture_format to make code re-usable b...Brian
2008-02-08Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian
2007-12-20[intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt
2007-08-18some fixes for compressed cube maps (bug 11986)Brian
2007-05-17make srcPtr param to make_1d_stack_mipmap() constBrian
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick
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