summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_context.c
AgeCommit message (Expand)Author
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-02-24svga: Ensure rendertargets and textures are always rebound at every command b...José Fonseca
2011-02-18svga: Ensure pending drawing commands other surface operations are emitted be...José Fonseca
2011-02-18svga: Ensure SWTNL is created after HWTNL.José Fonseca
2011-02-02svga: Flush upload buffers or we get assertsJosé Fonseca
2011-01-25svga: Add more swrast debugingJakob Bornecrantz
2011-01-25svga: Use get once helpers for context debug envsJakob Bornecrantz
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-08-30svga: Re-emit bound rendertargets and texture samplers at the beginning of ev...José Fonseca
2010-05-31svga: Add a winsys callback to get the svga_winsys_contextThomas Hellstrom
2010-05-03svga: Remove the screen private context.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-12svga: Fix up for context transfers.Michel Dänzer
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-03Merge branch 'gallium-embedded'José Fonseca
2010-02-03svga: better method for generating white fs color outputsKeith Whitwell
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-03svga: Use a shader id as low as possible.José Fonseca
2010-01-03svga: Rename error labels.José Fonseca
2009-11-27svga: flush our command buffer after the 8th distinct render targetKeith Whitwell
2009-11-17svga: Add svga driverJakob Bornecrantz