summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_context.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton2009-12-281-0/+33
* gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-6/+0
* nv50: use SIFC for TIC, TSC uploadChristoph Bumiller2009-10-191-7/+0
* nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs2009-10-191-25/+2
* nv50: avoid excessive FIRE_RINGMaarten Maathuis2009-09-151-2/+3
* nv50: use flush_notify to reduce number of relocsMaarten Maathuis2009-09-151-0/+3
* nv50: remove a few cases of directly casting struct pipe_contextMaarten Maathuis2009-08-171-1/+1
* nv50: borrow some flushing code from the ddxMaarten Maathuis2009-08-171-3/+11
* nv50: whitespace fixes and deobfuscationMaarten Maathuis2009-08-171-2/+0
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-051-1/+1
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+26
* nv50: stop using nouveau_push.h, it's evilBen Skeggs2009-02-051-1/+1
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-111-1/+0
* nv50: add license headers to .c filesBen Skeggs2008-07-111-0/+22
* nv50: more "abuse" by using libc malloc etc..Ben Skeggs2008-07-111-1/+1
* nouveau: very quick port to tex-surface changes.Ben Skeggs2008-05-271-1/+0
* nouveau: stub set_edgeflags for all nv pipe driversBen Skeggs2008-04-271-0/+7
* nouveau: adapt to recent gallium changesBen Skeggs2008-03-301-15/+3
* nv50: convert to hwctx-in-screen as nv40 isBen Skeggs2008-03-121-54/+7
* nouveau: enable multi-context/single-channel support for nv40Ben Skeggs2008-03-021-1/+1
* nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs2008-02-291-1/+2
* nouveau: implement pipe_screenBen Skeggs2008-02-291-86/+5
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+202