summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tags/libdrm-2.4.66' into masterSean Paul2016-02-0317-383/+1344
|\
| * nouveau: clean up nouveau.h, noting deprecated members/functionsBen Skeggs2015-12-211-113/+114
| * nouveau: add support for newer kernel interfacesBen Skeggs2015-12-212-7/+155
| * nouveau: add new interface to create a nouveau_deviceBen Skeggs2015-12-213-47/+89
| * nouveau: remove nouveau_object_find()Ben Skeggs2015-12-213-13/+0
| * nouveau: make use of nouveau_drm::fd instead of nouveau_device::fdBen Skeggs2015-12-213-31/+40
| * nouveau: stack legacy nouveau_device on top of nouveau_drmBen Skeggs2015-12-211-25/+21
| * nouveau: introduce object to represent the kernel clientBen Skeggs2015-12-213-0/+55
| * nouveau: add interfaces to query information about supported classesBen Skeggs2015-12-215-1/+117
| * nouveau: add interface to call an object's methodsBen Skeggs2015-12-213-0/+10
| * nouveau: make it possible to init object in pre-allocated memoryBen Skeggs2015-12-211-16/+48
| * nouveau: move object functions up, to avoid future foward declsBen Skeggs2015-12-211-56/+56
| * nouveau: move more abi16-specific logic into abi16.cBen Skeggs2015-12-213-58/+93
| * nouveau: import and install a selection of nvif headers from the kernelBen Skeggs2015-12-219-2/+472
| * nouveau: use designated initializersEmil Velikov2015-09-042-6/+13
| * nouveau: add asserts to make sure krefs are thereIlia Mirkin2015-06-211-0/+4
| * nouveau: add coherent BO attributeAlexandre Courbot2015-05-212-0/+4
| * nouveau: restore check that avoids multiple user bos per kernel boBen Skeggs2015-05-051-0/+10
| * Add missing <strings.h> includesGreg Hackmann2015-04-281-0/+1
| * drm: remove drm_public macroEmil Velikov2015-04-283-35/+35
| * drm: remove no longer needed VISIBILITY_CFLAGSEmil Velikov2015-04-281-1/+0
| * drm: rename libdrm{,_macros}.hEmil Velikov2015-04-282-2/+2
| * nouveau: add symbols testEmil Velikov2015-04-282-1/+54
| * nouveau: annotate the private symbolsEmil Velikov2015-04-283-17/+17
| * autotools: remove ${srcdir} from the includesEmil Velikov2015-03-201-1/+0
| * android: remove LOCAL_COPY_HEADERS* variablesEmil Velikov2015-03-201-3/+0
| * android: remove ${srcdir} from the includesEmil Velikov2015-03-201-3/+0
| * android: simplify LOCAL_C_INCLUDESEmil Velikov2015-03-201-3/+1
| * android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRSEmil Velikov2015-03-201-2/+1
| * nouveau: Do not add most bo's to the global bo list.Maarten Lankhorst2015-03-131-24/+22
| * nouveau: make nouveau importing global buffers completely thread-safe, with t...Maarten Lankhorst2015-03-131-37/+32
| * android: remove duplicate libdrm in LOCAL_SHARED_LIBRARIESChih-Wei Huang2015-02-231-3/+0
| * nouveau: fix unlock nouveau_bo_name_ref()Jerome Glisse2015-02-161-1/+1
| * nouveau: Remove unused static function.Thomas Klausner2015-01-261-6/+0
* | Remove headers from LOCAL_SRC_FILESDan Willemsen2016-01-251-9/+1
* | Remove LOCAL_COPY_HEADERSColin Cross2015-12-211-3/+0
* | Add missing <strings.h> includesGreg Hackmann2015-04-151-0/+1
|/
* fix compile error on 32bit systemsRob Clark2014-09-281-0/+4
* nouveau: use drm_mmap/drm_munmap wrappersEmil Velikov2014-09-281-3/+3
* automake: pick up all files for distribution.Emil Velikov2014-09-281-0/+2
* nouveau: add Android build supportEmil Velikov2014-09-011-0/+30
* libdrm, freedreno, intel, nouveau, radeon: add Makefile.sourcesEmil Velikov2014-09-012-7/+13
* nouveau: Only export public functions.Maarten Lankhorst2014-08-045-35/+37
* amend previous commit to actually compileMaarten Lankhorst2014-04-161-7/+15
* nouveau: safen up nouveau_device list usage against concurrent accessMaarten Lankhorst2014-04-152-22/+89
* 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