aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_context.c
Commit message (Expand)AuthorAgeFilesLines
* nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller2012-04-151-5/+3
* nv50,nvc0: use new scratch buffers codeChristoph Bumiller2012-04-141-0/+2
* nv50,nvc0: hold references to the framebuffer surfacesChristoph Bumiller2012-04-141-0/+3
* nvc0: remove include of old libdrm_nouveau's nouveau_reloc.hChristoph Bumiller2012-04-141-2/+0
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-81/+66
* nvc0: implement new stream output interfaceChristoph Bumiller2011-12-151-1/+1
* nouveau: get rid of winsys objectMarcin Slusarz2011-12-131-2/+0
* nouveau,nvc0: fix/improve handling of multiple constant buffersChristoph Bumiller2011-10-211-0/+1
* nv50,nvc0: avoid unnecessary flushesMarcin Slusarz2011-10-091-1/+1
* nvc0: hook up to new shader code generatorChristoph Bumiller2011-09-141-0/+3
* nouveau: hook up video decoding with nouveau_contextChristoph Bumiller2011-07-211-0/+2
* 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