summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
4 daysmga_bios: remove unused get_u32 inline functionHEADmasterAlan Coopersmith1-20/+0
4 daysRemove semicolons without statementsAlan Coopersmith2-5/+4
4 daysPMGA & QUIESCE_DMA: Remove ; from end of macro definitionsAlan Coopersmith1-2/+2
4 daysWAITFIFO: add do { ... } while (0) to avoid -Wextra-semi-stmt warningsAlan Coopersmith1-2/+3
4 daysCHECK_DMA_QUIESCENT: add do ... while (0) to avoid -Wextra-semi-stmt warningsAlan Coopersmith1-3/+3
4 daysBOUND & REBOUND: add do ... while (0) to avoid -Wextra-semi-stmt warningsAlan Coopersmith1-4/+4
4 daysRemove MGA_NOT_HAL() macro left behind from HAL removalAlan Coopersmith5-72/+35
2024-10-12xf86-video-mga 2.1.0xf86-video-mga-2.1.0Alan Coopersmith1-2/+2
2024-07-14Fix 2 -Wcalloc-transposed-args warningsAlan Coopersmith1-2/+2
2024-05-14Assume the Xserver provides xf86ModeBandwidth nowAlan Coopersmith2-35/+0
2024-05-14Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)Alan Coopersmith10-2882/+16
2024-05-08use XNFcallocarray() instead of xnfcalloc macroEnrico 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 Coopersmith2-2/+2
2024-01-07Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-2/+1
2023-10-01gitlab CI: ensure libtool is installed in build containerAlan Coopersmith1-3/+3
2023-04-28Fix -Wold-style-declaration warningsAlan Coopersmith2-6/+6
2023-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith1-1/+1
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-07-10xf86-video-mga 2.0.1xf86-video-mga-2.0.1Alan Coopersmith1-1/+1
2022-04-13Fix uninitialized read in MGAEnableSecondOutPutRaphael Isemann1-0/+1
2022-01-22gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-01-22Fix spelling/wording issuesAlan Coopersmith16-33/+33
2022-01-22Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2019-05-04configure.ac: fix cross-compilationFabrice Fontaine1-6/+12
2018-12-07Version bumped to Version 2.0.0xf86-video-mga-2.0.0Kevin Brace1-1/+1
2018-12-07Version bumped to Version 1.6.901Kevin Brace1-1/+1
2018-12-07Remove last remnants of old Matrox HALKevin Brace6-504/+1
2018-11-29Version bumped to Version 1.6.900Kevin Brace1-1/+1
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-25Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-21mga_drv: fix image corruption due to memcpy reorderingMikulas Patocka1-1/+17
2018-11-18Update README for gitlab migrationAlan Coopersmith3-26/+19
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
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1