summaryrefslogtreecommitdiff
path: root/src/mesa/main/mipmap.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-05mesa: remove unused ctx parameter for _mesa_select_tex_image()Brian Paul1-3/+3
2014-08-12mesa/main: Modify generate_mipmap_compressed to cope with float texturesNeil Roberts1-5/+8
2014-03-21mesa: fix software fallback for generating mipmaps for 3D texturesMarek Olšák1-21/+16
2014-03-21mesa: fix software fallback for generating mipmaps for cube arraysMarek Olšák1-2/+5
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-2/+2
2013-12-13mesa: consolidate multiple next_mipmap_level_sizeCourtney Goeltzenleuchter1-4/+4
2013-07-31mesa: improve free() cleanup in generate_mipmap_compressed()Brian Paul1-10/+7
2013-07-24mesa: implement mipmap generation for compressed 2D array texturesBrian Paul1-16/+43
2013-07-12mesa: s/GLint/GLuint/ to fix MSVC warnings in mipmap.cBrian Paul1-2/+2
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-4/+4
2012-08-24mesa: new _mesa_num_tex_faces() helperBrian Paul1-1/+2
2012-08-12mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen1-2/+1
2012-07-24mesa: move more format helper functions to glformats.cBrian Paul1-0/+1
2012-06-06mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul1-4/+4
2012-03-26mesa: Fix memory leak in generate_mipmap_compressed.Vinson Lee1-0/+1
2012-02-02mesa: Fix copy-and-paste bug in do_row_3DIan Romanick1-3/+3
2012-01-12mesa: remove incorrect (float) cast in mipmap do_row()Brian Paul1-1/+1
2012-01-04mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul1-1/+1
2011-12-30mesa: simplify Driver.TexSubImage() parametersBrian Paul1-3/+2
2011-12-16mesa: new _mesa_prepare_mipmap_level() function for mipmap generationBrian Paul1-33/+95
2011-12-02mesa: fix potential mem leak in generate_mipmap_compressed()Brian Paul1-0/+1
2011-11-28mesa: handle MapTextureImage() failures in mipmap generation codeBrian Paul1-24/+57
2011-11-03mesa: add support for GL_OES_EGL_image_externalChia-I Wu1-0/+1
2011-10-07mesa: fix software mipmap generation code for packed Z/stencil formatsBrian Paul1-1/+37
2011-10-05mesa: remove unused _mesa_rescale_teximage2d() functionBrian Paul1-75/+0
2011-10-05mesa: remove unused gl_texture_image::DriverData fieldBrian Paul1-1/+0
2011-10-03mesa: Reuse existing make_2d_mipmap for 2D array generation.Eric Anholt1-99/+5
2011-10-03mesa: Make the uncompressed sw mipmap gen path do a Map per 1D array slice.Eric Anholt1-44/+17
2011-10-03mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.Brian Paul1-122/+148
2011-09-30mesa: simplify parameters to GetTexImage() driver hookBrian Paul1-2/+3
2011-09-26mesa: fix indentation in mipmap.c (3 spaces)Brian Paul1-2/+2
2011-09-20mesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.cBrian Paul1-34/+0
2011-09-20mesa: s/GLchan/GLubyte/ in mipmap generation codeBrian Paul1-3/+3
2011-09-17mesa: use ctx->Driver.AllocTextureImageBuffer() to alloc texture memoryBrian Paul1-9/+7
2011-09-17mesa: move _mesa_update_fetch_functions() calls into swrastBrian Paul1-4/+0
2011-09-08mesa: use ctx->Driver.GetTexImage() to decompress base texture imageBrian Paul1-42/+43
2011-08-29mesa: Don't check for image->Data when freeing an image's contents.Eric Anholt1-2/+1
2011-08-29mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt1-1/+1
2011-07-10mesa: implement generatemipmap for GL_FLOAT_32_UNSIGNED_INT_24_8_REVMarek Olšák1-0/+20
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