summaryrefslogtreecommitdiff
path: root/src/mesa/main/mipmap.c
AgeCommit message (Expand)Author
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-19Always free image offsets memory when re-initializing texture image fields.Michel Dänzer
2009-05-18Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-18mesa: comments for _mesa_generate_mipmap_level()Brian Paul
2009-05-11mesa: updated comments for _mesa_generate_mipmap()Brian Paul
2009-03-31fix ugly copy/paste error in mipmap generation codeRoland Scheidegger
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger
2009-03-17mesa: update/fix doxygen commentsVinson Lee
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger
2009-01-06mesa: Fix the size per pixel for packed pixel format data type.Xiang, Haihao
2008-12-19Add do_row_3d for mipmapping 3D texturesIan Romanick
2008-12-19Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REVIan Romanick
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
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-05-09Remove 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