summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
6 daysuse XNFcallocarray() instead of xnfcalloc macroHEADmasterEnrico Weigelt, metux IT consult4-9/+9
2024-01-07Fix warning: declaration of ‘ulIndex’ shadows a previous local [-Wshadow]Alan Coopersmith1-3/+2
2024-01-07Fix 3 -Wmissing-prototypes warningsAlan Coopersmith1-3/+3
2024-01-07Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith1-1/+1
2023-04-28Fix -Wold-style-declaration warningsAlan Coopersmith2-6/+6
2022-04-13Fix uninitialized read in MGAEnableSecondOutPutRaphael Isemann1-0/+1
2022-01-22Fix spelling/wording issuesAlan Coopersmith12-29/+29
2018-12-07Remove last remnants of old Matrox HALKevin Brace4-294/+0
2018-11-29Write 8 bits instead of 32 to MGAREG_CACHEFLUSHHenry Zhao1-1/+1
2018-11-29Use fabs() to compute absolute value of floating point number.Matthieu Herrb1-2/+2
2018-11-26Suppression of a compilation error when XAA is not in useKevin Brace2-1/+4
2018-11-26Convert most HAVE_XAA_H conditional compilation labels to USE_XAAKevin Brace5-23/+23
2018-11-26Eliminate set but unused variablesKevin Brace3-37/+12
2018-11-26Eliminate unused variablesKevin Brace6-12/+25
2018-11-21mga_drv: fix image corruption due to memcpy reorderingMikulas Patocka1-1/+17
2018-03-25fix typo in MGADRIMoveBuffersXAA()Nicolas Kaiser1-1/+1
2018-02-20mga_drv: use exa by defaultMikulas Patocka1-0/+3
2018-02-20mga_drv: fix warningMikulas Patocka7-38/+48
2018-02-20mga_drv: fix structure definitionMikulas Patocka1-1/+1
2018-02-20mga_drv: fix a typoMikulas Patocka1-1/+1
2017-07-17xf86-video-mga: remove the GlxSetVisualConfigs stub and friendsEmil Velikov4-256/+2
2017-06-20xf86-video-mga: Fix to always set HiPri for G200e4 V2Mathieu Larouche1-15/+25
2017-02-14xf86-video-mga: Add support for a new G200eH3 deviceMathieu Larouche5-5/+94
2016-07-28xf86-video-mga: Add support for the new G200e chipset -- V2Mathieu Larouche2-5/+83
2016-07-28xf86-video-mga: Add support for a new G200eW3 chipsetMathieu Larouche5-17/+149
2016-07-19Adapt Block/WakeupHandler signature for ABI 23Adam Jackson1-0/+5
2015-09-17Use correct type in function call.Thomas Klausner1-1/+5
2015-08-24Composite fixupConnor Behan1-1/+7
2015-08-24Remove DownloadFromScreenConnor Behan1-26/+0
2015-07-01Enable write-combining on the framebuffer BARAdam Jackson1-1/+2
2014-07-29undef DISABLE_VGA_IOAdam Jackson2-132/+0
2014-07-29dri: Stop (uselessly) initializing the ValidateTree hooksAdam Jackson1-3/+0
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: fix XAA runtimeDave Airlie2-4/+4
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: 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-15mga: fix after XAA removalDave Airlie7-13/+31
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