summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state_vertex.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-5/+6
2012-05-31draw: simplify index buffer specificationBrian Paul1-2/+0
2012-04-30gallium: remove pipe_context::redefine_user_bufferMarek Olšák1-1/+0
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák1-0/+2
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák1-2/+4
2010-09-25softpipe: make vertex state functions staticBrian Paul1-5/+21
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu1-1/+1
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu1-0/+14
2010-03-10softpipe: Prevent NULL dereference.José Fonseca1-1/+2
2010-03-09gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger1-1/+1
2010-03-01softpipe: adapt to new vertex element csoRoland Scheidegger1-9/+26
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee1-1/+0
2008-04-08gallium: keep track of num_vertex_attribs/buffers for shorter loopsBrian1-0/+2
2008-03-29gallium: Set vertex state/buffers en-mass.Brian Paul1-12/+19
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian1-2/+2
2008-02-15Code reorganization: update build.José Fonseca1-1/+1
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+64