summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-08Fix 9 -Wmissing-prototypes warningsHEADmasterAlan Coopersmith5-13/+20
2024-01-08Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith2-5/+1
2024-01-08configure: Use 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-02-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith1-1/+1
2022-12-04xf86-video-r128 6.12.1xf86-video-r128-6.12.1Alan Coopersmith1-2/+2
2022-11-07Mark DriverRec exported in r128_probe.h to match r128_probe.cNiveditha Rau1-1/+1
2022-10-17R128RAMRec: constify name pointerAlan Coopersmith1-1/+1
2022-10-17gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-01-27gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-01-27Fix spelling/wording issuesAlan Coopersmith9-10/+10
2022-01-27Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-18Update README for gitlab migrationAlan Coopersmith1-9/+7
2018-10-22Version bumped to 6.12.0xf86-video-r128-6.12.0Kevin Brace1-1/+1
2018-10-22Remove Dac6Bit option from man pageKevin Brace1-6/+0
2018-10-22Fix for build failure when --disable-dri option is specifiedKevin Brace1-0/+2
2018-10-22Another fix for cross build failureHelmut Grohne1-1/+1
2018-08-04Version bumped to 6.11.102Kevin Brace1-1/+1
2018-08-02Consolidate acquisition of many options into two functionsKevin Brace1-73/+97
2018-08-02Rename R128UMSOption to r128UMSOptionKevin Brace1-2/+3
2018-08-02Version bumped to 6.11.101Kevin Brace1-1/+1
2018-08-02Hold off enabling acceleration until EXA / XAA are fully initializedKevin Brace1-4/+2
2018-08-02Consolidate EXA initialization code into R128EXAInitKevin Brace3-31/+26
2018-08-02Deprecate R128VerboseInitEXAKevin Brace1-25/+14
2018-08-02Deprecate R128AccelInitKevin Brace1-27/+12
2018-08-02Deprecate R128EXAAccelInitKevin Brace3-41/+21
2018-08-02Consolidate frame buffer initialization codeKevin Brace1-80/+30
2018-07-27Prevent disabling of EXA inside R128ScreenInitKevin Brace1-2/+0
2018-07-27Version bumped to 6.11.100Kevin Brace1-1/+1
2018-07-27Move loading of EXA and XAA modules into R128PreInitAccelKevin Brace3-18/+43
2018-07-26Move RAMDAC module initialization into R128LegacyMSKevin Brace1-3/+3
2018-07-26Delete OPTION_DISPLAY option enumerationKevin Brace1-1/+0
2018-07-26Delete USE_CRT_ONLY conditional compilation directiveKevin Brace1-7/+0
2018-07-26Move many DDX UMS options into R128UMSOptionKevin Brace1-76/+94
2018-07-26Remove OPTION_DAC_8BIT optionKevin Brace1-2/+0
2018-07-26Evaluate software cursor option inside R128PreInitKevin Brace2-1/+9
2018-07-25Evaluate EXA related options inside R128PreInitKevin Brace1-24/+38
2018-07-25Evaluate NoAccel option inside R128PreInitKevin Brace2-8/+14
2018-07-24Separate EXA and XAA initializationKevin Brace4-55/+74
2018-07-21Version bumped to 6.11.99Kevin Brace1-1/+1
2018-07-19Version bumped to 6.11.0xf86-video-r128-6.11.0Kevin Brace1-1/+1
2018-07-19Reorganize r128_exa.cKevin Brace6-62/+122
2018-07-18Fix typo: Initalizing --> InitializingDylan Aïssi1-1/+1
2018-07-18Fix for cross build failureHelmut Grohne1-8/+20
2018-07-13Fix for some RAGE 128 Pro causing out of range display errorKevin Brace1-27/+33
2018-07-12Convert tabs to white spaces for r128_output.cKevin Brace1-14/+14
2018-07-09Using __func__ string for debug message function identificationKevin Brace1-10/+11
2018-07-09Remove compilation warnings related to debug messagesKevin Brace2-5/+5
2018-07-09Deprecate R128TRACE macro when generating debug messagesKevin Brace6-127/+223