summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-21Remove deprecated includes from RANDR1.2 codeg200se-randr-v2Adam Jackson2-4/+0
2014-05-21Reject non-character-cell-sized modes on G200SE and friendsAdam Jackson1-0/+7
2014-05-21Fix CRTC sizing and mode validationAdam Jackson3-6/+17
2014-05-21Clip shadowfb upload box to the screenAdam Jackson1-2/+11
2014-05-21On SE-A, if depth 24, prefer 24bppAdam Jackson1-1/+7
2014-05-21Use classic-equivalent DPMS codeAdam Jackson1-0/+5
2014-05-21randr: sync some more ER and WB bits from the legacy pathAdam Jackson1-0/+5
2014-05-21randr: Add G200SE display priority tweakAdam Jackson1-1/+62
2014-05-21Force shadowfb for RANDR 1.2 for nowAdam Jackson1-6/+12
2014-05-21WIP: RANDR 1.2 skeletonAdam Jackson8-88/+1739
2014-05-21Remove old-school static rotationAdam Jackson4-256/+2
2014-05-21Remove unused fields from MGARecAdam Jackson3-11/+0
2014-05-21Stop pretending DDC1 is a thingAdam Jackson4-80/+1
2014-05-21Remove dead macroAdam Jackson1-2/+0
2014-05-21Remove yet another dead code path from HALectomyAdam Jackson3-21/+0
2014-05-21Drop unused VGA_DISABLE_IO codeAdam Jackson2-138/+2
2014-05-21Yet more HAL cleanupAdam Jackson2-18/+16
2014-05-21Remove yet more HAL glueAdam Jackson2-42/+0
2014-05-21Undo some code duplicationAdam Jackson1-9/+1
2014-03-14fix a type in previous lockup in the mga driver fixMikulas Patocka1-1/+1
2014-03-14xf86-video-mga: fix a lockup in the mga driverMikulas Patocka1-3/+9
2014-03-14xf86-video-mga: set the pan_ctl registerMikulas Patocka2-0/+40
2013-12-05mga: bump release to 1.6.3xf86-video-mga-1.6.3Dave Airlie1-1/+1
2013-12-05mga: fix XAA runtimeDave Airlie3-4/+7
2013-11-19Remove mga_esc.c vestigal stubAlan Coopersmith2-14/+0
2013-10-31mga: Use exaGetPixmapFirstPixel() instead of devPrivate.ptrTormod Volden1-1/+1
2013-10-25Disable HW cursor by default on G200 server chipsEgbert Eich1-1/+21
2013-10-25Restructure code to make it more readableEgbert Eich1-22/+21
2013-10-25Fix dual head crash without XAATormod Volden1-0/+2
2013-10-25Unbreak dual head (xinerama)Andy MacLean2-30/+92
2013-07-31Disable Linear Expansion on BEEgbert Eich2-0/+9
2013-01-12Restrict kernel driver matching to g200 server chipsJulien Cristau1-6/+16
2012-09-28mga: bump release to 1.6.2xf86-video-mga-1.6.2Dave Airlie1-1/+1
2012-09-28mga: bring dri1 back to life.Dave Airlie4-22/+25
2012-09-26mga: add stub storm functions if not using XAADave Airlie1-0/+10
2012-09-25Remove mibstore.hAdam Jackson1-4/+0
2012-07-17xf86-video-mga: bump to version 1.6.1xf86-video-mga-1.6.1Dave Airlie1-1/+1
2012-07-15mga: fix after XAA removalDave Airlie8-15/+49
2012-07-02mga: bump to 1.6.0xf86-video-mga-1.6.0Dave Airlie1-1/+1
2012-06-06mga: port to new compat API.Dave Airlie14-138/+228
2012-05-25Add const qualifier to char *from in MGAdoDDCAlan Coopersmith1-1/+1
2012-05-25Move PCI vendor/device id defines into mga.h instead of using xf86PciInfo.hAlan Coopersmith15-51/+23
2012-05-17mga: don't bind to device if there is a kernel driverDave Airlie1-0/+9
2012-03-23xf86-video-mga 1.5.0xf86-video-mga-1.5.0Alan Coopersmith1-1/+1
2012-01-04Untangle XF86DRI from the driver-specific DRI definePeter Hutterer7-32/+36
2012-01-03When we can't load the xaa or exa modules, use shadowfb insteadJulien Cristau1-21/+25
2011-12-29Check MGAAllocAdaptor() for memory allocation failureAlan Coopersmith1-0/+6
2011-12-07Add support for Video Memory greater then 8MChristian Toutant1-8/+48
2011-10-29Include "xf86Modes.h" for xf86ModeBandwidthJeremy Huddleston1-0/+4
2011-10-29Include <unistd.h> for usleepJeremy Huddleston1-0/+2