summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nv04_context.c
AgeCommit message (Collapse)Author
2010-03-18dri/nouveau: Implement texture matrices.Francisco Jerez
2010-03-11dri/nouveau: Just reemit the BO state on pushbuf flush.Francisco Jerez
Reemitting dirty states on flush causes problems if the GL context isn't fully consistent when we get to it. It didn't serve any specific purpose, so, use nouveau_bo_state_emit instead.
2010-03-04dri/nouveau: Remove some CI remnants.Francisco Jerez
2010-03-01dri/nouveau: Fix up the ADD texture environment on nv0x.Francisco Jerez
2010-02-17dri/nouveau: Some multithreaded rendering fixes.Francisco Jerez
2010-02-04Import a classic DRI driver for nv0x-nv2x.Francisco Jerez