summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_screen_buffer.c
AgeCommit message (Expand)Author
2010-04-10Squashed commit of the following:Keith Whitwell
2010-02-22svga: Upload user buffers only once.José Fonseca
2010-02-22svga: Fix the guest offset of piecewise buffer DMAs.José Fonseca
2010-02-22svga: Upload the dirty ranges instead of the whole buffer.José Fonseca
2010-02-22svga: Break uploads of big buffers into smaller pieces.José Fonseca
2010-02-22svga: Note ranges even when there is no hardware buffer around.José Fonseca
2010-02-22svga: Further cleanup/comment svga buffer code.José Fonseca
2010-02-22svga: Temporarily create a sw vertex buf when failed to create a hw buf.José Fonseca
2010-02-22svga: Remove unused buffer download code.José Fonseca
2010-02-22svga: Prevent buffer overflow in buffer ranges.José Fonseca
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21svga: Remove unused variable.Vinson Lee
2010-01-21svga: Remove duplicate code.José Fonseca
2010-01-21svga: Remove unused code.José Fonseca
2010-01-21svga: Don't swap buffers to system memory -- winsys' responsibility.José Fonseca
2010-01-21svga: Follow buffer usage semantics properly.José Fonseca
2010-01-18svga: Ensure buffer size/alignment is not zero.José Fonseca
2009-12-04svga: fix another pipe_reference strict aliasing violationRoland Scheidegger
2009-11-27svga: add DEBUG_CACHE optionKeith Whitwell
2009-11-25svga: try harder to make the cachable flag workKeith Whitwell
2009-11-24svga: cache textures as well as buffersKeith Whitwell
2009-11-17svga: Add svga driverJakob Bornecrantz