aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/ppu/cell_state_vertex.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/cell: Remove the driver.Kai Wasserbäch2011-11-291-120/+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/+3
* 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/+16
* cell: make functions staticBrian Paul2010-07-261-3/+3
* cell: handle NULL cso vertex_elements state object on bindRoland Scheidegger2010-03-101-1/+2
* gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger2010-03-091-1/+1
* cell: adapt to new vertex element csoRoland Scheidegger2010-03-011-10/+31
* cell: more cell_init_*_functions()Brian Paul2008-09-041-2/+10
* cell: 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/+18
* 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/+63