summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_blitter.c
AgeCommit message (Expand)Author
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