summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_context.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-24nv50: only flush texture caches on st requestChristoph Bumiller1-0/+5
2010-01-17nv50: implement instanced drawingChristoph Bumiller1-0/+2
2010-01-16nv50: support for geometry programs in nv50_programChristoph Bumiller1-2/+6
2009-12-28nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton1-0/+33
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger1-6/+0
2009-10-19nv50: use SIFC for TIC, TSC uploadChristoph Bumiller1-7/+0
2009-10-19nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs1-25/+2
2009-09-15nv50: avoid excessive FIRE_RINGMaarten Maathuis1-2/+3
2009-09-15nv50: use flush_notify to reduce number of relocsMaarten Maathuis1-0/+3
2009-08-17nv50: remove a few cases of directly casting struct pipe_contextMaarten Maathuis1-1/+1
2009-08-17nv50: borrow some flushing code from the ddxMaarten Maathuis1-3/+11
2009-08-17nv50: whitespace fixes and deobfuscationMaarten Maathuis1-2/+0
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs1-1/+1
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom1-0/+26
2009-02-05nv50: stop using nouveau_push.h, it's evilBen Skeggs1-1/+1
2009-01-30gallium: make p_winsys internalZack Rusin1-1/+1
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs1-1/+0
2008-07-11nv50: add license headers to .c filesBen Skeggs1-0/+22
2008-07-11nv50: more "abuse" by using libc malloc etc..Ben Skeggs1-1/+1
2008-05-27nouveau: very quick port to tex-surface changes.Ben Skeggs1-1/+0
2008-04-27nouveau: stub set_edgeflags for all nv pipe driversBen Skeggs1-0/+7
2008-03-30nouveau: adapt to recent gallium changesBen Skeggs1-15/+3
2008-03-12nv50: convert to hwctx-in-screen as nv40 isBen Skeggs1-54/+7
2008-03-02nouveau: enable multi-context/single-channel support for nv40Ben Skeggs1-1/+1
2008-02-29nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs1-1/+2
2008-02-29nouveau: implement pipe_screenBen Skeggs1-86/+5
2008-02-16nouveau: match gallium code reorginisation.Ben Skeggs1-0/+202