summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state_vertex.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: Prevent NULL dereference.José Fonseca2010-03-101-1/+2
* gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger2010-03-091-1/+1
* softpipe: adapt to new vertex element csoRoland Scheidegger2010-03-011-9/+26
* softpipe: Remove unnecessary headers.Vinson Lee2010-01-201-1/+0
* gallium: keep track of num_vertex_attribs/buffers for shorter loopsBrian2008-04-081-0/+2
* gallium: Set vertex state/buffers en-mass.Brian Paul2008-03-291-12/+19
* gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian2008-03-271-2/+2
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+64