summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_gen_mipmap.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-23st/mesa: remove unneeded #includes and add/update commentsBrian Paul1-9/+7
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul1-2/+2
2010-04-18st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/Brian Paul1-2/+2
2010-04-18st/mesa: remove st_texture_object::pipe fieldBrian Paul1-1/+1
2010-04-18st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/Brian Paul1-1/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-15/+15
2010-03-16st/mesa: Invalidate sampler view when texture object changes.Michal Krol1-0/+1
2010-03-16gallium: change remaining util functions to use cso sampler viewsRoland Scheidegger1-5/+6
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell1-2/+2
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-7/+6
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-2/+0