summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_blitter.c
AgeCommit message (Expand)Author
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol
2010-02-12util: Properly init memory for blitter CSOs.Corbin Simpson
2010-02-11gallium: make u_blitter code save/restore stencil ref valuesRoland Scheidegger
2010-02-09gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-21gallium: adapt util code to blend changesRoland Scheidegger
2010-01-14gallium/util: silence warning about array initializersBrian Paul
2010-01-11util: Set flatshade for blitter.Corbin Simpson
2010-01-11util/blitter: remove unused variableKeith Whitwell
2010-01-10util: Apply Brian's suggested blit improvements.Corbin Simpson
2010-01-10gallium: u_blitter add overlapping blit support.Dave Airlie
2010-01-06util/blitter: allow NULL CSOs to be savedMarek Olšák
2009-12-18util: Update blitter for u_format changes.Corbin Simpson
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-15util/blitter: kill the draw_quad callbackMarek Olšák
2009-12-15util/blitter: allocate most of the state objects on-demandMarek Olšák
2009-12-15util/blitter: use PIPE_MAX_* limits, and fix a memory leakMarek Olšák
2009-12-15util: add blitterMarek Olšák
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol