summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mipmap.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add asserts to check inputs to memcpy.Vinson Lee2010-03-041-0/+2
* mesa: Add asserts to check inputs to memcpy.Vinson Lee2010-03-021-0/+2
* mesa: Add asserts to check inputs to memcpy.Vinson Lee2010-02-271-0/+3
* mesa: Add assert to check input to memcpy is not null.Vinson Lee2010-02-271-0/+1
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-5/+5
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-20/+20
* mesa: Remove unnecessary header from mipmap.c.Vinson Lee2010-01-181-1/+0
* Merge branch 'texformat-rework'Brian Paul2009-10-281-40/+38
|\
| * mesa: begin removing _mesa_compressed_row_stride() callsBrian Paul2009-10-251-1/+1
| * mesa: change compressed texture size callsBrian Paul2009-10-241-5/+3
| * mesa: move _mesa_format_to_type_and_comps() to formats.cBrian Paul2009-10-051-1/+0
| * mesa: removed gl_texture_image::CompressedSize fieldBrian Paul2009-10-011-12/+11
| * mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-011-6/+5
| * mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul2009-09-301-2/+2
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-4/+4
| * mesa: use _mesa_texstore()Brian Paul2009-09-281-12/+9
| * mesa: change _mesa_format_to_type_and_comps() format parameter typeBrian Paul2009-09-271-5/+5
| * mesa: use _mesa_get_format_bytes()Brian Paul2009-09-271-1/+2
| * mesa: use _mesa_get_texstore_func()Brian Paul2009-09-271-9/+15
* | Use _mesa_select_tex_image() rather than hardcoding face 0.Michel Dänzer2009-10-051-2/+1
* | mesa: fix memory leak when generating mipmaps for compressed texturesBrian Paul2009-10-011-6/+10
|/
* Merge branch 'mesa_7_5_branch'Brian Paul2009-06-241-3/+0
|\
| * Always free image offsets memory when re-initializing texture image fields.Michel Dänzer2009-06-191-3/+0
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-181-0/+3
|\ \ | |/
| * mesa: comments for _mesa_generate_mipmap_level()Brian Paul2009-05-181-0/+3
* | mesa: updated comments for _mesa_generate_mipmap()Brian Paul2009-05-111-2/+5
|/
* fix ugly copy/paste error in mipmap generation codeRoland Scheidegger2009-03-311-1/+1
* mesa: add new signed rgba texture formatRoland Scheidegger2009-03-281-11/+100
* mesa: update/fix doxygen commentsVinson Lee2009-03-171-1/+1
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-2/+12
* mesa: Fix the size per pixel for packed pixel format data type.Xiang, Haihao2009-01-061-1/+5
* Add do_row_3d for mipmapping 3D texturesIan Romanick2008-12-191-21/+444
* Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REVIan Romanick2008-12-191-1/+1
* mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-09-231-1/+1
* code refactoring, new next_mipmap_level_size() functionBrian2008-09-211-26/+51
* refactor code, export _mesa_generate_mipmap_level()Brian2008-09-211-47/+70
* move _mesa_format_to_type_and_comps() to texformat.cBrian2008-09-211-167/+1
* mesa: pull in mipmap.c changes from gallium-0.2Keith Whitwell2008-09-211-438/+523
* Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian2008-05-091-1/+0
* [intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt2007-12-201-39/+45
* some fixes for compressed cube maps (bug 11986)Brian2007-08-181-3/+4
* 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