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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-12
use XNFcallocarray() instead of xnfcalloc macro
Enrico Weigelt, metux IT consult
4
-5
/
+5
2024-05-06
backlight control and console detection for wsdisplay systems
nia
3
-5
/
+80
2024-05-06
don't assume VGA output on non-x86
nia
1
-2
/
+8
2024-05-06
Alternative non-BIOS method to determine the panel size for NetBSD
nia
2
-3
/
+35
2024-01-08
Fix 9 -Wmissing-prototypes warnings
Alan Coopersmith
5
-13
/
+20
2024-01-08
Add X.Org's standard C warning flags to AM_CFLAGS
Alan Coopersmith
1
-1
/
+1
2022-11-07
Mark DriverRec exported in r128_probe.h to match r128_probe.c
Niveditha Rau
1
-1
/
+1
2022-10-17
R128RAMRec: constify name pointer
Alan Coopersmith
1
-1
/
+1
2022-01-27
Fix spelling/wording issues
Alan Coopersmith
8
-9
/
+9
2018-10-22
Fix for build failure when --disable-dri option is specified
Kevin Brace
1
-0
/
+2
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
3
-31
/
+26
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
3
-41
/
+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
3
-18
/
+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
2
-1
/
+9
2018-07-25
Evaluate EXA related options inside R128PreInit
Kevin Brace
1
-24
/
+38
2018-07-25
Evaluate NoAccel option inside R128PreInit
Kevin Brace
2
-8
/
+14
2018-07-24
Separate EXA and XAA initialization
Kevin Brace
4
-55
/
+74
2018-07-19
Reorganize r128_exa.c
Kevin Brace
6
-62
/
+122
2018-07-18
Fix typo: Initalizing --> Initializing
Dylan Aïssi
1
-1
/
+1
2018-07-13
Fix for some RAGE 128 Pro causing out of range display error
Kevin Brace
1
-27
/
+33
2018-07-12
Convert tabs to white spaces for r128_output.c
Kevin Brace
1
-14
/
+14
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
2
-5
/
+5
2018-07-09
Deprecate R128TRACE macro when generating debug messages
Kevin Brace
6
-127
/
+223
2018-07-09
Move the location R128PreInitDRI is called
Kevin Brace
1
-4
/
+4
2018-06-26
Include <stdint.h> in order to declare uint32_t
Stefan Dirsch
1
-0
/
+1
2018-06-25
Move R128InitDDA2Registers to r128_crtc.c
Kevin Brace
3
-81
/
+76
2018-06-25
Move R128InitDDARegisters to r128_crtc.c
Kevin Brace
3
-74
/
+78
2018-06-25
Move R128RestorePLL2Registers to r128_crtc.c
Kevin Brace
2
-86
/
+85
2018-06-25
Move R128RestorePLLRegisters to r128_crtc.c
Kevin Brace
2
-89
/
+89
2018-06-25
Move R128RestoreDACRegisters to r128_output.c
Kevin Brace
2
-10
/
+10
2018-06-25
Move R128InitDACRegisters to r128_output.c
Kevin Brace
3
-14
/
+13
2018-06-25
Move R128RestoreCrtc2Registers to r128_crtc.c
Kevin Brace
2
-18
/
+18
2018-06-25
Move R128RestoreCrtcRegisters to r128_crtc.c
Kevin Brace
2
-20
/
+20
2018-06-25
Move R128InitPLL2Registers to r128_crtc.c
Kevin Brace
3
-56
/
+55
2018-06-25
Move R128InitPLLRegisters to r128_crtc.c
Kevin Brace
3
-56
/
+55
2018-06-25
Convert R128Div to an inline function
Kevin Brace
2
-6
/
+6
2018-06-25
Move R128InitCrtc2Base to r128_crtc.c
Kevin Brace
3
-29
/
+28
[next]