summaryrefslogtreecommitdiff
path: root/nouveau
Commit message (Expand)AuthorAgeFilesLines
* nouveau: prevent undefined behavior in nouveau_pushbuf_reloc with gcc-4.8Maarten Lankhorst2013-11-071-1/+2
* nouveau: add a way to override single pushbuffer memory limitsMarcin Slusarz2013-03-263-4/+21
* nouveau: return error from pushbuf_validateMarcin Slusarz2013-03-261-1/+1
* nouveau: use @PACKAGE_VERSION@ in libdrm_nouveau.pcMaarten Lankhorst2013-01-161-1/+1
* nouveau: expose channel engine selection on kepler chipsetsBen Skeggs2013-01-164-0/+48
* libdrm_nouveau.pc: don't include I${includedir}/nouveauMarcin Slusarz2013-01-141-1/+1
* nouveau: disallow pushbuf BOs in multiple memory typesBen Skeggs2013-01-071-4/+4
* libdrm/nouveau: add prime handle->bo and bo->handle support.Dave Airlie2012-07-192-0/+38
* nouveau: silence some remaining valgrind warningsMarcin Slusarz2012-06-092-5/+4
* nouveau: fix channel closingMarcin Slusarz2012-05-021-5/+12
* nouveau: expose notifier handle on nvc0 as wellChristoph Bumiller2012-04-242-0/+2
* nouveau: remove unnecessary EAGAIN loopsMarcin Slusarz2012-04-242-11/+4
* nouveau: init nvc0 channel alloc req structure fullyBen Skeggs2012-04-171-1/+1
* nouveau: pull in major libdrm rewriteBen Skeggs2012-04-1428-2737/+1973
* nouveau: Mark nouveau subchannel unbound nouveau_grobj_freeMaarten Lankhorst2011-11-271-1/+2
* nouveau: free in error path if drmAvailable fails.Dave Airlie2011-10-191-1/+3
* nouveau: assert argument cannot have side effectsMarcin Slusarz2011-09-181-1/+2
* nouveau: fix up reloc_emit() to accept NULL target bufferBen Skeggs2010-12-211-9/+25
* nouveau: split pushbuf macros specific to nv04-nv50 out, and add nvc0Ben Skeggs2010-12-215-40/+169
* nouveau: nvc0 drm has no concept of "notifier block"Ben Skeggs2010-12-211-16/+21
* nouveau: Add implicit pushbuf flush before gpuobj destruction.Francisco Jerez2010-11-222-0/+4
* nouveau: Avoid unnecessary call to CPU_FINI.Francisco Jerez2010-10-312-1/+5
* nouveau: Let the user choose the push buffer size.Francisco Jerez2010-10-124-10/+11
* nouveau: Define buffer object usage flags.Francisco Jerez2010-10-124-1/+18
* nouveau: fix drm version check some moreBen Skeggs2010-09-211-1/+1
* nouveau: fix thinko in drm version checkBen Skeggs2010-09-201-1/+1
* nouveau: accept both 0.0.16 and 1.x.xBen Skeggs2010-08-181-9/+12
* nouveau: stop shipping nouveau_class.hBen Skeggs2010-04-092-9020/+0
* nouveau: fix annoying compiler warningBen Skeggs2010-03-191-1/+1
* nouveau: fix segfault in nouveau_bo_new_tile() failure pathBen Skeggs2010-03-191-1/+1
* nouveau: remove unused field from nouveau_boBen Skeggs2010-03-191-1/+0
* nouveau: Regenerate nouveau_class.h.Francisco Jerez2010-03-181-106/+128
* Install headers to $(includedir)/libdrmJulien Cristau2010-03-172-2/+2
* libdrm_nouveau requires libdrmJulien Cristau2010-03-171-0/+1
* nouveau: Fix up the stride of NV20TCL_LIGHT_BACK_*.Francisco Jerez2010-03-131-6/+6
* nouveau: Small lighting related addition to nouveau_class.h.Francisco Jerez2010-03-071-0/+1
* nouveau: Update nouveau_class.h.Francisco Jerez2010-03-061-71/+33
* nouveau: make sure initial kalloc for user bo ends up in the right placeMaarten Maathuis2010-03-021-0/+6
* nouveau: Update nouveau_class.h.Francisco Jerez2010-02-251-43/+36
* nv30: update for 8 texture unitsPatrice Mandin2010-02-201-9/+9
* nv30: update for front/back stencil inversionPatrice Mandin2010-02-201-48/+48
* nouveau: interface changes for 0.0.16 DRMLuca Barbieri2010-02-1610-350/+344
* nouveau: Regenerate nouveau_class.h.Francisco Jerez2010-02-011-491/+541
* nouveau: add nouveau_resource_destroyMarcin Slusarz2010-01-312-0/+12
* nouveau: fail channel creation if pushbuf init failsBen Skeggs2010-01-211-1/+5
* nouveau: disable flush_notify on channel_freeMarcin Slusarz2010-01-151-0/+1
* nouveau: fix memory leak in nouveau_channel_freeMarcin Slusarz2010-01-151-0/+4
* nouveau: Update nouveau_class.h.Francisco Jerez2010-01-081-31/+22
* nouveau: add BEGIN_RING_NIMarcin Slusarz2009-12-301-0/+8
* nouveau: Unreference pushbuf objects on channel destruction.Younes Manton2009-12-283-3/+16