summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv40/nv40_state.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-071-0/+3
* gallium: remove redundant size from the constant bufferZack Rusin2009-01-271-1/+1
* gallium: it's a reference value, not a reference numberZack Rusin2009-01-271-1/+1
* gallium: standardize naming of masksZack Rusin2009-01-271-4/+4
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-111-1/+0
* nouveau: fix buildBen Skeggs2008-08-071-1/+1
* nv all: Copy shader tokens on create, free on delete.Younes Manton2008-07-231-2/+6
* nouveau: update for interface changes + hack around gallium x86_64 bustageBen Skeggs2008-06-231-2/+3
* nv40: do full swtnl fallback when edge flags present.Ben Skeggs2008-04-281-0/+11
* nv40: kill some warningsBen Skeggs2008-04-041-2/+0
* nv40: only update draw module state when using swtnlBen Skeggs2008-04-021-12/+10
* nv40: shorten zsa state linesBen Skeggs2008-04-021-6/+7
* nouveau: adapt to recent gallium changesBen Skeggs2008-03-301-10/+10
* nv40: simple swtnl path (half broken, but getting there)Ben Skeggs2008-03-161-3/+24
* nouveau: match interface changesBen Skeggs2008-03-131-13/+34
* nv40: move "channel context" stuff into nv40_screenBen Skeggs2008-02-291-8/+8
* nv40: remove pipe_state struct now.Ben Skeggs2008-02-251-13/+13
* nv40: construct vbo state the same way as the restBen Skeggs2008-02-251-2/+0
* nv40: stateobj start out with 0 refcountBen Skeggs2008-02-221-6/+6
* nv40: rework fragment texture stateBen Skeggs2008-02-221-0/+2
* nv40: fb stateBen Skeggs2008-02-201-139/+1
* nv40: almost there..Ben Skeggs2008-02-201-38/+24
* nv40: and vertprog..Ben Skeggs2008-02-181-3/+2
* nv40: get fragprog onto new state mechanismBen Skeggs2008-02-181-3/+2
* nv40: until gallium is fixed we'll need a fallback for user clip planesBen Skeggs2008-02-181-0/+4
* nouveau: header updateBen Skeggs2008-02-181-1/+1
* nv40: obey polygon offset stateBen Skeggs2008-02-181-9/+30
* nv40: similar changes to polygon stipple as were done for scissorBen Skeggs2008-02-181-8/+1
* nv40: ensure scissor gets disabled where necessaryBen Skeggs2008-02-181-12/+11
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+823