summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-12xf86-video-r128 6.13.0HEADxf86-video-r128-6.13.0masterAlan Coopersmith1-1/+1
2024-09-29configure: update link to use gitlab instead of anongitAlan Coopersmith1-1/+1
2024-07-14Move sizeof to second argument in calloc callsAlan Coopersmith5-6/+6
2024-06-10drop support for ancient xserver versionsEnrico Weigelt, metux IT consult5-99/+27
2024-06-06fix FTBS on debian: missing statement after labelEnrico Weigelt, metux IT consult1-0/+2
2024-05-14Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)Alan Coopersmith10-1539/+14
2024-05-14R128ScreenInit: fix indentationAlan Coopersmith1-30/+30
2024-05-12use XNFcallocarray() instead of xnfcalloc macroEnrico Weigelt, metux IT consult4-5/+5
2024-05-06backlight control and console detection for wsdisplay systemsnia3-5/+80
2024-05-06don't assume VGA output on non-x86nia1-2/+8
2024-05-06Alternative non-BIOS method to determine the panel size for NetBSDnia3-3/+37
2024-01-08Fix 9 -Wmissing-prototypes warningsAlan 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