index
:
xorg/driver/xf86-video-r128
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
agd5f-superpatch
ati-1-0-branch
ati-6.6-branch
ati-6.7-branch
atombios-support
import-1.1.3
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-2
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-master
mach64-pci
mach64-pci-1
master
pci-rehash
pci-rework
randr-1.2
zaphod-lolz
ATI Rage128 video driver (mirrored from https://gitlab.freedesktop.org/xorg/driver/xf86-video-r128)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
r128_driver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-14
Move sizeof to second argument in calloc calls
Alan Coopersmith
1
-1
/
+1
2024-06-10
drop support for ancient xserver versions
Enrico Weigelt, metux IT consult
1
-21
/
+14
2024-06-06
fix FTBS on debian: missing statement after label
Enrico Weigelt, metux IT consult
1
-0
/
+2
2024-05-14
Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)
Alan Coopersmith
1
-30
/
+6
2024-05-14
R128ScreenInit: fix indentation
Alan Coopersmith
1
-30
/
+30
2024-05-12
use XNFcallocarray() instead of xnfcalloc macro
Enrico Weigelt, metux IT consult
1
-1
/
+1
2024-05-06
backlight control and console detection for wsdisplay systems
nia
1
-1
/
+26
2024-05-06
Alternative non-BIOS method to determine the panel size for NetBSD
nia
1
-3
/
+31
2022-01-27
Fix spelling/wording issues
Alan Coopersmith
1
-1
/
+1
2018-08-02
Consolidate acquisition of many options into two functions
Kevin Brace
1
-73
/
+97
2018-08-02
Rename R128UMSOption to r128UMSOption
Kevin Brace
1
-2
/
+3
2018-08-02
Hold off enabling acceleration until EXA / XAA are fully initialized
Kevin Brace
1
-4
/
+2
2018-08-02
Consolidate EXA initialization code into R128EXAInit
Kevin Brace
1
-29
/
+13
2018-08-02
Deprecate R128VerboseInitEXA
Kevin Brace
1
-25
/
+14
2018-08-02
Deprecate R128AccelInit
Kevin Brace
1
-27
/
+12
2018-08-02
Deprecate R128EXAAccelInit
Kevin Brace
1
-21
/
+21
2018-08-02
Consolidate frame buffer initialization code
Kevin Brace
1
-80
/
+30
2018-07-27
Prevent disabling of EXA inside R128ScreenInit
Kevin Brace
1
-2
/
+0
2018-07-27
Move loading of EXA and XAA modules into R128PreInitAccel
Kevin Brace
1
-5
/
+43
2018-07-26
Move RAMDAC module initialization into R128LegacyMS
Kevin Brace
1
-3
/
+3
2018-07-26
Delete OPTION_DISPLAY option enumeration
Kevin Brace
1
-1
/
+0
2018-07-26
Delete USE_CRT_ONLY conditional compilation directive
Kevin Brace
1
-7
/
+0
2018-07-26
Move many DDX UMS options into R128UMSOption
Kevin Brace
1
-76
/
+94
2018-07-26
Remove OPTION_DAC_8BIT option
Kevin Brace
1
-2
/
+0
2018-07-26
Evaluate software cursor option inside R128PreInit
Kevin Brace
1
-1
/
+8
2018-07-25
Evaluate EXA related options inside R128PreInit
Kevin Brace
1
-24
/
+38
2018-07-25
Evaluate NoAccel option inside R128PreInit
Kevin Brace
1
-8
/
+12
2018-07-24
Separate EXA and XAA initialization
Kevin Brace
1
-17
/
+34
2018-07-09
Using __func__ string for debug message function identification
Kevin Brace
1
-10
/
+11
2018-07-09
Remove compilation warnings related to debug messages
Kevin Brace
1
-1
/
+1
2018-07-09
Deprecate R128TRACE macro when generating debug messages
Kevin Brace
1
-28
/
+46
2018-07-09
Move the location R128PreInitDRI is called
Kevin Brace
1
-4
/
+4
2018-06-25
Move R128InitDDA2Registers to r128_crtc.c
Kevin Brace
1
-80
/
+0
2018-06-25
Move R128InitDDARegisters to r128_crtc.c
Kevin Brace
1
-73
/
+0
2018-06-25
Move R128RestorePLL2Registers to r128_crtc.c
Kevin Brace
1
-86
/
+0
2018-06-25
Move R128RestorePLLRegisters to r128_crtc.c
Kevin Brace
1
-89
/
+0
2018-06-25
Move R128RestoreDACRegisters to r128_output.c
Kevin Brace
1
-10
/
+0
2018-06-25
Move R128InitDACRegisters to r128_output.c
Kevin Brace
1
-13
/
+0
2018-06-25
Move R128RestoreCrtc2Registers to r128_crtc.c
Kevin Brace
1
-18
/
+0
2018-06-25
Move R128RestoreCrtcRegisters to r128_crtc.c
Kevin Brace
1
-20
/
+0
2018-06-25
Move R128InitPLL2Registers to r128_crtc.c
Kevin Brace
1
-55
/
+0
2018-06-25
Move R128InitPLLRegisters to r128_crtc.c
Kevin Brace
1
-55
/
+0
2018-06-25
Convert R128Div to an inline function
Kevin Brace
1
-6
/
+0
2018-06-25
Move R128InitCrtc2Base to r128_crtc.c
Kevin Brace
1
-28
/
+0
2018-06-25
Move R128InitCrtcBase to r128_crtc.c
Kevin Brace
1
-28
/
+0
2018-06-11
Move R128InitCrtc2Registers to r128_crtc.c
Kevin Brace
1
-82
/
+0
2018-06-11
Move R128InitCrtcRegisters to r128_crtc.c
Kevin Brace
1
-109
/
+0
2018-06-11
Move existing mode setting initialization code into R128LegacyMS
Kevin Brace
1
-29
/
+38
2018-06-11
Move the location xf86CrtcConfigInit is called inside R128PreInit
Kevin Brace
1
-3
/
+3
2018-06-11
Refactor R128PreInitWeight
Kevin Brace
1
-17
/
+19
[next]