summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_gen_mipmap.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-01st: Add cubeMapFace parameter to st_finalize_texture.Michal Srb1-1/+1
2016-06-21st/mesa: invalidate readpixels cacheNicolai Hähnle1-0/+1
2016-06-21st/mesa: flush bitmap cache before texture functionsNicolai Hähnle1-0/+3
2016-03-29st/mesa: simplify st_generate_mipmap()Brian Paul1-78/+24
2016-01-14st/mesa: use surface format to generate mipmaps when availableIlia Mirkin1-2/+8
2016-01-14gallium/st: add pipe_context::generate_mipmap()Charmaine Lee1-5/+12
2015-10-29st/mesa: fix mipmap generation for immutable textures with incomplete pyramidsNicolai Hähnle1-32/+36
2014-10-16st/mesa: use pipe_sampler_view_release for releasing sampler viewsMarek Olšák1-1/+1
2014-04-10gallium/u_gen_mipmap: rewrite using pipe->blit (v2)Marek Olšák1-62/+11
2014-04-04st/mesa: improve sampler view handlingChristian König1-1/+1
2014-03-21st/mesa: fix generating mipmaps for cube arraysMarek Olšák1-1/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-06-26st/mesa: add casts to silence MSVC warningsBrian Paul1-1/+1
2013-04-11st/mesa: add support for ARB_texture_multisample (v3)Dave Airlie1-0/+1
2012-12-12gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák1-9/+0
2012-11-12st/mesa: fix computation of last_level in GenerateMipmapMarek Olšák1-21/+7
2012-03-23st/mesa: fix mipmap image size computation w.r.t. texture arraysBrian Paul1-3/+15
2012-02-15st/mesa: use private pipe_sampler_view in st_render_mipmap()Brian Paul1-3/+7
2012-01-04mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul1-1/+1
2011-10-03mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.Brian Paul1-204/+1
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-08-24st/mesa: remove st_texture_image::face,level fieldsBrian Paul1-1/+0
2011-05-30st/mesa: GenerateMipmap should not be killed by conditional renderingMarek Olšák1-0/+9
2011-05-25st/mesa: simplify some st_context(ctx)->pipe codeBrian Paul1-2/+2
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-1/+1
2011-03-08st/mesa: cleanup checking for signed compressed formats in generate_mipmapsMarek Olšák1-8/+4
2011-03-08st/mesa: add LATC and 3DC supportMarek Olšák1-1/+3
2011-03-02mesa/st: fix softpipe npot compressed mipmaps.Dave Airlie1-2/+2
2011-03-02mesa/st: fix generate mipmap for signed compressed formats.Dave Airlie1-32/+63
2011-02-21st/mesa: fix mipmap generation for non-POW texturesBrian Paul1-7/+7
2011-02-15st/mesa: fix compressed mipmap generation.Dave Airlie1-6/+4
2011-01-28st/mesa: pass layers param to st_texture_create()Brian Paul1-0/+1
2010-12-06st/mesa: fix mipmap generation bugBrian Paul1-0/+6
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-14/+21
2010-11-20st/mesa: Remove unnecessary headers.Vinson Lee1-1/+0
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul1-3/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-3/+3
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger1-2/+6
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger1-1/+5
2010-05-03st/mesa: remove unused needFlush parameter to st_finalize_texture()Brian Paul1-2/+1
2010-05-11mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca1-3/+3
2010-05-06st/mesa: fix compressed mipmap generation for small image sizesBrian Paul1-2/+24
2010-05-06st/mesa: fix bug in compute_num_levels()Brian Paul1-5/+7
2010-04-30st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium texturesBrian Paul1-3/+3
2010-04-28Merge branch '7.8'Brian Paul1-1/+3
2010-04-28st/mesa: fill in stImage->level in st_generate_mipmap()Brian Paul1-1/+3
2010-04-27st/mesa: fix strides in (de)compress_image() functionsBrian Paul1-14/+2
2010-04-23st/mesa: checkpoint WIP: mipmap generation for compressed texturesBrian Paul1-10/+102
2010-04-23st/mesa: minor improvements in fallback_generate_mipmap()Brian Paul1-10/+11