summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_screen_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* svga: Temporarily create a sw vertex buf when failed to create a hw buf.José Fonseca2010-02-221-7/+20
* svga: Remove unused buffer download code.José Fonseca2010-02-221-40/+0
* svga: Prevent buffer overflow in buffer ranges.José Fonseca2010-02-221-8/+54
* gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-021-1/+1
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-90/+14
|\
| * svga: Remove unused variable.Vinson Lee2010-01-211-1/+0
| * svga: Remove duplicate code.José Fonseca2010-01-211-4/+2
| * svga: Remove unused code.José Fonseca2010-01-211-22/+4
| * svga: Don't swap buffers to system memory -- winsys' responsibility.José Fonseca2010-01-211-60/+0
| * svga: Follow buffer usage semantics properly.José Fonseca2010-01-211-4/+6
| * svga: Ensure buffer size/alignment is not zero.José Fonseca2010-01-181-0/+3
* | svga: fix another pipe_reference strict aliasing violationRoland Scheidegger2009-12-041-1/+2
|/
* svga: add DEBUG_CACHE optionKeith Whitwell2009-11-271-1/+1
* svga: try harder to make the cachable flag workKeith Whitwell2009-11-251-0/+2
* svga: cache textures as well as buffersKeith Whitwell2009-11-241-5/+7
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+820