summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mipmap.c
Commit message (Expand)AuthorAgeFilesLines
* util: Move format_r11g11b10f.h to src/utilJason Ekstrand2016-08-051-1/+1
* util: Move format_rgb9e5.h to src/utilJason Ekstrand2016-08-051-1/+1
* mesa: add proxy texture targets in _mesa_next_mipmap_level_size()Brian Paul2016-07-151-3/+6
* mesa: make _mesa_prepare_mipmap_level() staticBrian Paul2016-03-291-8/+8
* mesa: new _mesa_prepare_mipmap_levels() function for mipmap generationBrian Paul2016-03-291-31/+57
* mesa: simplify some code with new _mesa_cube_face_target() functionBrian Paul2016-02-121-6/+1
* mesa: remove _ARB suffix from cube map enumsBrian Paul2016-02-121-7/+7
* glsl: move half<->float convertion to utilRob Clark2015-10-161-0/+1
* mesa: fix mipmap generation for immutable, compressed texturesRoland Scheidegger2015-09-251-21/+15
* mesa/formats: only do type and component lookup for uncompressed formatsNanley Chery2015-08-241-1/+1
* mesa: replace Driver.GetTexImage with GetTexSubImage()Brian Paul2015-07-211-3/+6
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-10/+10
* mesa: Fix some signed-unsigned comparison warningsJan Vesely2015-01-211-1/+1
* mesa: remove unused ctx parameter for _mesa_select_tex_image()Brian Paul2015-01-051-3/+3
* mesa/main: Modify generate_mipmap_compressed to cope with float texturesNeil Roberts2014-08-121-5/+8
* mesa: fix software fallback for generating mipmaps for 3D texturesMarek Olšák2014-03-211-21/+16
* mesa: fix software fallback for generating mipmaps for cube arraysMarek Olšák2014-03-211-2/+5
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* mesa: consolidate multiple next_mipmap_level_sizeCourtney Goeltzenleuchter2013-12-131-4/+4
* mesa: improve free() cleanup in generate_mipmap_compressed()Brian Paul2013-07-311-10/+7
* mesa: implement mipmap generation for compressed 2D array texturesBrian Paul2013-07-241-16/+43
* mesa: s/GLint/GLuint/ to fix MSVC warnings in mipmap.cBrian Paul2013-07-121-2/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-4/+4
* mesa: new _mesa_num_tex_faces() helperBrian Paul2012-08-241-1/+2
* mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen2012-08-121-2/+1
* 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