summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_pipe_vertex.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu1-0/+31
2010-04-10Squashed commit of the following:Keith Whitwell1-2/+2
2010-03-09gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger1-1/+1
2010-03-01i965g: adapt to new vertex element csoRoland Scheidegger1-8/+239
2009-12-22i965g: fix for edgeflag changes (untested)Roland Scheidegger1-7/+0
2009-12-21i965g: keep refcounts to bound vertex buffersKeith Whitwell1-4/+19
2009-11-05i965g: add lots of error checks and early returnsKeith Whitwell1-1/+1
2009-11-04i965g: hook up some vertex state funcsKeith Whitwell1-0/+38
2009-11-04i965g: stubs for brw_pipe_vertex.cKeith Whitwell1-1/+15
2009-10-25i965g: more work on compiling, particularly the brw_draw filesKeith Whitwell1-20/+5
2009-10-24i965g: more work on compilingKeith Whitwell1-0/+26