summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-26Update configure.ac bug URL for gitlab migrationHEADmasterAlan Coopersmith1-1/+1
2018-11-18Fix gitlab URL in README.mdAlan Coopersmith1-1/+1
2018-11-18Update README for gitlab migrationAlan Coopersmith3-25/+19
2014-07-09Post-release version bumpThierry Reding1-1/+1
2014-07-09xf86-video-opentegra 0.7.0v0.7.0Thierry Reding1-1/+1
2014-07-09Install OutputClass xorg.conf.d snippetThierry Reding3-0/+56
2014-07-09Make sure compat-api.h header is includedErik Faye-Lund1-0/+1
2014-07-09Make compat-api.h standalone includibleThierry Reding1-0/+3
2014-07-09Build with older Xorg video-driver ABIsErik Faye-Lund1-0/+8
2014-07-09Formatting cleanupsThierry Reding4-4/+12
2014-07-09Detect absence of hardware cursor support earlyThierry Reding3-10/+22
2014-07-09Always open device by pathThierry Reding1-7/+4
2014-07-09Refactor some codeThierry Reding1-10/+12
2014-07-09Remove unused and redundant variablesThierry Reding2-8/+1
2014-07-09Do not use maintainer modeThierry Reding2-2/+1
2014-07-09Minor cleanup of Makefile.amThierry Reding1-4/+4
2014-02-19Handle new DamageUnregister API which has only one argumentKeith Packard1-0/+6
2014-02-19Properly identify DSI outputsThierry Reding1-1/+2
2014-02-19Staticise and constify output namesThierry Reding1-1/+1
2014-02-19Do not distribute gzipped tarballsThierry Reding1-1/+1
2013-01-09make TegraPlatformProbe actually workLucas Stach1-8/+8
2013-01-09Rebrand and cleanupThierry Reding9-1837/+1687
2013-01-09modesetting: bump to 0.6.0Dave Airlie1-1/+1
2013-01-09modesetting: fix crashes caused by udev race conditionsDave Airlie1-0/+5
2012-11-29Remove call to miInitializeBackingStore()Thierry Reding1-1/+0
2012-11-29build: Put m4 macros in m4 subdirectoryThierry Reding3-0/+4
2012-09-17modesetting: remove alloca usage againDave Airlie1-1/+5
2012-09-14modesetting: add virtual connector supportAlon Levy2-2/+8
2012-09-13bump version to 0.5.0Maarten Lankhorst1-1/+1
2012-08-16Implement ->driverFuncAdam Jackson1-1/+18
2012-07-25modesetting: add output slave support.Dave Airlie4-24/+264
2012-07-25modesetting: add platform bus supportDave Airlie1-15/+69
2012-07-25modesetting: fix warning about close being undefined.Dave Airlie1-0/+1
2012-07-25modesetting: drop useless xf86PciInfo includeDave Airlie1-1/+0
2012-06-22modesetting 0.4.0: bump configure.acDave Airlie1-1/+1
2012-06-22modesetting: pci probing requires interface version 1.4Dave Airlie1-0/+11
2012-06-05modesetting: workaround kernel bug reporting 0x0 as valid minsDave Airlie1-0/+4
2012-06-01modesetting: bump to latest X server compat api.Dave Airlie2-31/+83
2012-05-23modesetting: fix make distcheckDave Airlie1-0/+1
2012-05-23modesetting: convert to new scrn conversion APIs.Dave Airlie2-7/+7
2012-05-23modesetting: add compat header fileDave Airlie3-0/+43
2012-05-09bump version to 0.3.0Dave Airlie1-1/+1
2012-05-09configure.ac: remove DRI and RENDERMatt Turner1-6/+0
2012-05-09modesetting: make sure the pci device corresponds to the drm deviceDave Airlie1-1/+34
2012-05-01modesetting: attempt to work out if we want 24 or 32bppDave Airlie3-7/+68
2012-05-01modesetting: move opening kernel device to before setting depthDave Airlie1-22/+22
2012-04-17modesetting: add set/drop master around VT switchDave Airlie1-3/+8
2012-04-17cursor: hide cursors on LeaveVTDave Airlie1-0/+2
2012-04-14dirty: check malloc returnDave Airlie1-1/+4
2012-04-14drop use of alloca, just use malloc/freeDave Airlie1-1/+2