aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_context.c
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-402/+0
* nvc0: fix blitctx memory leakJoakim Sindholt2013-09-011-0/+1
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-1/+1
* nvc0: don't access array out of bounds on unexpected sample countChristoph Bumiller2013-08-061-2/+1
* nvc0: implement compute support for nvc0Samuel Pitoiset2013-08-061-2/+2
* nvc0: Initialize ptr for unexpected sample_count on release builds.Vinson Lee2013-08-051-0/+1
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* nvc0: implement multisample texturesChristoph Bumiller2013-04-121-0/+46
* nvc0: add some driver statistics queriesChristoph Bumiller2013-04-031-0/+4
* nvc0: implement compute support for nve4Christoph Bumiller2013-03-121-4/+39
* nvc0: Add support for video bufferMaarten Lankhorst2013-01-161-1/+2
* nouveau: improve buffer transfersChristoph Bumiller2013-01-081-0/+86
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+2
* nvc0: fix missing permanent bo reference on poly cacheBen Skeggs2012-10-091-0/+1
* nvc0: make sure handles for unbound textures/samplers are uploaded on nve4Christoph Bumiller2012-09-301-0/+2
* nv50,nvc0: implement blitChristoph Bumiller2012-09-301-0/+5
* nouveau: fix scratch buffer leakMarcin Slusarz2012-06-051-1/+1
* nv50,nvc0: handle user constbufs without wrapping them in a resourceChristoph Bumiller2012-05-171-2/+3
* nv50,nvc0: don't initialize the draw module, we don't use itChristoph Bumiller2012-04-241-1/+9
* 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