summaryrefslogtreecommitdiff
path: root/src/mesa/main/mipmap.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell1-71/+65
2008-09-21code refactoring, new next_mipmap_level_size() functionBrian1-26/+51
2008-09-21refactor code, export _mesa_generate_mipmap_level()Brian1-47/+70
2008-09-21move _mesa_format_to_type_and_comps() to texformat.cBrian1-167/+1
2008-09-21mesa: pull in mipmap.c changes from gallium-0.2Keith Whitwell1-438/+523
2008-09-11mesa: fix srcRowStride vs srcRowBytes conflictKeith Whitwell1-45/+45
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-548/+521
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca1-1/+1
2008-05-09Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian1-1/+0
2008-02-11gallium: take pitch/stride into account in mipmap generationBrian1-32/+53
2008-02-11code refactoring, new next_mipmap_level_size() functionBrian1-25/+50
2008-02-11refactor code, export _mesa_generate_mipmap_level()Brian1-42/+56
2008-02-11move _mesa_format_to_type_and_comps() to texformat.cBrian1-167/+1
2008-02-11reorder cases in do_row()Brian1-168/+173
2008-02-11re-indent do_row()Brian1-306/+288
2008-02-11checkpoint- consolidation in do_row()Brian1-26/+16
2008-02-11checkpoint- remove dependencies on gl_texture_format to make code re-usable b...Brian1-158/+266
2008-02-08Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian1-1/+0
2007-12-20[intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt1-39/+45
2007-08-18some fixes for compressed cube maps (bug 11986)Brian1-3/+4
2007-05-17make srcPtr param to make_1d_stack_mipmap() constBrian1-1/+1
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick1-3/+145
2007-02-05fix mem leakPanagiotis Papadakos1-0/+3
2006-11-01update _mesa_select_tex_image() and _mesa_get_tex_image()Brian Paul1-2/+2
2006-09-29Move mipmap generation functions, texture scaling functions into newBrian Paul1-0/+1147