[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-r128: Changes to 'refs/tags/xserver-xorg-video-r128-6.10.0-1'



Tag 'xserver-xorg-video-r128-6.10.0-1' created by Julien Cristau <jcristau@debian.org> at 2015-05-08 09:42 +0000

Tagging upload of xserver-xorg-video-r128 6.10.0-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJVTITyAAoJEDEBgAUJBeQMa/wQAKJl14FmYvxOkp7LF8K2rFOi
rpXDVljSCpUSODj18+M7DIPSUCuWPO6DEYUhf52DtPb+pRgpTeGncLbcsHeTaMOP
dTwQjGo2FcET3oxw/HMsAKMbF+PHjgr1CT1EOZD9QtCHoW68Jc3zHt8m2BXaKvEg
C+fDPGZMnJU2pHQ71u1HUGjfoX+vo+z4XG4zbF4raQY7d+0sBsIUe1LWywSuw/RE
B0cAXfq2a2u381REWsAvmbXkVGalC1bLChHK+w1PI3INT41JeLow2L3CxvmgUHMX
ijN8rQJ7Cq+qIVm8J/EFyuY4HQlkVyI/5Y/WTHWHupZcJeDU/mU9X/fWfuku6lUk
TcrSPEn6mP33IbKjNhCXvRNzSTWFAu4yVyJ8tzoPl8nuCwKz8BQpja8HcfVf57yg
XOv+lbLxHHUnQbUMTH17Ri/F0sTk+jo/yFaU8u3nonhatMr2sfeVyLDCF7TUyo8E
lRXSsXLM1Z4VbQIHZuOEkq9juQuVolive775fbZrSZr5IZVfAYcTrqUTsL7gLBvo
hxLY7/IZMf1ui9+lzOZpyyZSGjA0O1xdeRWkZc+wyX7bLWiV2afze792IGOWxQqm
Nc1GW2H6x4YCRkMJmVoAkcDyRbg9vld9/6mvTaYkK7i4+slVh74pHPBb52yQc8sG
/g4OY11LXx7NQ4tj58qS
=KeY1
-----END PGP SIGNATURE-----

Changes since xserver-xorg-video-r128-6.9.2-1:
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

Julien Cristau (5):
      Let uscan verify tarball signatures.
      Merge tag 'xf86-video-r128-6.10.0' into debian-unstable
      Bump changelogs
      Bump debhelper compat level to 9.
      Upload to unstable

Tormod Volden (1):
      Do not use int10 or VBE on powerpc

---
 ChangeLog                       |  443 +++++++
 configure.ac                    |   12 
 debian/changelog                |    8 
 debian/compat                   |    2 
 debian/control                  |    2 
 debian/rules                    |    5 
 debian/upstream/signing-key.asc |   30 
 debian/watch                    |    1 
 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 +-
 23 files changed, 2633 insertions(+), 2582 deletions(-)
---


Reply to: