summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state_vertex.c
AgeCommit message (Expand)Author
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák
2010-09-25softpipe: make vertex state functions staticBrian Paul
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-03-10softpipe: Prevent NULL dereference.José Fonseca
2010-03-09gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger
2010-03-01softpipe: adapt to new vertex element csoRoland Scheidegger
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee
2008-04-08gallium: keep track of num_vertex_attribs/buffers for shorter loopsBrian
2008-03-29gallium: Set vertex state/buffers en-mass.Brian Paul
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian
2008-02-15Code reorganization: update build.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca