summaryrefslogtreecommitdiff
path: root/src/mesa/main/mipmap.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-23mesa: simplify some code in _mesa_generate_mipmap()Brian Paul1-19/+10
2010-03-04mesa: Add asserts to check inputs to memcpy.Vinson Lee1-0/+2
2010-03-02mesa: Add asserts to check inputs to memcpy.Vinson Lee1-0/+2
2010-02-27mesa: Add asserts to check inputs to memcpy.Vinson Lee1-0/+3
2010-02-27mesa: Add assert to check input to memcpy is not null.Vinson Lee1-0/+1
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-1/+1
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-5/+5
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul1-20/+20
2010-01-18mesa: Remove unnecessary header from mipmap.c.Vinson Lee1-1/+0
2009-10-28Merge branch 'texformat-rework'Brian Paul1-40/+38
2009-10-25mesa: begin removing _mesa_compressed_row_stride() callsBrian Paul1-1/+1
2009-10-24mesa: change compressed texture size callsBrian Paul1-5/+3
2009-10-05mesa: move _mesa_format_to_type_and_comps() to formats.cBrian Paul1-1/+0
2009-10-05Use _mesa_select_tex_image() rather than hardcoding face 0.Michel Dänzer1-2/+1
2009-10-01mesa: removed gl_texture_image::CompressedSize fieldBrian Paul1-12/+11
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul1-6/+5
2009-10-01mesa: fix memory leak when generating mipmaps for compressed texturesBrian Paul1-6/+10
2009-09-30mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul1-2/+2
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-4/+4
2009-09-28mesa: use _mesa_texstore()Brian Paul1-12/+9
2009-09-27mesa: change _mesa_format_to_type_and_comps() format parameter typeBrian Paul1-5/+5
2009-09-27mesa: use _mesa_get_format_bytes()Brian Paul1-1/+2
2009-09-27mesa: use _mesa_get_texstore_func()Brian Paul1-9/+15
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul1-3/+0
2009-06-19Always free image offsets memory when re-initializing texture image fields.Michel Dänzer1-3/+0
2009-05-18Merge branch 'mesa_7_5_branch'Brian Paul1-0/+3
2009-05-18mesa: comments for _mesa_generate_mipmap_level()Brian Paul1-0/+3
2009-05-11mesa: updated comments for _mesa_generate_mipmap()Brian Paul1-2/+5
2009-03-31fix ugly copy/paste error in mipmap generation codeRoland Scheidegger1-1/+1
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger1-11/+100
2009-03-17mesa: update/fix doxygen commentsVinson Lee1-1/+1
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-2/+12
2009-01-06mesa: Fix the size per pixel for packed pixel format data type.Xiang, Haihao1-1/+5
2008-12-19Add do_row_3d for mipmapping 3D texturesIan Romanick1-21/+444
2008-12-19Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REVIan Romanick1-1/+1
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca1-1/+1
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-05-09Remove 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