summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_state_vdecl.c
Commit message (Expand)AuthorAgeFilesLines
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-20/+27
* svga: move translated vertex declaration types into svga_velems_stateBrian Paul2014-04-171-1/+1
* svga: minor clean-ups in emit_hw_vs_vdecl()Brian Paul2013-08-211-6/+6
* svga: whitespace fixes, remove useless commentsBrian Paul2012-10-161-12/+2
* svga: silence MSVC warning about negating an unsigned valueBrian Paul2012-10-161-1/+1
* svga: clean up return values and error codesBrian Paul2011-09-231-6/+6
* svga: Fix multiple uploads of the same user-buffer.Thomas Hellstrom2011-07-011-3/+3
* gallium/svga: Upload only parts of user-buffers that we actually useThomas Hellstrom2011-07-011-67/+52
* svga: Leave any_user_vertex_buffers flag alone.José Fonseca2011-03-161-2/+0
* svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.José Fonseca2011-03-161-3/+1
* Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"Thomas Hellstrom2011-03-101-6/+3
* gallium/svga: Only upload parts of vertexarrays that are actually usedThomas Hellstrom2011-03-101-3/+6
* gallium/svga: Don't replace user vertex buffer with uploaded copyThomas Hellstrom2011-03-091-1/+2
* u_upload_mgr: new featuresMarek Olšák2011-01-061-2/+4
* Squashed commit of the following:Keith Whitwell2010-04-101-5/+5
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-4/+4
|\
| * svga: adapt to new vertex element csoRoland Scheidegger2010-03-011-4/+4
* | svga: Upload user buffers only once.José Fonseca2010-02-221-27/+24
|/
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+182