summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_state_vertex.c
Commit message (Expand)AuthorAgeFilesLines
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-5/+6
* draw: simplify index buffer specificationBrian Paul2012-05-311-2/+0
* gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-301-1/+0
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+2
* gallium: drivers should reference vertex buffersMarek Olšák2011-01-061-2/+4
* softpipe: make vertex state functions staticBrian Paul2010-09-251-5/+21
* gallium: Use draw_set_index_buffer and others.Chia-I Wu2010-08-251-1/+1
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+14
* 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