summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv40/nv40_vertprog.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-071-0/+1
* nv40: Fix build -- rename Size to NrTokens.Michal Krol2009-02-101-1/+1
* nv40: apply ABS modifier to RSQ source in vpBen Skeggs2008-12-161-1/+1
* nouveau: fix buildBen Skeggs2008-08-071-2/+2
* nouveau: update for interface changes + hack around gallium x86_64 bustageBen Skeggs2008-06-231-5/+5
* nv40: a couple of memory leaksBen Skeggs2008-05-301-0/+6
* nv40: implement user clip planesBen Skeggs2008-04-071-78/+81
* nv40: fix slight thinkoBen Skeggs2008-03-311-10/+5
* nv40: support vp clip distance regs, unused currently.Ben Skeggs2008-03-311-3/+103
* nv40: vp 1/0/- swzBen Skeggs2008-03-301-1/+73
* nv40: vp const/immd fixBen Skeggs2008-03-301-6/+14
* nv40: vp reg changes similar to recent fp changesBen Skeggs2008-03-231-20/+86
* nv40: s/free/FREE/Ben Skeggs2008-03-211-4/+4
* nv40: simple swtnl path (half broken, but getting there)Ben Skeggs2008-03-161-4/+12
* nouveau: match interface changesBen Skeggs2008-03-131-2/+2
* nv40: move "channel context" stuff into nv40_screenBen Skeggs2008-02-291-4/+4
* nv40: remove pipe_state struct now.Ben Skeggs2008-02-251-2/+2
* nv40: stateobj start out with 0 refcountBen Skeggs2008-02-221-1/+0
* nv40: keep track of generated context state vs current channel stateBen Skeggs2008-02-201-3/+3
* nv40: and vertprog..Ben Skeggs2008-02-181-17/+40
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+790