summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_state_vdecl.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák1-4/+4
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-20/+27
2014-04-17svga: move translated vertex declaration types into svga_velems_stateBrian Paul1-1/+1
2013-08-21svga: minor clean-ups in emit_hw_vs_vdecl()Brian Paul1-6/+6
2012-10-16svga: whitespace fixes, remove useless commentsBrian Paul1-12/+2
2012-10-16svga: silence MSVC warning about negating an unsigned valueBrian Paul1-1/+1
2011-09-23svga: clean up return values and error codesBrian Paul1-6/+6
2011-07-01svga: Fix multiple uploads of the same user-buffer.Thomas Hellstrom1-3/+3
2011-07-01gallium/svga: Upload only parts of user-buffers that we actually useThomas Hellstrom1-67/+52
2011-03-16svga: Leave any_user_vertex_buffers flag alone.José Fonseca1-2/+0
2011-03-16svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.José Fonseca1-3/+1
2011-03-10Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"Thomas Hellstrom1-6/+3
2011-03-10gallium/svga: Only upload parts of vertexarrays that are actually usedThomas Hellstrom1-3/+6
2011-03-09gallium/svga: Don't replace user vertex buffer with uploaded copyThomas Hellstrom1-1/+2
2011-01-06u_upload_mgr: new featuresMarek Olšák1-2/+4
2010-04-10Squashed commit of the following:Keith Whitwell1-5/+5
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger1-4/+4
2010-03-01svga: adapt to new vertex element csoRoland Scheidegger1-4/+4
2010-02-22svga: Upload user buffers only once.José Fonseca1-27/+24
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2009-11-17svga: Add svga driverJakob Bornecrantz1-0/+182