aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_context.c
Commit message (Expand)AuthorAgeFilesLines
* nv50,nvc0: use screen instead of context for flush notifierChristoph Bumiller2011-07-071-8/+5
* nv50,nvc0: prevent pushbuf flush during ctx reloc emissionChristoph Bumiller2011-06-241-1/+7
* nv50,nvc0: implement texture barrierChristoph Bumiller2011-03-191-0/+10
* nv50,nvc0: clean up flushesChristoph Bumiller2011-03-131-18/+8
* nv50,nvc0: add some missing resource referencingChristoph Bumiller2011-03-131-0/+27
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-7/+8
* nvc0: fix a crash on context destructionBen Skeggs2011-03-011-2/+6
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-10/+16
* nvc0: port to common fence/mm/buffer codeBen Skeggs2011-03-011-7/+7
* nv50-nvc0: set cur_ctx during init if none currently boundBen Skeggs2011-03-011-0/+2
* nvc0: improve userspace fencingChristoph Bumiller2011-02-241-7/+15
* nvc0: serialize on PIPE_FLUSH_RENDER_CACHE as wellChristoph Bumiller2011-02-091-0/+4
* nvc0: add MARK_RING where missing to avoid too many relocs errorsChristoph Bumiller2011-01-231-2/+4
* nvc0: implement queriesChristoph Bumiller2011-01-091-0/+1
* nvc0: implement VRAM buffer transfers with bounce buffersChristoph Bumiller2010-12-271-23/+12
* nvc0: use most defs/decls from nouveau_pushbuf.hChristoph Bumiller2010-12-231-4/+5
* nvc0: buffer suballocation with a primitive slab allocatorChristoph Bumiller2010-12-091-0/+2
* nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-0/+171