summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_context.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-18svga: Plug a fence leakThomas Hellstrom1-3/+3
2011-09-23svga: clean up return values and error codesBrian Paul1-1/+1
2011-07-01gallium/svga: Make use of u_upload_flush().Thomas Hellstrom1-0/+8
2011-04-12svga: Rebind framebuffer and tss bindings strictly when necessary.José Fonseca1-19/+4
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák1-1/+1
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák1-1/+2
2011-02-24svga: Ensure rendertargets and textures are always rebound at every command b...José Fonseca1-0/+16
2011-02-18svga: Ensure pending drawing commands other surface operations are emitted be...José Fonseca1-0/+25
2011-02-18svga: Ensure SWTNL is created after HWTNL.José Fonseca1-5/+4
2011-02-02svga: Flush upload buffers or we get assertsJosé Fonseca1-5/+0
2011-01-25svga: Add more swrast debugingJakob Bornecrantz1-0/+4
2011-01-25svga: Use get once helpers for context debug envsJakob Bornecrantz1-4/+8
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-0/+1
2010-08-30svga: Re-emit bound rendertargets and texture samplers at the beginning of ev...José Fonseca1-0/+5
2010-05-31svga: Add a winsys callback to get the svga_winsys_contextThomas Hellstrom1-0/+5
2010-05-03svga: Remove the screen private context.José Fonseca1-6/+12
2010-04-10Squashed commit of the following:Keith Whitwell1-64/+9
2010-03-12svga: Fix up for context transfers.Michel Dänzer1-0/+2
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell1-1/+3
2010-02-03Merge branch 'gallium-embedded'José Fonseca1-1/+1
2010-02-03svga: better method for generating white fs color outputsKeith Whitwell1-1/+0
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2010-01-03svga: Use a shader id as low as possible.José Fonseca1-0/+16
2010-01-03svga: Rename error labels.José Fonseca1-14/+14
2009-11-27svga: flush our command buffer after the 8th distinct render targetKeith Whitwell1-1/+3
2009-11-17svga: Add svga driverJakob Bornecrantz1-0/+269