summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mipmap.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: move more format helper functions to glformats.cBrian Paul2012-07-241-0/+1
* mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul2012-06-061-4/+4
* mesa: Fix memory leak in generate_mipmap_compressed.Vinson Lee2012-03-261-0/+1
* mesa: Fix copy-and-paste bug in do_row_3DIan Romanick2012-02-021-3/+3
* mesa: remove incorrect (float) cast in mipmap do_row()Brian Paul2012-01-121-1/+1
* mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul2012-01-041-1/+1
* mesa: simplify Driver.TexSubImage() parametersBrian Paul2011-12-301-3/+2
* mesa: new _mesa_prepare_mipmap_level() function for mipmap generationBrian Paul2011-12-161-33/+95
* mesa: fix potential mem leak in generate_mipmap_compressed()Brian Paul2011-12-021-0/+1
* mesa: handle MapTextureImage() failures in mipmap generation codeBrian Paul2011-11-281-24/+57
* mesa: add support for GL_OES_EGL_image_externalChia-I Wu2011-11-031-0/+1
* mesa: fix software mipmap generation code for packed Z/stencil formatsBrian Paul2011-10-071-1/+37
* mesa: remove unused _mesa_rescale_teximage2d() functionBrian Paul2011-10-051-75/+0
* mesa: remove unused gl_texture_image::DriverData fieldBrian Paul2011-10-051-1/+0
* mesa: Reuse existing make_2d_mipmap for 2D array generation.Eric Anholt2011-10-031-99/+5
* mesa: Make the uncompressed sw mipmap gen path do a Map per 1D array slice.Eric Anholt2011-10-031-44/+17
* mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.Brian Paul2011-10-031-122/+148
* mesa: simplify parameters to GetTexImage() driver hookBrian Paul2011-09-301-2/+3
* mesa: fix indentation in mipmap.c (3 spaces)Brian Paul2011-09-261-2/+2
* mesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.cBrian Paul2011-09-201-34/+0
* mesa: s/GLchan/GLubyte/ in mipmap generation codeBrian Paul2011-09-201-3/+3
* 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