Connor Behan (32):
Drop dependence on xf86PciInfo.h
Do not disable gouraud shading for a render op
Only declare PCITAG if we need it
Remove overuse of COMPOSITE_SETUP()
Fix ScreenInit with noAccel
Port to RandR
Only enable CRTCs for DPMSModeOn
Map and unmap the MMIO better
Split up output register functions
Move display enabling code to DPMS
Change register name
Get entity without code duplication
Cleanup entity struct
Cleanup info struct
Remove pointless output
Use standard integers
Unify allocators
Unify byte swappers
Improve handling of monitor and output types
Remove custom dualhead code
Remove custom DGA code
Improve panel code
Fix whitespace near panel code
Silence the non-debug warnings
Typo fix
Include dpmsconst header
Make it easier to find EXA
Restore PLL0 as well as PLL3
Fix allocation of private entity
Look for VGA ports in the VBIOS
Update bitmasks for DDC
Bump to version 6.10.0
Tormod Volden (1):
Do not use int10 or VBE on powerpc
xf86-video-r128 6.9.2 includes a fix for EXA color errors on PowerPC,
plus updates to build with xserver 1.13 and 1.14.
Note that also this xserver patch is needed for 1.13 and 1.14:
http://lists.x.org/archives/xorg-devel/2013-September/037971.html
All credits go to Connor Behan for keeping this driver alive!
Connor Behan (4):
Remove call to obsolete miInitializeBackingStore()
Swap pixmap bytes for a solid picture on big endian host
Minor spacing changes
Specify NULL for the platform probe function
Tormod Volden (1):
r128: bump to version 6.9.2
Alan Coopersmith (2):
Remove xorgconfig & xorgcfg from See Also list in man page
Add README with pointers to mailing list, bugzilla & git repos
Dave Airlie (3):
r128: update for resources/RAC API removal
r128: change to using ABI version check
r128: bump for release 6.8.1
Gaetan Nadon (1):
Use XORG_CHANGELOG macro to create ChangeLog. #22611
John Nielsen (1):
R128: fix zaphod dualhead after libpciaccess switch
Matthieu Herrb (2):
Kill bare RCS id.
Don't de-reference a NULL pointer in R128FreeScreen in the error path.
Peter Hutterer (1):
Update to xextproto 7.1 support.