summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/nv30_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: nv30 does not support separate blend functions for alpha and rgbPatrice Mandin2009-01-211-2/+3
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-111-1/+0
* nv30: set mipmap min/max lod accordinglyPatrice Mandin2008-08-141-2/+2
* nv30: disable setting nv40 RECT bit, this is not the same on nv30, plus galli...Patrice Mandin2008-08-141-2/+4
* nouveau: fix buildBen Skeggs2008-08-071-1/+1
* nv all: Copy shader tokens on create, free on delete.Younes Manton2008-07-231-2/+6
* nv30: Emit vertex buffer objects using state objectsPatrice Mandin2008-07-121-0/+6
* nv30: Move edgeflag stuffPatrice Mandin2008-07-121-0/+11
* nv30: Emit fragment program using state objectsPatrice Mandin2008-07-121-6/+3
* nv30: Emit vertex program using state objectsPatrice Mandin2008-07-121-6/+5
* nv30: Move constant buffers out of vert/frag prog structuresPatrice Mandin2008-07-111-2/+3
* nv30: Update defines from nouveau_class.hPatrice Mandin2008-07-091-28/+18
* nv30: Emit sampler state using state objectsPatrice Mandin2008-07-041-7/+35
* nv30: Emit viewport state using state objectsPatrice Mandin2008-07-031-9/+3
* nv30: Emit polygon stipple state using state objectsPatrice Mandin2008-07-031-2/+2
* nv30: Emit scissor state using state objectsPatrice Mandin2008-07-031-3/+2
* nv30: Emit depth/stencil/alpha state using state objectsPatrice Mandin2008-07-031-40/+51
* nv30: Emit rasterizer state using state objectsPatrice Mandin2008-07-031-83/+94
* nv30: Emit blend state using state objectsPatrice Mandin2008-07-031-41/+43
* nv30: Emit blend color state using state objectsPatrice Mandin2008-07-031-5/+2
* nv30: Emit framebuffer state using state objectsPatrice Mandin2008-07-031-103/+2
* nouveau: adapt to cpp->pf_block changesBen Skeggs2008-06-291-5/+5
* nv30: Update nouveau_class.h to get its proper defines instead of using nv40 ...Patrice Mandin2008-06-211-2/+2
* nv30: use FREE macroPatrice Mandin2008-03-301-2/+2
* nouveau: adapt to recent gallium changesBen Skeggs2008-03-301-10/+8
* nv30: another 2 rt, and set viewport tx origin, so we render at the proper pl...Patrice Mandin2008-03-171-1/+3
* cso_context_destroy calls bind_state functions with NULL parameterPatrice Mandin2008-03-151-0/+24
* nv30: only 2 RTs.Stephane Marchesin2008-03-151-1/+1
* nouveau: match interface changesBen Skeggs2008-03-131-13/+17
* nv30: silence some warningsPatrice Mandin2008-03-111-1/+1
* nv30: init zeta to NULL, use color pitch if no zetaPatrice Mandin2008-02-221-2/+9
* nv30: wrong number of parametersPatrice Mandin2008-02-221-1/+1
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+739