summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv04/nv04_prim_vbuf.c
AgeCommit message (Collapse)Author
2009-02-18Merge commit 'origin/draw-vbuf-interface'Keith Whitwell
2009-02-18util: Move p_debug.h into util module.José Fonseca
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible.
2009-02-17nv04: Use the new draw vbuf interfaceJakob Bornecrantz
2009-01-30gallium: make p_winsys internalZack Rusin
move it to pipe/internal/p_winsys_screen.h and start converting the state trackers to the screen usage
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs
2008-07-08nv04: use FREE/MALLOC like a good gallium boy should.Stephane Marchesin
2008-07-08nv04: use BEGIN_RING_NIStephane Marchesin
2008-07-08nv04.Stephane Marchesin