summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_vbo.c
AgeCommit message (Collapse)Author
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
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin
allows the driver to overwrite buffer allocation, first step on the way to making winsys interface internal to the drivers. state trackers and the code above it will go through the screen
2009-01-27gallium: standardize on stride instead of pitch in the interfaceZack Rusin
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs
2008-08-11nouveau: pf_sprint_name -> pf_nameBen Skeggs
2008-07-12nv30: Emit vertex buffer objects using state objectsPatrice Mandin
2008-07-12nv30: Rename state emission funcPatrice Mandin
2008-07-12nv30: Emit vertex program using state objectsPatrice Mandin
2008-07-03nv30: Emit framebuffer state using state objectsPatrice Mandin
2008-06-21Update for extra vertex attributesPatrice Mandin
2008-06-21nv30: Update nouveau_class.h to get its proper defines instead of using nv40 ↵Patrice Mandin
ones
2008-03-30nouveau: adapt to recent gallium changesBen Skeggs
2008-03-11nv30: silence some warningsPatrice Mandin
2008-02-16nouveau: match gallium code reorginisation.Ben Skeggs
That was... fun..