summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_gen_mipmap.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-08st/mesa: cleanup checking for signed compressed formats in generate_mipmapsMarek Olšák
2011-03-08st/mesa: add LATC and 3DC supportMarek Olšák
2011-03-02mesa/st: fix softpipe npot compressed mipmaps.Dave Airlie
2011-03-02mesa/st: fix generate mipmap for signed compressed formats.Dave Airlie
2011-02-21st/mesa: fix mipmap generation for non-POW texturesBrian Paul
2011-02-15st/mesa: fix compressed mipmap generation.Dave Airlie
2011-01-28st/mesa: pass layers param to st_texture_create()Brian Paul
2010-12-06st/mesa: fix mipmap generation bugBrian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-20st/mesa: Remove unnecessary headers.Vinson Lee
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger
2010-05-03st/mesa: remove unused needFlush parameter to st_finalize_texture()Brian Paul
2010-05-11mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca
2010-05-06st/mesa: fix compressed mipmap generation for small image sizesBrian Paul
2010-05-06st/mesa: fix bug in compute_num_levels()Brian Paul
2010-04-30st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium texturesBrian Paul
2010-04-28Merge branch '7.8'Brian Paul
2010-04-28st/mesa: fill in stImage->level in st_generate_mipmap()Brian Paul
2010-04-27st/mesa: fix strides in (de)compress_image() functionsBrian Paul
2010-04-23st/mesa: checkpoint WIP: mipmap generation for compressed texturesBrian Paul
2010-04-23st/mesa: minor improvements in fallback_generate_mipmap()Brian Paul
2010-04-23st/mesa: remove unneeded #includes and add/update commentsBrian Paul
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul
2010-04-18st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/Brian Paul
2010-04-18st/mesa: remove st_texture_object::pipe fieldBrian Paul
2010-04-18st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/Brian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-16st/mesa: Invalidate sampler view when texture object changes.Michal Krol
2010-03-16gallium: change remaining util functions to use cso sampler viewsRoland Scheidegger
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-14st/mesa: Remove unnecessary headers from st_gen_mipmap.c.Vinson Lee
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-21Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-21st/mesa: Check for single level mipmap trees.Younes Manton
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
2009-10-05mesa/st: add ST_DEBUG environment variableKeith Whitwell
2009-09-28st/mesa: fix st_generate_mipmap() issuesBrian Paul
2009-06-19Always free image offsets memory when re-initializing texture image fields.Michel Dänzer
2009-05-18st/mesa: fix incorrect src/dst stride params to _mesa_generate_mipmap_level()Brian Paul
2009-05-18st: fix incorrect target parameter to screen->is_format_supported()Brian Paul
2009-04-17gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom