aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv40/nv40_vertprog.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis2010-01-051-1/+1
* nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etcMarcin Slusarz2010-01-051-8/+10
* gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-0/+4
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-20/+20
* tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-8/+8
* tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-5/+5
* tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-5/+5
* tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-7/+7
* gallium: try and update r300 and nv drivers for tgsi changesKeith Whitwell2009-11-241-1/+1
* gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell2009-10-231-21/+2
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-13/+5
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-4/+4
* nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs2009-06-051-4/+5
* nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-051-11/+8
* 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