aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_context.c
Commit message (Expand)AuthorAgeFilesLines
* svga: add new GALLIUM_HUD queriesNeha Bhende2015-10-161-0/+2
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-34/+184
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-2/+2
* Revert "svga: add work-around for Sauerbraten Z fighting issue"Brian Paul2014-04-171-33/+0
* svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create()Brian Paul2014-04-091-2/+2
* svga: add work-around for Sauerbraten Z fighting issueBrian Paul2014-03-261-0/+33
* svga: update shader code for GBSBrian Paul2014-02-141-0/+4
* svga: update constant buffer code for GBSBrian Paul2014-02-141-2/+6
* svga: refactor some shader codeBrian Paul2014-02-031-13/+6
* svga: improve loops over color buffersBrian Paul2013-11-111-1/+2
* svga: remove user-space vertex/index buffer codeBrian Paul2013-10-241-33/+1
* svga: implement blitMarek Olšák2012-09-301-0/+2
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-211-1/+0
* svga: Flush the hwtnl primitives before writing to buffers.José Fonseca2011-10-311-0/+14
* svga: Plug a fence leakThomas Hellstrom2011-10-181-3/+3
* svga: clean up return values and error codesBrian Paul2011-09-231-1/+1
* gallium/svga: Make use of u_upload_flush().Thomas Hellstrom2011-07-011-0/+8
* svga: Rebind framebuffer and tss bindings strictly when necessary.José Fonseca2011-04-121-19/+4
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-1/+1
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
* svga: Ensure rendertargets and textures are always rebound at every command b...José Fonseca2011-02-241-0/+16
* svga: Ensure pending drawing commands other surface operations are emitted be...José Fonseca2011-02-181-0/+25
* svga: Ensure SWTNL is created after HWTNL.José Fonseca2011-02-181-5/+4
* svga: Flush upload buffers or we get assertsJosé Fonseca2011-02-021-5/+0
* svga: Add more swrast debugingJakob Bornecrantz2011-01-251-0/+4
* svga: Use get once helpers for context debug envsJakob Bornecrantz2011-01-251-4/+8
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-0/+1
* svga: Re-emit bound rendertargets and texture samplers at the beginning of ev...José Fonseca2010-08-301-0/+5
* svga: Add a winsys callback to get the svga_winsys_contextThomas Hellstrom2010-05-311-0/+5
* svga: Remove the screen private context.José Fonseca2010-05-031-6/+12
* Squashed commit of the following:Keith Whitwell2010-04-101-64/+9
* svga: Fix up for context transfers.Michel Dänzer2010-03-121-0/+2
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-1/+3
* Merge branch 'gallium-embedded'José Fonseca2010-02-031-1/+1
|\
| * gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* | svga: better method for generating white fs color outputsKeith Whitwell2010-02-031-1/+0
|/
* svga: Use a shader id as low as possible.José Fonseca2010-01-031-0/+16
* svga: Rename error labels.José Fonseca2010-01-031-14/+14
* svga: flush our command buffer after the 8th distinct render targetKeith Whitwell2009-11-271-1/+3
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+269