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
2006-09-12
radeon: fallback render repeat for XAA, this fixes corruptions seen on ubuntu
Dave Airlie
1
-0
/
+8
2006-08-30
Bug #6761: Fix font rendering in non-DRI mode by replacing RB2D_DSTCACHE_*
Dave Airlie
1
-7
/
+7
2006-07-06
Make the ATI driver use the PCI BAR size to determine the MMIO register
Dave Airlie
3
-6
/
+7
2006-07-05
Bug #6939: Disable RENDER acceleration by default on RN50.
Michel Dänzer
1
-2
/
+3
2006-07-05
Bug #6939: Disable 3D acceleration on RN50 by setting invalid ClientDriverName.
Weixing Zhang
1
-0
/
+5
2006-07-05
Bug #6872: Disable digital output while reading ROM with Radeon 7000.
Alex Williamson
1
-0
/
+19
2006-07-05
radeon: force CP and VIP clocks on some r300 and rv100 chips.
Dave Airlie
1
-0
/
+16
2006-04-26
prepare stable branch for release, pass distcheck
xf86-video-ati-6_5_8_0
Dave Airlie
2
-1
/
+2
2006-04-24
Fix enabling of external VGA output on some cards with dual entity setup
Benjamin Herrenschmidt
1
-3
/
+10
2006-04-21
Bugzilla 6672: fix interrupts on radeon since memmap changes
Dave Airlie
1
-3
/
+3
2006-04-21
Add support for backing up the PCIE GART table on VT switch. This makes
Dave Airlie
3
-2
/
+27
2006-03-27
Fix a regression of my latest fix that broke color tiling on some setups.
Benjamin Herrenschmidt
1
-37
/
+30
2006-03-23
Use programmable tap coefficients for (hopefully) better video image
Roland Scheidegger
2
-43
/
+35
2006-03-23
Call RADEONRestoreCommonRegisters() before RADEONRestoreCrtc2Registers()
Benjamin Herrenschmidt
1
-5
/
+9
2006-03-18
Clear the offsets when updating the memory map instead of when enabling the
Benjamin Herrenschmidt
2
-33
/
+49
2006-03-17
Fix various small cosmetic issues. Change a driver message, get the order
Roland Scheidegger
4
-15
/
+17
2006-03-16
Add missing return statement (the driver would not start randomly), add
Benjamin Herrenschmidt
1
-3
/
+7
2006-03-16
Fix incorrect CRTC2_OFFSET values when using old-style dual head (not
Benjamin Herrenschmidt
1
-7
/
+8
2006-03-16
Add various workarounds that seem to fix some remaning lockup scenarios I'm
Benjamin Herrenschmidt
2
-37
/
+148
2006-03-15
Fix various issues with DRI & server recycle by putting DRICloseSreen in
Benjamin Herrenschmidt
3
-22
/
+44
2006-03-13
Fix typo in the function setting the color space transformation factors for
Benjamin Herrenschmidt
1
-1
/
+1
2006-03-13
Earliest fix introduced a bug due to another chicken & egg problem in card
Benjamin Herrenschmidt
1
-92
/
+106
2006-03-12
Stop using xf86PciInfo.h, instead use a local copy of the PCI IDs we need
Benjamin Herrenschmidt
10
-12
/
+304
2006-03-12
Add #ifdef XF86DRI guards around references to info->allowPageFlip and
Benjamin Herrenschmidt
1
-2
/
+7
2006-03-12
Use "FBTexPercent" option for XAA too (only for increasing memory reserved
Benjamin Herrenschmidt
1
-11
/
+33
2006-03-12
More memory map fixes !!! This time, we add a way to get the DRM kernel
Benjamin Herrenschmidt
3
-226
/
+302
2006-03-12
Bugzilla #5766 <https://bugs.freedesktop.org/show_bug.cgi?id=5766> Patch
Benjamin Herrenschmidt
12
-14
/
+28
2006-03-03
Add Option "FBTexPercent" to override the amount of video RAM reserved for
Michel Daenzer
2
-8
/
+32
2006-03-02
Fix the fix ... I didn't interpret PciInfo->size properly and forgot that
Benjamin Herrenschmidt
1
-6
/
+7
2006-03-01
Extend the alignement workaround to post-rv280 chips as well (thanks Hui)
Benjamin Herrenschmidt
1
-10
/
+18
2006-02-28
Workaround for rv280 bug which needs the framebuffer memory mapping to be
Benjamin Herrenschmidt
1
-1
/
+17
2006-02-28
Add the newly added (and tons of previously forgotten ones) pci ids to the
Roland Scheidegger
3
-7
/
+74
2006-02-26
Fix page flipping with XAA. The new code ended up calling ShadowFBInit()
Benjamin Herrenschmidt
3
-8
/
+30
2006-02-25
Add pci ids known to exist (see #4284 for instance). There are still
Roland Scheidegger
4
-15
/
+35
2006-02-16
Memory map and misc fixes. This completely reworks the way the driver
Benjamin Herrenschmidt
8
-297
/
+589
2006-02-15
The engine setup would trigger a bogus line write before the proper
Benjamin Herrenschmidt
1
-10
/
+8
2006-02-13
Fix EXA acceleration of textures with byteswap or tiling From John Clemens
Benjamin Herrenschmidt
1
-10
/
+10
2006-02-07
Fix a copy'n'paste-o in the EXA render implementation that resulted in
Eric Anholt
1
-2
/
+2
2006-01-19
Bug #5656: Set all Radeon XPRESS 200 R[CS]4xx-based chips to have IsIGP =
Daniel Stone
1
-2
/
+2
2006-01-13
XF86_VERSION_CURRENT -> XORG_VERSION_CURRENT
Alan Coopersmith
2
-2
/
+2
2006-01-13
When failing to parse MetaModes, reset CRT2pScrn to NULL after free'ing it
Alan Coopersmith
1
-0
/
+2
2006-01-08
Bug #5523: Make radeon compile without USE_XAA. (Tilman Sauerbeck)
Adam Jackson
1
-4
/
+4
2005-12-15
Update package version number for final X11R7 release candidate. Bump
XORG-6_99_99_904
Kevin E Martin
2
-2
/
+2
2005-12-14
Bug #1760: Fix ati wrapper multihead to be dlloader friendly.
Adam Jackson
4
-12
/
+40
2005-12-09
Bug #3869: Don\'t walk off the end of an array in connector detection.
MODULAR_COPY
Adam Jackson
1
-2
/
+8
2005-12-09
Bug #1106: Fix memory allocation for Render. (Michel Daenzer)
Adam Jackson
1
-1
/
+7
2005-12-08
Add configure options to allow hard-coded paths to be changed.
Kevin E Martin
1
-0
/
+2
2005-12-08
Allow hard-coded paths to be configurable.
Kevin E Martin
1
-0
/
+7
2005-12-03
Bump version numbers for X11R6.9/X11R7 RC3.
XORG-6_8_99_903
Kevin E Martin
1
-1
/
+1
2005-11-21
Add .cvsignores for drivers.
Eric Anholt
1
-0
/
+6
[next]