summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_state_stipple.c
AgeCommit message (Collapse)Author
2010-01-05nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis
- The previous solution was hacky and didn't do subchannel autobinding. - The beheaviour should match what libdrm_nouveau does closely. - The solution remains statically sized, but when debugging is on it will check for abuse. Signed-off-by: Maarten Maathuis <madman2003@gmail.com>
2009-03-07nouveau: make stateobjs start off with refcount of 1Ben Skeggs
2008-06-23nv30: add state stipple, based on nv40 onePatrice Mandin