aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_gen_mipmap.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+7
* gallium: Unify reference counting.Michel Dänzer2009-03-041-2/+2
* gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-17/+17
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-6/+6
* mesa: handle some cases of 0x0 render targetsAlan Hourihane2009-01-141-1/+6
* mesa: fix incorrect parameter orderBrian Paul2008-09-261-3/+3
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-031-4/+4
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-1/+2
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-2/+2
* gallium: remove unneeded #includeBrian Paul2008-06-201-1/+0
* Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-201-1/+1
|\
| * gallium: replace assignment with pipe_texture_reference()Brian Paul2008-05-201-1/+1
* | gallium: tex surface checkpointKeith Whitwell2008-05-011-2/+4
|/
* gallium: use new buffer wrapper functions in p_inlines.hBrian Paul2008-04-301-8/+6
* gallium: Use CSO cache for shaders.Michel Dänzer2008-04-211-6/+0
* gallium: pass the filter mode to util_gen_mipmap().Brian2008-03-241-1/+2
* gallium: implement CSO save/restore functions for use by meta operations (bli...Brian2008-03-191-14/+6
* gallium: fix typosBrian2008-03-181-1/+1
* gallium: use new gallium utility code for generating mipmapsBrian2008-03-171-218/+7
* gallium: set min_mip_filter = PIPE_TEX_MIPFILTER_NEARESTBrian Paul2008-03-171-10/+5
* gallium: in gen_mipmap, also set sampler lod_bias and do a flush() after rend...Brian Paul2008-03-171-0/+6
* gallium: rework CSO-related code in state trackerBrian2008-03-111-16/+18