summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv10/nv10_context.c
AgeCommit message (Collapse)Author
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom
Also implement context member functions to optimize away those flushes whenever possible. Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
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-11-30Nouveau: update nouveau_class.hPekka Paalanen
Fresh from renouveau. Signed-off-by: Pekka Paalanen <pq@iki.fi>
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs
2008-05-27nouveau: very quick port to tex-surface changes.Ben Skeggs
probably the last match-gallium-upstream merge for a bit, some cleanup+nv50 work coming RSN...
2008-05-13nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs
2008-04-27nouveau: stub set_edgeflags for all nv pipe driversBen Skeggs
2008-04-20nv10: fix random stuffPeter Winters
2008-04-02nv10: fix stuff and things.Stephane Marchesin
2008-03-30nouveau: adapt to recent gallium changesBen Skeggs
2008-03-15nv10.Stephane Marchesin