aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_swtnl_backend.c
Commit message (Expand)AuthorAgeFilesLines
* svga: whitespace, formatting fixes in svga_swtnl_backend.cBrian Paul2017-07-121-34/+45
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-2/+2
* svga: add guest statistic gathering interfaceCharmaine Lee2016-08-261-4/+31
* svga: s/unsigned/enum pipe_prim_type/ for primitive type variablesBrian Paul2016-05-261-1/+1
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-18/+56
* svga: silence some MSVC signed/unsigned comparison warningsBrian Paul2012-10-161-1/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-1/+3
* gallium: make vbuf_render::set_primitive() return voidBrian Paul2012-01-071-3/+1
* gallium: remove deprecated PIPE_TRANSFER_DISCARDMarek Olšák2012-01-051-1/+1
* svga: don't crash/assert if we fail to allocate a vertex bufferBrian Paul2011-11-111-9/+20
* svga: clean up return values and error codesBrian Paul2011-09-231-2/+2
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-0/+3
* svga: Add an assert to catch reentrancy.José Fonseca2011-02-031-0/+1
* svga: Correct spelling in swtnl backendJakob Bornecrantz2010-12-161-4/+4
* gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-201-1/+1
* gallium: rename draw() to draw_elements() in vbuf codeBrian Paul2010-05-051-4/+4
* svga: Implement index bias.José Fonseca2010-04-191-3/+5
* Squashed commit of the following:Keith Whitwell2010-04-101-22/+20
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* svga: Avoid synchronization issues when doing SW TNL.José Fonseca2010-01-211-3/+5
* svga: Remove unnecessary headers.Vinson Lee2010-01-211-1/+0
* svga: Ensure buffer size/alignment is not zero.José Fonseca2010-01-181-3/+3
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+349