summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-05modesetting: add platform bus supportplatformDave Airlie1-0/+42
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
2012-03-23modesetting: fix build against older XextDave Airlie1-0/+6
2012-03-05make busID non mandatorySascha Hauer1-24/+22
2012-03-05do not bail out on non pci devicesSascha Hauer1-3/+0
2012-03-05Fix non PCI device probingSascha Hauer1-5/+4
2012-03-05introduce open_hw() functionSascha Hauer1-6/+13
2012-03-05fix if() brackets in Probe functionSascha Hauer1-1/+2
2012-02-22xf86-video-modesetting 0.2.0Dave Airlie1-1/+1
2012-02-22modesetting: fix warnings, remove dead code.Dave Airlie1-16/+1
2012-02-22config: layout and comment the top portion of configure.acGaetan Nadon1-10/+10
2012-02-22config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-2/+2
2012-02-22make: add all warnings according to the platformGaetan Nadon2-5/+1
2012-02-22make: remove empty variable assignmentGaetan Nadon1-3/+0
2012-02-22Remove unneeded AM_PROG_CC_C_COGaetan Nadon1-1/+0
2012-02-22Remove redundant AC_PROG_CCGaetan Nadon1-1/+0
2012-02-22Replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2012-02-22Add missing targets for ChangeLog and INSTALLGaetan Nadon1-0/+12
2012-02-22Remove redundant EXTRA_DIST for the README file.Gaetan Nadon1-2/+0
2012-02-21make: remove redundant AUTOMAKE_OPTIONSGaetan Nadon1-1/+0
2012-02-21Fix typo in .gitignoreGaetan Nadon1-2/+2
2012-02-21man: missing AM_V_GEN and hard-coded sed command nameGaetan Nadon1-4/+4
2012-02-21Add contact information to the README fileGaetan Nadon1-0/+23
2012-02-21Fill the COPYING file with license textGaetan Nadon1-8/+40
2012-02-20modesetting: disable dirty updates for ENOSYSDave Airlie1-1/+1
2012-02-20modesetting: fix shadow resizing.Dave Airlie1-2/+15
2012-02-20modesetting: move shadow stuff to other structureDave Airlie3-16/+19
2012-02-20modesetting: fix stride if kernel modifies it.Dave Airlie1-4/+5
2012-02-20shadowfb: dump shadowfb state at startupDave Airlie1-0/+1
2012-02-17use a cap to decide if shadow is preferred or not.Dave Airlie1-1/+13
2012-02-17cleanup dumb cap fetchDave Airlie1-7/+5
2012-02-17modesetting: add cursor fallback if kernel rejects cursor.Dave Airlie3-3/+15
2012-02-16fix some whitespaceDave Airlie1-3/+0
2012-02-16fixup device openDave Airlie1-22/+30
2011-11-03don't map cursors in sw cursor modeJames Simmons1-1/+2
2011-11-03configure: don't require xvmc.Dave Airlie1-1/+1
2011-10-03fix fb_id for dirty reportingHEADmasterDave Airlie2-2/+1