summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-19Remove mga_esc.c vestigal stubAlan Coopersmith
2013-10-31mga: Use exaGetPixmapFirstPixel() instead of devPrivate.ptrTormod Volden
2013-10-25Disable HW cursor by default on G200 server chipsEgbert Eich
2013-10-25Restructure code to make it more readableEgbert Eich
2013-10-25Fix dual head crash without XAATormod Volden
2013-10-25Unbreak dual head (xinerama)Andy MacLean
2013-07-31Disable Linear Expansion on BEEgbert Eich
2013-01-12Restrict kernel driver matching to g200 server chipsJulien Cristau
2012-09-28mga: bump release to 1.6.2xf86-video-mga-1.6.2Dave Airlie
2012-09-28mga: bring dri1 back to life.Dave Airlie
2012-09-26mga: add stub storm functions if not using XAADave Airlie
2012-09-25Remove mibstore.hAdam Jackson
2012-07-17xf86-video-mga: bump to version 1.6.1xf86-video-mga-1.6.1Dave Airlie
2012-07-15mga: fix after XAA removalDave Airlie
2012-07-02mga: bump to 1.6.0xf86-video-mga-1.6.0Dave Airlie
2012-06-06mga: port to new compat API.Dave Airlie
2012-05-25Add const qualifier to char *from in MGAdoDDCAlan Coopersmith
2012-05-25Move PCI vendor/device id defines into mga.h instead of using xf86PciInfo.hAlan Coopersmith
2012-05-17mga: don't bind to device if there is a kernel driverDave Airlie
2012-03-23xf86-video-mga 1.5.0xf86-video-mga-1.5.0Alan Coopersmith
2012-01-04Untangle XF86DRI from the driver-specific DRI definePeter Hutterer
2012-01-03When we can't load the xaa or exa modules, use shadowfb insteadJulien Cristau
2011-12-29Check MGAAllocAdaptor() for memory allocation failureAlan Coopersmith
2011-12-07Add support for Video Memory greater then 8MChristian Toutant
2011-10-29Include "xf86Modes.h" for xf86ModeBandwidthJeremy Huddleston
2011-10-29Include <unistd.h> for usleepJeremy Huddleston
2011-09-27Remove calls to xf86IsPc98()Matt Turner
2011-09-27Fix printf format specifier warningMatt Turner
2011-09-27Remove if(E != NULL) checks around free(E)Matt Turner
2011-09-27Remove xalloc/xcalloc/xrealloc/xfreeMatt Turner
2011-09-20Delete support for MGA's proprietary HAL: unifdef USEMGAHAL.Jamey Sharp
2011-09-20Nothing uses clientlx.c, so delete it.Jamey Sharp
2011-09-20Reset tagfifo for renesas.Christian Toutant
2011-08-03Added support for G200SE Pilot3Christian Toutant
2011-06-22Don't include xf86Priv.hAdam Jackson
2010-12-17added support for G200ER.Yannick Heneault
2010-10-30Sun's copyrights now belong to OracleAlan Coopersmith
2010-10-14Don't allow the config file to override BIOS locationAdam Jackson
2010-10-06Purge cvs tags.Jesse Adkins
2010-08-25modified G200SE conditionnal statement about revision register for products c...Yannick Heneault
2010-08-10xf86-video-mga 1.4.13xf86-video-mga-1.4.13Adam Jackson
2010-07-22config: add comments for main statementsGaetan Nadon
2010-07-22config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon
2010-07-22config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon
2010-07-22config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon
2010-07-22config: complete AC_INIT m4 quotingGaetan Nadon
2010-07-22config: remove unrequired AC_SUBST([DRI_CFLAGS])Gaetan Nadon
2010-07-22config: remove unrequired AC_SUBST([XORG_CFLAGS])Gaetan Nadon
2010-07-22config: remove unrequired AC_HEADER_STDCGaetan Nadon
2010-07-22config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon