summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/nv30_state_fb.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: nv30: rewrite so we can render only in depth bufferPatrice Mandin2009-10-221-20/+35
* nouveau: nv30: check number of colour buffers to bindPatrice Mandin2009-10-211-0/+4
* nouveau: nv30: refuse binding a colour buffer with a zeta buffer with differe...Patrice Mandin2009-10-151-0/+7
* nouveau: nv30: use texture width,height for render target dimensionsPatrice Mandin2009-10-131-3/+2
* nouveau: return some supported zeta formatsBen Skeggs2009-07-011-0/+1
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-051-18/+17
* nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs2009-06-051-15/+15
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-071-0/+1
* nouveau: nv04-nv40 texture transfer.Younes Manton2009-02-251-14/+14
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-6/+10
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-2/+2
* Nouveau: move the definition of log2i() to headerPekka Paalanen2008-12-131-26/+1
* nouveau: remove useless NOUVEAU_BO_SWIZZLED flag, copy/paste nv40 work to swi...Patrice Mandin2008-12-121-1/+38
* nv30: Emit framebuffer state using state objectsPatrice Mandin2008-07-031-29/+6
* nouveau: adapt to cpp->pf_block changesBen Skeggs2008-06-291-4/+4
* nv30: Add separate nv30 state stuff for fb, based on nv40 one, need to use it...Patrice Mandin2008-06-201-0/+151