summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nouveau_stateobj.h
Commit message (Expand)AuthorAgeFilesLines
* nouveau: fix potential NULL-ptr dereference in nouveau_stateobj.hMaarten Maathuis2010-08-061-6/+4
* nouveau: don't autobind in state objects relocationsLuca Barbieri2010-04-121-8/+4
* nouveau: fix for latest libdrmBen Skeggs2010-02-161-5/+1
* nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis2010-01-051-82/+206
* nv50: remove vtxbuf stateobject after a referenced vtxbuf is mappedMaarten Maathuis2010-01-051-0/+13
* nouveau: avoid running out of relocsMaarten Maathuis2009-12-141-10/+39
* gallium: fix remaining users of pipe_reference functionRoland Scheidegger2009-12-031-1/+2
* nouveau: fix build with libdrm_nouveau 0.6Ben Skeggs2009-06-051-4/+4
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-051-13/+12
* nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs2009-06-051-11/+10
* nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs2009-06-051-11/+15
* nouveau: fix some pipe_buffer reference counting issuesBen Skeggs2009-03-251-1/+5
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-071-1/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-041-9/+3
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* nouveau: link against libdrm_nouveau (installed with libdrm)Ben Skeggs2009-02-041-2/+3
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-111-1/+0
* nv50: make use of nouveau drm 0.0.11 to get 3d goingBen Skeggs2008-07-081-0/+3
* nv50: use stateobjs for sampler/image_control uploadsBen Skeggs2008-06-291-0/+18
* nouveau: adapt to recent gallium changesBen Skeggs2008-03-301-2/+2
* nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel*Ben Skeggs2008-03-191-5/+5
* nv40: stateobj start out with 0 refcountBen Skeggs2008-02-221-1/+1
* nouveau: cleanups + fixesBen Skeggs2008-02-181-12/+9
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+141