summaryrefslogtreecommitdiff
path: root/nouveau
AgeCommit message (Expand)Author
2015-06-21nouveau: add asserts to make sure krefs are thereIlia Mirkin
2015-05-21nouveau: add coherent BO attributeAlexandre Courbot
2015-05-06nouveau: restore check that avoids multiple user bos per kernel boBen Skeggs
2015-04-28Add missing <strings.h> includesGreg Hackmann
2015-04-28drm: remove drm_public macroEmil Velikov
2015-04-28drm: remove no longer needed VISIBILITY_CFLAGSEmil Velikov
2015-04-28drm: rename libdrm{,_macros}.hEmil Velikov
2015-04-28nouveau: add symbols testEmil Velikov
2015-04-28nouveau: annotate the private symbolsEmil Velikov
2015-03-20autotools: remove ${srcdir} from the includesEmil Velikov
2015-03-20android: remove LOCAL_COPY_HEADERS* variablesEmil Velikov
2015-03-20android: remove ${srcdir} from the includesEmil Velikov
2015-03-20android: simplify LOCAL_C_INCLUDESEmil Velikov
2015-03-20android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRSEmil Velikov
2015-03-13nouveau: Do not add most bo's to the global bo list.Maarten Lankhorst
2015-03-13nouveau: make nouveau importing global buffers completely thread-safe, with t...Maarten Lankhorst
2015-02-23android: remove duplicate libdrm in LOCAL_SHARED_LIBRARIESChih-Wei Huang
2015-02-16nouveau: fix unlock nouveau_bo_name_ref()Jerome Glisse
2015-01-26nouveau: Remove unused static function.Thomas Klausner
2014-09-28fix compile error on 32bit systemsRob Clark
2014-09-28nouveau: use drm_mmap/drm_munmap wrappersEmil Velikov
2014-09-28automake: pick up all files for distribution.Emil Velikov
2014-09-01nouveau: add Android build supportEmil Velikov
2014-09-01libdrm, freedreno, intel, nouveau, radeon: add Makefile.sourcesEmil Velikov
2014-08-04nouveau: Only export public functions.Maarten Lankhorst
2014-04-16amend previous commit to actually compileMaarten Lankhorst
2014-04-15nouveau: safen up nouveau_device list usage against concurrent accessMaarten Lankhorst
2013-11-07nouveau: prevent undefined behavior in nouveau_pushbuf_reloc with gcc-4.8Maarten Lankhorst
2013-03-26nouveau: add a way to override single pushbuffer memory limitsMarcin Slusarz
2013-03-26nouveau: return error from pushbuf_validateMarcin Slusarz
2013-01-16nouveau: use @PACKAGE_VERSION@ in libdrm_nouveau.pcMaarten Lankhorst
2013-01-16nouveau: expose channel engine selection on kepler chipsetsBen Skeggs
2013-01-14libdrm_nouveau.pc: don't include I${includedir}/nouveauMarcin Slusarz
2013-01-07nouveau: disallow pushbuf BOs in multiple memory typesBen Skeggs
2012-07-19libdrm/nouveau: add prime handle->bo and bo->handle support.Dave Airlie
2012-06-09nouveau: silence some remaining valgrind warningsMarcin Slusarz
2012-05-02nouveau: fix channel closingMarcin Slusarz
2012-04-24nouveau: expose notifier handle on nvc0 as wellChristoph Bumiller
2012-04-24nouveau: remove unnecessary EAGAIN loopsMarcin Slusarz
2012-04-17nouveau: init nvc0 channel alloc req structure fullyBen Skeggs
2012-04-14nouveau: pull in major libdrm rewriteBen Skeggs
2011-11-27nouveau: Mark nouveau subchannel unbound nouveau_grobj_freeMaarten Lankhorst
2011-10-19nouveau: free in error path if drmAvailable fails.Dave Airlie
2011-09-18nouveau: assert argument cannot have side effectsMarcin Slusarz
2010-12-21nouveau: fix up reloc_emit() to accept NULL target bufferBen Skeggs
2010-12-21nouveau: split pushbuf macros specific to nv04-nv50 out, and add nvc0Ben Skeggs
2010-12-21nouveau: nvc0 drm has no concept of "notifier block"Ben Skeggs
2010-11-22nouveau: Add implicit pushbuf flush before gpuobj destruction.Francisco Jerez
2010-10-31nouveau: Avoid unnecessary call to CPU_FINI.Francisco Jerez
2010-10-12nouveau: Let the user choose the push buffer size.Francisco Jerez