aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_gen_mipmap.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-5/+6
* gallium: change st->state.sampler_texture[] to store pipe_texture pointersBrian Paul2008-02-291-2/+1
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-271-3/+4
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-271-1/+2
* gallium: fill in some blend/rasterizer template fields to make sure they're a...Brian2008-02-211-0/+8
* gallium: state tracker didn't always notify drivers of texobj data changesBrian2008-02-201-1/+3
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* gallium: rename st_fragment_program's fs field to cso to match st_vertex_programBrian2008-02-121-1/+1
* gallium: move gen-mipmap global/static vars into st_contextBrian2008-02-121-28/+13
* gallium: clean-up, simplification of mipmapped texturesBrian2008-02-121-18/+25