summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mipmap.c
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: use ctx->Driver.AllocTextureImageBuffer() to alloc texture memoryBrian Paul2011-09-171-9/+7
* mesa: move _mesa_update_fetch_functions() calls into swrastBrian Paul2011-09-171-4/+0
* mesa: use ctx->Driver.GetTexImage() to decompress base texture imageBrian Paul2011-09-081-42/+43
* mesa: Don't check for image->Data when freeing an image's contents.Eric Anholt2011-08-291-2/+1
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-291-1/+1
* mesa: implement generatemipmap for GL_FLOAT_32_UNSIGNED_INT_24_8_REVMarek Olšák2011-07-101-0/+20
* mesa: Switch generate_mipmaps_compressed() to using TexImage2D to upload.Eric Anholt2011-06-141-66/+38
* mesa: Remove uncompressed code from generate_mipmaps_compressed().Eric Anholt2011-06-141-100/+77
* mesa: Remove compressed code from generate_mipmaps_uncompressed().Eric Anholt2011-06-141-114/+4
* mesa: Split _mesa_generate_mipmap along compressed/uncompressed lines.Eric Anholt2011-06-141-26/+225
* mesa: implement EXT_packed_floatMarek Olšák2011-04-291-0/+47
* mesa, util: move RGB9E5 conversion functions to gallium/utilMarek Olšák2011-04-291-1/+1
* mesa: implement EXT_texture_shared_exponentMarek Olšák2011-04-291-0/+49
* mesa: implement generate-mipmap fallback for RGB10_A2Marek Olšák2011-04-251-0/+80
* mesa: Don't assert on the compressed convertformat for GenerateMipmaps.Eric Anholt2011-04-231-1/+0
* mesa: add EXT_texture_compression_latcMarek Olšák2011-03-081-2/+7
* rgtc: fixup mipmap generationDave Airlie2011-03-021-2/+7
* mesa: fix texture3D mipmap generation for UNSIGNED_BYTE_3_3_2 and 4_4Marek Olšák2011-02-161-2/+2
* mesa: fix mipmap generation for MESA_FORMAT_AL44Marek Olšák2011-02-161-0/+50
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul2010-11-181-2/+2
* mesa: handle more pixel types in mipmap generation codeBrian Paul2010-11-111-0/+166
* mesa: Add missing else in do_row_3DBrian Rogers2010-10-181-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* mesa/mipmap: fix warning since 1acadebd6270d3604b026842b8a21360968618a0Dave Airlie2010-09-251-1/+1
* mesa: Fix type typo in glGenerateMipmap handling of GL_UNSIGNED_INT data.Eric Anholt2010-09-241-1/+1
* mesa: fix out of bounds memory read in mipmap gen codeBrian Paul2010-09-011-5/+12
* mesa: simplify some code in _mesa_generate_mipmap()Brian Paul2010-04-231-19/+10
* 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
|/