summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_gen_mipmap.c
AgeCommit message (Expand)Author
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2009-01-14mesa: handle some cases of 0x0 render targetsAlan Hourihane
2008-09-26mesa: fix incorrect parameter orderBrian Paul
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-07-19gallium: Finer grained is_format_supported.José Fonseca
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-06-20gallium: remove unneeded #includeBrian Paul
2008-05-20Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul
2008-05-20gallium: replace assignment with pipe_texture_reference()Brian Paul
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-04-30gallium: use new buffer wrapper functions in p_inlines.hBrian Paul
2008-04-21gallium: Use CSO cache for shaders.Michel Dänzer
2008-03-24gallium: pass the filter mode to util_gen_mipmap().Brian
2008-03-19gallium: implement CSO save/restore functions for use by meta operations (bli...Brian
2008-03-18gallium: fix typosBrian
2008-03-17gallium: use new gallium utility code for generating mipmapsBrian
2008-03-17gallium: set min_mip_filter = PIPE_TEX_MIPFILTER_NEARESTBrian Paul
2008-03-17gallium: in gen_mipmap, also set sampler lod_bias and do a flush() after rend...Brian Paul
2008-03-11gallium: rework CSO-related code in state trackerBrian
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell
2008-02-29gallium: change st->state.sampler_texture[] to store pipe_texture pointersBrian Paul
2008-02-27gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian
2008-02-27gallium: move is_format_supported() to pipe_screen structBrian
2008-02-21gallium: fill in some blend/rasterizer template fields to make sure they're a...Brian
2008-02-20gallium: state tracker didn't always notify drivers of texobj data changesBrian
2008-02-15Code reorganization: update build.José Fonseca
2008-02-12gallium: rename st_fragment_program's fs field to cso to match st_vertex_programBrian
2008-02-12gallium: move gen-mipmap global/static vars into st_contextBrian
2008-02-12gallium: clean-up, simplification of mipmapped texturesBrian
2008-02-11gallium: take pitch/stride into account in mipmap generationBrian
2008-02-11gallium: comments about mipmap genBrian
2008-02-11gallium: implement software fallback for mipmap generationBrian
2008-02-08gallium: include st_cb_drawpixels.hBrian
2008-02-08gallium: initial implemenation of auto mipmap generation in state trackerBrian