summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_blit.c
AgeCommit message (Collapse)Author
2010-02-14r300g: accelerate blitting for all formats by faking the texture formatMarek Olšák
2010-02-11gallium: make u_blitter code save/restore stencil ref valuesRoland Scheidegger
2010-01-28r300g: Atomize framebuffers.Corbin Simpson
There might be some optimizations possible here...
2010-01-27r300g: Remove unnecessary headers.Vinson Lee
2010-01-10r300g: Atomize rasterizer.Corbin Simpson
I want to stab things now.
2010-01-10r300g: Atomize DSA.Corbin Simpson
Also a bit of ztop.
2010-01-10r300g: Start using atoms.Corbin Simpson
No benefits yet.
2009-12-15r300g: add acceleration of the clear, surface_copy, and surface_fill functionsMarek Olšák