aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_gen_mipmap.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: invalidate readpixels cacheNicolai Hähnle2016-06-211-0/+1
* st/mesa: flush bitmap cache before texture functionsNicolai Hähnle2016-06-211-0/+3
* st/mesa: simplify st_generate_mipmap()Brian Paul2016-03-291-78/+24
* st/mesa: use surface format to generate mipmaps when availableIlia Mirkin2016-01-141-2/+8
* gallium/st: add pipe_context::generate_mipmap()Charmaine Lee2016-01-141-5/+12
* st/mesa: fix mipmap generation for immutable textures with incomplete pyramidsNicolai Hähnle2015-10-291-32/+36
* st/mesa: use pipe_sampler_view_release for releasing sampler viewsMarek Olšák2014-10-161-1/+1
* gallium/u_gen_mipmap: rewrite using pipe->blit (v2)Marek Olšák2014-04-101-62/+11
* st/mesa: improve sampler view handlingChristian König2014-04-041-1/+1
* st/mesa: fix generating mipmaps for cube arraysMarek Olšák2014-03-211-1/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* st/mesa: add casts to silence MSVC warningsBrian Paul2013-06-261-1/+1
* st/mesa: add support for ARB_texture_multisample (v3)Dave Airlie2013-04-111-0/+1
* gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák2012-12-121-9/+0
* st/mesa: fix computation of last_level in GenerateMipmapMarek Olšák2012-11-121-21/+7
* st/mesa: fix mipmap image size computation w.r.t. texture arraysBrian Paul2012-03-231-3/+15
* st/mesa: use private pipe_sampler_view in st_render_mipmap()Brian Paul2012-02-151-3/+7
* mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul2012-01-041-1/+1
* mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.Brian Paul2011-10-031-204/+1
* 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
* st/mesa: remove st_texture_image::face,level fieldsBrian Paul2011-08-241-1/+0
* st/mesa: GenerateMipmap should not be killed by conditional renderingMarek Olšák2011-05-301-0/+9
* st/mesa: simplify some st_context(ctx)->pipe codeBrian Paul2011-05-251-2/+2
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-1/+1
* st/mesa: cleanup checking for signed compressed formats in generate_mipmapsMarek Olšák2011-03-081-8/+4
* st/mesa: add LATC and 3DC supportMarek Olšák2011-03-081-1/+3
* mesa/st: fix softpipe npot compressed mipmaps.Dave Airlie2011-03-021-2/+2
* mesa/st: fix generate mipmap for signed compressed formats.Dave Airlie2011-03-021-32/+63
* st/mesa: fix mipmap generation for non-POW texturesBrian Paul2011-02-211-7/+7
* st/mesa: fix compressed mipmap generation.Dave Airlie2011-02-151-6/+4
* st/mesa: pass layers param to st_texture_create()Brian Paul2011-01-281-0/+1
* st/mesa: fix mipmap generation bugBrian Paul2010-12-061-0/+6
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-14/+21
* st/mesa: Remove unnecessary headers.Vinson Lee2010-11-201-1/+0
* mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul2010-11-181-3/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-2/+6
|\
| * mesa/st: adapt to interface changesRoland Scheidegger2010-05-171-1/+5
* | mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca2010-05-111-3/+3
* | st/mesa: fix compressed mipmap generation for small image sizesBrian Paul2010-05-061-2/+24
* | st/mesa: fix bug in compute_num_levels()Brian Paul2010-05-061-5/+7
|/
* st/mesa: remove unused needFlush parameter to st_finalize_texture()Brian Paul2010-05-031-2/+1
* st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium texturesBrian Paul2010-04-301-3/+3
* Merge branch '7.8'Brian Paul2010-04-281-1/+3
|\
| * st/mesa: fill in stImage->level in st_generate_mipmap()Brian Paul2010-04-281-1/+3
* | st/mesa: fix strides in (de)compress_image() functionsBrian Paul2010-04-271-14/+2
* | st/mesa: checkpoint WIP: mipmap generation for compressed texturesBrian Paul2010-04-231-10/+102
* | st/mesa: minor improvements in fallback_generate_mipmap()Brian Paul2010-04-231-10/+11
* | st/mesa: remove unneeded #includes and add/update commentsBrian Paul2010-04-231-9/+7