summaryrefslogtreecommitdiff
path: root/src/mesa/main/mipmap.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-14mesa: Switch generate_mipmaps_compressed() to using TexImage2D to upload.Eric Anholt1-66/+38
2011-06-14mesa: Remove uncompressed code from generate_mipmaps_compressed().Eric Anholt1-100/+77
2011-06-14mesa: Remove compressed code from generate_mipmaps_uncompressed().Eric Anholt1-114/+4
2011-06-14mesa: Split _mesa_generate_mipmap along compressed/uncompressed lines.Eric Anholt1-26/+225
2011-04-29mesa: implement EXT_packed_floatMarek Olšák1-0/+47
2011-04-29mesa, util: move RGB9E5 conversion functions to gallium/utilMarek Olšák1-1/+1
2011-04-29mesa: implement EXT_texture_shared_exponentMarek Olšák1-0/+49
2011-04-25mesa: implement generate-mipmap fallback for RGB10_A2Marek Olšák1-0/+80
2011-04-23mesa: Don't assert on the compressed convertformat for GenerateMipmaps.Eric Anholt1-1/+0
2011-03-08mesa: add EXT_texture_compression_latcMarek Olšák1-2/+7
2011-03-02rgtc: fixup mipmap generationDave Airlie1-2/+7
2011-02-16mesa: fix texture3D mipmap generation for UNSIGNED_BYTE_3_3_2 and 4_4Marek Olšák1-2/+2
2011-02-16mesa: fix mipmap generation for MESA_FORMAT_AL44Marek Olšák1-0/+50
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul1-2/+2
2010-11-11mesa: handle more pixel types in mipmap generation codeBrian Paul1-0/+166
2010-10-18mesa: Add missing else in do_row_3DBrian Rogers1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-09-25mesa/mipmap: fix warning since 1acadebd6270d3604b026842b8a21360968618a0Dave Airlie1-1/+1
2010-09-24mesa: Fix type typo in glGenerateMipmap handling of GL_UNSIGNED_INT data.Eric Anholt1-1/+1
2010-09-01mesa: fix out of bounds memory read in mipmap gen codeBrian Paul1-5/+12
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