summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/nv30_context.h
Commit message (Expand)AuthorAgeFilesLines
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-111-0/+4
* nv30: Emit vertex buffer objects using state objectsPatrice Mandin2008-07-121-8/+6
* nv30: Move edgeflag stuffPatrice Mandin2008-07-121-0/+1
* nv30: Reorder, remove useless stuffPatrice Mandin2008-07-121-16/+3
* nv30: Rename state emission funcPatrice Mandin2008-07-121-1/+1
* nv30: Emit fragment program using state objectsPatrice Mandin2008-07-121-9/+2
* nv30: Emit vertex program using state objectsPatrice Mandin2008-07-121-9/+2
* nv30: Move constant buffers out of vert/frag prog structuresPatrice Mandin2008-07-111-4/+2
* nv30: Emit fragtex state using state objectsPatrice Mandin2008-07-111-0/+1
* nv30: Emit sampler state using state objectsPatrice Mandin2008-07-041-0/+3
* nv30: Emit viewport state using state objectsPatrice Mandin2008-07-031-0/+1
* nv30: Emit polygon stipple state using state objectsPatrice Mandin2008-07-031-5/+5
* nv30: Emit scissor state using state objectsPatrice Mandin2008-07-031-0/+1
* nv30: Emit depth/stencil/alpha state using state objectsPatrice Mandin2008-07-031-0/+1
* nv30: Emit rasterizer state using state objectsPatrice Mandin2008-07-031-3/+3
* nv30: Emit blend state using state objectsPatrice Mandin2008-07-031-3/+3
* nv30: Emit blend color state using state objectsPatrice Mandin2008-07-031-0/+1
* nv30: Emit framebuffer state using state objectsPatrice Mandin2008-07-031-0/+3
* nv30: add state zsa, based on nv40 onePatrice Mandin2008-06-231-0/+6
* nv30: add state viewport, based on nv40 onePatrice Mandin2008-06-231-0/+2
* nv30: add state stipple, based on nv40 onePatrice Mandin2008-06-231-0/+2
* nv30: add state scissor, based on nv40 onePatrice Mandin2008-06-231-0/+3
* nv30: add state rasterizer, based on nv40 onePatrice Mandin2008-06-231-0/+7
* nv30: Add state for blendPatrice Mandin2008-06-211-0/+9
* nv30: Add separate nv30 state stuff for fb, based on nv40 one, need to use it...Patrice Mandin2008-06-201-0/+18
* nouveau: very quick port to tex-surface changes.Ben Skeggs2008-05-271-1/+0
* nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs2008-05-131-2/+0
* nouveau: PIPE_ATTRIB_MAX -> PIPE_MAX_ATTRIBSBen Skeggs2008-04-151-2/+2
* nv30: Move some structures and functions from context to screenPatrice Mandin2008-04-111-13/+58
* nv30: disable emit texture image in state_emit, already done in fragtexPatrice Mandin2008-03-181-2/+2
* nv30: update miptree stuff for texturingPatrice Mandin2008-03-181-1/+3
* nv30: only 2 render targetsPatrice Mandin2008-03-171-1/+1
* nouveau: implement pipe_screenBen Skeggs2008-02-291-1/+1
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+136