summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_state_vertex.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+3
* gallium: drivers should reference vertex buffersMarek Olšák2011-01-061-2/+4
* 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
* llvmpipe: make vertex-related functions static, clean-up initializationsBrian Paul2010-04-281-4/+16
* llvmpipe: Cope with null Vertex element cso.José Fonseca2010-03-101-1/+2
* gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger2010-03-091-1/+1
* llvmpipe: adapt to new vertex element csoRoland Scheidegger2010-03-011-9/+25
* llvmpipe: Remove unnecessary headers.Vinson Lee2010-01-211-1/+0
* llvmpipe: Rename preprocessor symbols too.José Fonseca2009-08-291-2/+2
* llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca2009-08-291-0/+73