summaryrefslogtreecommitdiff
path: root/nouveau
AgeCommit message (Expand)AuthorFilesLines
2012-07-19libdrm/nouveau: add prime handle->bo and bo->handle support.Dave Airlie2-0/+38
2012-06-09nouveau: silence some remaining valgrind warningsMarcin Slusarz2-5/+4
2012-05-02nouveau: fix channel closingMarcin Slusarz1-5/+12
2012-04-24nouveau: expose notifier handle on nvc0 as wellChristoph Bumiller2-0/+2
2012-04-24nouveau: remove unnecessary EAGAIN loopsMarcin Slusarz2-11/+4
2012-04-17nouveau: init nvc0 channel alloc req structure fullyBen Skeggs1-1/+1
2012-04-14nouveau: pull in major libdrm rewriteBen Skeggs28-2737/+1973
2011-11-27nouveau: Mark nouveau subchannel unbound nouveau_grobj_freeMaarten Lankhorst1-1/+2
2011-10-19nouveau: free in error path if drmAvailable fails.Dave Airlie1-1/+3
2011-09-18nouveau: assert argument cannot have side effectsMarcin Slusarz1-1/+2
2010-12-21nouveau: fix up reloc_emit() to accept NULL target bufferBen Skeggs1-9/+25
2010-12-21nouveau: split pushbuf macros specific to nv04-nv50 out, and add nvc0Ben Skeggs5-40/+169
2010-12-21nouveau: nvc0 drm has no concept of "notifier block"Ben Skeggs1-16/+21
2010-11-22nouveau: Add implicit pushbuf flush before gpuobj destruction.Francisco Jerez2-0/+4
2010-10-31nouveau: Avoid unnecessary call to CPU_FINI.Francisco Jerez2-1/+5
2010-10-12nouveau: Let the user choose the push buffer size.Francisco Jerez4-10/+11
2010-10-12nouveau: Define buffer object usage flags.Francisco Jerez4-1/+18
2010-09-21nouveau: fix drm version check some moreBen Skeggs1-1/+1
2010-09-20nouveau: fix thinko in drm version checkBen Skeggs1-1/+1
2010-08-18nouveau: accept both 0.0.16 and 1.x.xBen Skeggs1-9/+12
2010-04-09nouveau: stop shipping nouveau_class.hBen Skeggs2-9020/+0
2010-03-19nouveau: fix annoying compiler warningBen Skeggs1-1/+1
2010-03-19nouveau: fix segfault in nouveau_bo_new_tile() failure pathBen Skeggs1-1/+1
2010-03-19nouveau: remove unused field from nouveau_boBen Skeggs1-1/+0
2010-03-18nouveau: Regenerate nouveau_class.h.Francisco Jerez1-106/+128
2010-03-17Install headers to $(includedir)/libdrmJulien Cristau2-2/+2
2010-03-17libdrm_nouveau requires libdrmJulien Cristau1-0/+1
2010-03-13nouveau: Fix up the stride of NV20TCL_LIGHT_BACK_*.Francisco Jerez1-6/+6
2010-03-07nouveau: Small lighting related addition to nouveau_class.h.Francisco Jerez1-0/+1
2010-03-06nouveau: Update nouveau_class.h.Francisco Jerez1-71/+33
2010-03-02nouveau: make sure initial kalloc for user bo ends up in the right placeMaarten Maathuis1-0/+6
2010-02-25nouveau: Update nouveau_class.h.Francisco Jerez1-43/+36
2010-02-20nv30: update for 8 texture unitsPatrice Mandin1-9/+9
2010-02-20nv30: update for front/back stencil inversionPatrice Mandin1-48/+48
2010-02-16nouveau: interface changes for 0.0.16 DRMLuca Barbieri10-350/+344
2010-02-01nouveau: Regenerate nouveau_class.h.Francisco Jerez1-491/+541
2010-01-31nouveau: add nouveau_resource_destroyMarcin Slusarz2-0/+12
2010-01-21nouveau: fail channel creation if pushbuf init failsBen Skeggs1-1/+5
2010-01-15nouveau: disable flush_notify on channel_freeMarcin Slusarz1-0/+1
2010-01-15nouveau: fix memory leak in nouveau_channel_freeMarcin Slusarz1-0/+4
2010-01-08nouveau: Update nouveau_class.h.Francisco Jerez1-31/+22
2009-12-30nouveau: add BEGIN_RING_NIMarcin Slusarz1-0/+8
2009-12-28nouveau: Unreference pushbuf objects on channel destruction.Younes Manton3-3/+16
2009-12-28nouveau: Update some object definitions from renouveau.xml.Francisco Jerez1-1666/+1699
2009-12-28nouveau: Update nouveau_class.h with new renouveau.xml definitions.Marcin Kościelnicki1-316/+768
2009-12-17nouveau: remove delayed kernel bo creationBen Skeggs1-24/+17
2009-12-09nouveau: Use drmIoctl so we restart ioctl on EINTR or EAGAINBen Skeggs1-4/+3
2009-12-09nouveau: move reloc code down, nothing to see hereBen Skeggs1-92/+91
2009-11-20Merge remote branch 'origin/master' into libdrmKristian Høgsberg1-32/+154
2009-11-17Move libdrm/ up one levelKristian Høgsberg19-0/+10941