summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nv30_vertprog.c
AgeCommit message (Collapse)Author
2008-07-14nouveau: say goodbye to the old DRI driver...Stephane Marchesin
2007-01-30nouveau: NV40 glClipPlane support.Ben Skeggs
2007-01-23nouveau: allow for card-specific shader infos to be keptBen Skeggs
NV30/40 fragprog: build FP_CONTROL per-shader, still some hardcoded bits for this reg.. It looks like it has to do with the number of temps used, but needs more looking at. NV40 vtxprog : build VP_IN_REG/VP_OUT_REG during shader compile
2007-01-21nouveau: shader backend branching support for all cards that support it.Ben Skeggs
2006-12-24nouveau: Kill some compile warnings.Ben Skeggs
2006-11-25Incomplete shader stuff, should mostly work for NV40. Other cards, not soBen Skeggs
much..