summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvc0/nvc0_context.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-402/+0
2013-09-01nvc0: fix blitctx memory leakJoakim Sindholt1-0/+1
2013-08-19vl: rename pipe_video_decoder to pipe_video_codecChristian König1-1/+1
2013-08-06nvc0: don't access array out of bounds on unexpected sample countChristoph Bumiller1-2/+1
2013-08-06nvc0: implement compute support for nvc0Samuel Pitoiset1-2/+2
2013-08-05nvc0: Initialize ptr for unexpected sample_count on release builds.Vinson Lee1-0/+1
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-4/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-12nvc0: implement multisample texturesChristoph Bumiller1-0/+46
2013-04-03nvc0: add some driver statistics queriesChristoph Bumiller1-0/+4
2013-03-12nvc0: implement compute support for nve4Christoph Bumiller1-4/+39
2013-01-16nvc0: Add support for video bufferMaarten Lankhorst1-1/+2
2013-01-08nouveau: improve buffer transfersChristoph Bumiller1-0/+86
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-1/+2
2012-10-09nvc0: fix missing permanent bo reference on poly cacheBen Skeggs1-0/+1
2012-09-30nvc0: make sure handles for unbound textures/samplers are uploaded on nve4Christoph Bumiller1-0/+2
2012-09-30nv50,nvc0: implement blitChristoph Bumiller1-0/+5
2012-06-05nouveau: fix scratch buffer leakMarcin Slusarz1-1/+1
2012-05-17nv50,nvc0: handle user constbufs without wrapping them in a resourceChristoph Bumiller1-2/+3
2012-04-24nv50,nvc0: don't initialize the draw module, we don't use itChristoph Bumiller1-1/+9
2012-04-15nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller1-5/+3
2012-04-14nv50,nvc0: use new scratch buffers codeChristoph Bumiller1-0/+2
2012-04-14nv50,nvc0: hold references to the framebuffer surfacesChristoph Bumiller1-0/+3
2012-04-14nvc0: remove include of old libdrm_nouveau's nouveau_reloc.hChristoph Bumiller1-2/+0
2012-04-14nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller1-81/+66
2011-12-15nvc0: implement new stream output interfaceChristoph Bumiller1-1/+1
2011-12-13nouveau: get rid of winsys objectMarcin Slusarz1-2/+0
2011-10-21nouveau,nvc0: fix/improve handling of multiple constant buffersChristoph Bumiller1-0/+1
2011-10-09nv50,nvc0: avoid unnecessary flushesMarcin Slusarz1-1/+1
2011-09-14nvc0: hook up to new shader code generatorChristoph Bumiller1-0/+3
2011-07-21nouveau: hook up video decoding with nouveau_contextChristoph Bumiller1-0/+2
2011-07-07nv50,nvc0: use screen instead of context for flush notifierChristoph Bumiller1-8/+5
2011-06-24nv50,nvc0: prevent pushbuf flush during ctx reloc emissionChristoph Bumiller1-1/+7
2011-03-19nv50,nvc0: implement texture barrierChristoph Bumiller1-0/+10
2011-03-13nv50,nvc0: clean up flushesChristoph Bumiller1-18/+8
2011-03-13nv50,nvc0: add some missing resource referencingChristoph Bumiller1-0/+27
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-7/+8
2011-03-01nvc0: fix a crash on context destructionBen Skeggs1-2/+6
2011-03-01nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs1-10/+16
2011-03-01nvc0: port to common fence/mm/buffer codeBen Skeggs1-7/+7
2011-03-01nv50-nvc0: set cur_ctx during init if none currently boundBen Skeggs1-0/+2
2011-02-24nvc0: improve userspace fencingChristoph Bumiller1-7/+15
2011-02-09nvc0: serialize on PIPE_FLUSH_RENDER_CACHE as wellChristoph Bumiller1-0/+4
2011-01-23nvc0: add MARK_RING where missing to avoid too many relocs errorsChristoph Bumiller1-2/+4
2011-01-09nvc0: implement queriesChristoph Bumiller1-0/+1
2010-12-27nvc0: implement VRAM buffer transfers with bounce buffersChristoph Bumiller1-23/+12
2010-12-23nvc0: use most defs/decls from nouveau_pushbuf.hChristoph Bumiller1-4/+5
2010-12-09nvc0: buffer suballocation with a primitive slab allocatorChristoph Bumiller1-0/+2
2010-11-12nvc0: import nvc0 gallium driverChristoph Bumiller1-0/+171