xf86-video-r128: Changes to 'refs/tags/xf86-video-r128-6.10.0'

Connor Behan cbehan at kemper.freedesktop.org
Fri May 1 17:36:29 PDT 2015


Tag 'xf86-video-r128-6.10.0' created by Connor Behan <connor.behan at gmail.com> at 2015-05-02 01:38 -0700

xf86-video-r128-6.10.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAABCAAGBQJVRByMAAoJENU6BEW0eg2rx0gH/1xEYlLH220UFrJO/IMQoYLQ
u34E1vAj+qXjOkAG9Tlg9YLy5zDpIQBz3KplaW1vB5C9vH8y4Sg0T5s2xRDiCHMM
OgrehVdHwg2fQ/3y4SjQ2EDHoDzBuQsqeeGqobh/N0ZZ7RHkMOnGPWfeIs/7emp9
H2jqfm5CRERSElMknT+Hysz3yd3vepv6iv3/247bVbzdLZHOzTqyTHcWuk/xdmpN
foXkSwfUYNAIXH9cZ0iP5lhVYdg1bv7Xlxza2MGwxE79LRPiBTxQp+yotxBqqoQp
yc9LSCk9dnhUqq4jW1bpwrPi0I1Kezcr4b17v0WawbO0zRQSSaHqkaDEyR75M5o=
=D/Qt
-----END PGP SIGNATURE-----

Changes since xf86-video-r128-6.9.2:
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

---
 configure.ac          |   12 
 man/r128.man          |   18 
 src/Makefile.am       |    5 
 src/r128.h            |  298 +++---
 src/r128_accel.c      |   46 -
 src/r128_crtc.c       |  408 ++++++++
 src/r128_cursor.c     |  349 +++----
 src/r128_dga.c        |  408 --------
 src/r128_dri.c        |   27 
 src/r128_driver.c     | 2290 ++++++++++++++------------------------------------
 src/r128_exa_render.c |   25 
 src/r128_output.c     |  503 ++++++++++
 src/r128_probe.c      |   37 
 src/r128_probe.h      |  117 ++
 src/r128_reg.h        |   16 
 src/r128_video.c      |  165 ++-
 16 files changed, 2144 insertions(+), 2580 deletions(-)
---


More information about the xorg-commit mailing list