aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_gen_mipmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-231-2/+2
* | st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/Brian Paul2010-04-181-2/+2
* | st/mesa: remove st_texture_object::pipe fieldBrian Paul2010-04-181-1/+1
* | st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/Brian Paul2010-04-181-1/+1
* | Squashed commit of the following:Keith Whitwell2010-04-101-15/+15
* | st/mesa: Invalidate sampler view when texture object changes.Michal Krol2010-03-161-0/+1
* | gallium: change remaining util functions to use cso sampler viewsRoland Scheidegger2010-03-161-5/+6
* | gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-2/+2
* | Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-7/+6
|/
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-2/+0
|\
| * st/mesa: Remove unnecessary headers from st_gen_mipmap.c.Vinson Lee2010-01-141-2/+0
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-0/+3
|\|
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-211-0/+3
| |\
| | * st/mesa: Check for single level mipmap trees.Younes Manton2009-12-211-0/+3
* | | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-2/+3
* | | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-2/+2
* | | gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-17/+22
|/ /
* / mesa/st: add ST_DEBUG environment variableKeith Whitwell2009-10-051-0/+4
|/
* st/mesa: fix st_generate_mipmap() issuesBrian Paul2009-09-281-2/+80
* Always free image offsets memory when re-initializing texture image fields.Michel Dänzer2009-06-191-3/+0
* st/mesa: fix incorrect src/dst stride params to _mesa_generate_mipmap_level()Brian Paul2009-05-181-2/+6
* st: fix incorrect target parameter to screen->is_format_supported()Brian Paul2009-05-181-1/+1
* gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom2009-04-171-15/+12