summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i965simple/brw_draw.c
AgeCommit message (Expand)Author
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
2007-12-18i965: don't treat swz differently and upload vertex buffersZack Rusin
2007-12-17i965: return false when the function fails, not succeedsZack Rusin
2007-12-17965: fix for non-indexed draw pathKeith Whitwell
2007-12-13965: missing code from last commitKeith Whitwell
2007-12-11965: remove duplicate brw_draw functions, make init a bit cleanerKeith Whitwell
2007-12-11Port i965 driver to Gallium3D.Zack Rusin