summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
37 hoursuse XNFcallocarray() instead of xnfcalloc macroHEADmasterEnrico Weigelt, metux IT consult4-5/+5
8 daysbacklight control and console detection for wsdisplay systemsnia3-5/+80
8 daysdon't assume VGA output on non-x86nia1-2/+8
8 daysAlternative non-BIOS method to determine the panel size for NetBSDnia2-3/+35
2024-01-08Fix 9 -Wmissing-prototypes warningsAlan Coopersmith5-13/+20
2024-01-08Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith1-1/+1
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-01-27Fix spelling/wording issuesAlan Coopersmith8-9/+9
2018-10-22Fix for build failure when --disable-dri option is specifiedKevin Brace1-0/+2
2018-08-02Consolidate acquisition of many options into two functionsKevin Brace1-73/+97
2018-08-02Rename R128UMSOption to r128UMSOptionKevin Brace1-2/+3
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-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-19Reorganize r128_exa.cKevin Brace6-62/+122
2018-07-18Fix typo: Initalizing --> InitializingDylan Aïssi1-1/+1
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
2018-07-09Move the location R128PreInitDRI is calledKevin Brace1-4/+4
2018-06-26Include <stdint.h> in order to declare uint32_tStefan Dirsch1-0/+1
2018-06-25Move R128InitDDA2Registers to r128_crtc.cKevin Brace3-81/+76
2018-06-25Move R128InitDDARegisters to r128_crtc.cKevin Brace3-74/+78
2018-06-25Move R128RestorePLL2Registers to r128_crtc.cKevin Brace2-86/+85
2018-06-25Move R128RestorePLLRegisters to r128_crtc.cKevin Brace2-89/+89
2018-06-25Move R128RestoreDACRegisters to r128_output.cKevin Brace2-10/+10
2018-06-25Move R128InitDACRegisters to r128_output.cKevin Brace3-14/+13
2018-06-25Move R128RestoreCrtc2Registers to r128_crtc.cKevin Brace2-18/+18
2018-06-25Move R128RestoreCrtcRegisters to r128_crtc.cKevin Brace2-20/+20
2018-06-25Move R128InitPLL2Registers to r128_crtc.cKevin Brace3-56/+55
2018-06-25Move R128InitPLLRegisters to r128_crtc.cKevin Brace3-56/+55
2018-06-25Convert R128Div to an inline functionKevin Brace2-6/+6
2018-06-25Move R128InitCrtc2Base to r128_crtc.cKevin Brace3-29/+28