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

Kevin Brace kevinbrace at kemper.freedesktop.org
Thu Jul 19 22:22:23 UTC 2018


Tag 'xf86-video-r128-6.11.0' created by Kevin Brace <kevinbrace at gmx.com> at 2018-07-19 22:21 +0000

xf86-video-r128-6.11.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAABAgAGBQJbUQ7kAAoJEMkieEF4v/2wwCkIAJoDjIChC4Q7ZKF9j+06/14O
qifGMdNrNLcm0rrpNMKRUBAd8bERxFzoGf/Q7J2gJdqHFhhE1himxCDSysMSnzhW
7UzWWxoA5HrRrwNpIgHe7xhHoR9BBrrJ0X4RoQ4EUWQJF9i+lBW8gzThCRMoNocl
Ta2X7VD/R+rZqJ2z7ttbmOSFXrgAiIJCc8vhbhypbUTIemmkRy64p0LIdSTPX8QR
agXY/Ffny/Sn0h0R2smVJL4yUWdM1VywG9H0JWk/1yC9Hvjf/Rfu9610I4fW8qUy
Fa25XYtm2Fe7T4KFPHLxn30EhDv0pLgAdhvK+TcfPcluNTFaxlAHVGksw8ORars=
=yhtV
-----END PGP SIGNATURE-----

Changes since xf86-video-r128-6.10.2:
Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Dylan Aïssi (1):
      Fix typo: Initalizing --> Initializing

Emil Velikov (2):
      autogen.sh: use quoted string variables
      xf86-video-r128: remove the GlxSetVisualConfigs stub and friends

Helmut Grohne (1):
      Fix for cross build failure

Kevin Brace (31):
      Move the location where R128PreInitGamma is called
      Move assignment of color depth variables away from R128PreInitVisual
      Move the assignment to monitor field of ScrnInfoRec record
      Move R128PreInitVisual and R128PreInitGamma calls
      Remove R128ProbeDDC
      Refactor R128PreInitWeight
      Move the location xf86CrtcConfigInit is called inside R128PreInit
      Move existing mode setting initialization code into R128LegacyMS
      Move R128InitCrtcRegisters to r128_crtc.c
      Move R128InitCrtc2Registers to r128_crtc.c
      Move R128InitCrtcBase to r128_crtc.c
      Move R128InitCrtc2Base to r128_crtc.c
      Convert R128Div to an inline function
      Move R128InitPLLRegisters to r128_crtc.c
      Move R128InitPLL2Registers to r128_crtc.c
      Move R128RestoreCrtcRegisters to r128_crtc.c
      Move R128RestoreCrtc2Registers to r128_crtc.c
      Move R128InitDACRegisters to r128_output.c
      Move R128RestoreDACRegisters to r128_output.c
      Move R128RestorePLLRegisters to r128_crtc.c
      Move R128RestorePLL2Registers to r128_crtc.c
      Move R128InitDDARegisters to r128_crtc.c
      Move R128InitDDA2Registers to r128_crtc.c
      Move the location R128PreInitDRI is called
      Deprecate R128TRACE macro when generating debug messages
      Remove compilation warnings related to debug messages
      Using __func__ string for debug message function identification
      Convert tabs to white spaces for r128_output.c
      Fix for some RAGE 128 Pro causing out of range display error
      Reorganize r128_exa.c
      Version bumped to 6.11.0

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (2):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: use exec instead of waiting for configure to finish

Stefan Dirsch (1):
      Include <stdint.h> in order to declare uint32_t

---
 autogen.sh            |   13 
 configure.ac          |   32 +
 src/Makefile.am       |   23 -
 src/atipcirename.h    |    1 
 src/r128.h            |   56 +-
 src/r128_accel.c      |   79 +--
 src/r128_crtc.c       |  744 ++++++++++++++++++++++++++++++++++++
 src/r128_dri.c        |  221 ----------
 src/r128_dripriv.h    |   10 
 src/r128_driver.c     | 1015 ++++++--------------------------------------------
 src/r128_exa.c        |   55 --
 src/r128_exa_render.c |   87 +++-
 src/r128_output.c     |  109 +++--
 src/r128_rop.h        |   64 +++
 14 files changed, 1223 insertions(+), 1286 deletions(-)
---


More information about the xorg-commit mailing list