xf86-video-xgi: Changes to 'refs/tags/xf86-video-xgi-1.6.1'

Connor Behan cbehan at kemper.freedesktop.org
Fri Aug 21 08:35:37 PDT 2015


Tag 'xf86-video-xgi-1.6.1' created by Connor Behan <connor.behan at gmail.com> at 2015-08-21 16:38 -0700

xf86-video-xgi-1.6.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAABCAAGBQJV10YCAAoJENU6BEW0eg2rsmIH/RPF4JztM0pnfC8Q5Qi96WNW
/9S9kllz49DlfmbBoaGf+1uzw01/1T4y0DkmOwNHUpubbykvjt8ywSU8kt95jHgz
0HYNOlU5NZT8TiBnZHerYVjTbyrNIOXwZ0HcMohj09xRxoaPN6VMKoI4foz9FKiG
YxRtU2uUFaJfzphbWsEt3fHEva9v22alvUSLmbn+dQ6cq+XxjcqDgyPl5TKtnfdw
LPoVIOCHlCdNejYI9F11IWiYknKRG/EB3Vk9GBoyh4YuffSHBnYj0P/9lHg20z55
Aj1anZNHhzddVcfeTNJg4KyIP5XZ7Ox37Yf4bHvY0zLxKhjpz+fHAgRLxgmAKzM=
=e8if
-----END PGP SIGNATURE-----

Changes since xf86-video-xgi-1.6.0:
Adam Jackson (10):
      Fix build on bigendian
      Don't include xf86Priv.h
      s/\<alloc\>/malloc/g
      Fix bAccessVGAPCIInfo to read when you tell it to
      Fix for new vgaHW ABI
      Fall back to shadowfb if XAA is unavailable
      Fix XGIValidMode for 1.13 API
      i2c: Don't scream on literally every single write to SCL or SDA
      ddc: Fix uncredible fail in calling xf86UnloadSubModule
      Remove call to miInitializeBackingStore to make the driver load again

Alan Barrett (1):
      Fix return value.

Connor Behan (5):
      Add missing check for libpciaccess
      Remove UploadToScreen and DownloadFromScreen
      Reduce custom type usage
      Remove execute permissions from source files
      Bump to 1.6.1

Dave Airlie (3):
      xgi: fix for XAA removal
      xgi: convert to new server compat API
      xgi: build against non-piooffset vgahw

Egbert Eich (2):
      Don't confuse editor and make function more readable
      Remove mibstore.h to make driver build again

Jeremy Huddleston (4):
      BuildFix for big endian machines (fixes incorrect macro in previous commit).
      Include <unistd.h> for usleep(3)
      Use malloc/calloc/realloc/free directly
      Use unsigned long rather than deprecated IOADDRESS

Jesse Adkins (1):
      Purge cvs tags.

Johannes Obermayr (1):
      Fix warning: control reaches end of non-void function.

Stefan Dirsch (2):
      Fix some serious compiler warnings.
      (xf86)LoaderReqSymLists is not longer supported/required.

Thomas Klausner (18):
      Avoid redefinitions of u8, uint8_t, and GETBITS.
      Stop using obsolete header file.
      Use correct type for variable.
      Remove const marker for some variables.
      Use correct variable type.
      Add prototype for bGetEDID.
      Consistently use Bool instead of BOOL.
      Uncomment header includes.
      Use better variable types.
      Improve format strings in messages and errors.
      Do not build in DEBUG mode by default.
      Make PutImage implementation match prototype.
      Make cast match target variable type.
      Remove PACKAGE_* definitions from xgi_dri.c.
      Compare integer return values to integers.
      Make two unused Scaling variables static.
      Add unistd.h for usleep().
      Remove const from variable.

Trevor Woerner (1):
      Convert x+m/calloc/free to m/calloc/free.

---
 configure.ac      |   20 ++
 man/xgi.man       |    1 
 src/Makefile.am   |    3 
 src/compat-api.h  |   99 ++++++++++++++
 src/init.c        |    2 
 src/vb_ext.c      |    4 
 src/vb_i2c.c      |   55 ++++----
 src/vb_i2c.h      |   19 +-
 src/vb_init.c     |    4 
 src/vb_setmode.c  |   18 +-
 src/vb_table.h    |   16 +-
 src/vgatypes.h    |   56 +++-----
 src/xgi.h         |   42 +++---
 src/xgi_accel.c   |  283 +++++++++++------------------------------
 src/xgi_accel.h   |  368 +++++++++++++++++++++++++++---------------------------
 src/xgi_cursor.c  |   10 -
 src/xgi_cursor.h  |    8 -
 src/xgi_dac.c     |    8 -
 src/xgi_dga.c     |   25 +--
 src/xgi_dri.c     |   48 +++----
 src/xgi_dri.h     |    2 
 src/xgi_driver.c  |  364 +++++++++++++++--------------------------------------
 src/xgi_driver.h  |   28 ++--
 src/xgi_memcpy.c  |   12 -
 src/xgi_opt.c     |    6 
 src/xgi_setup.c   |   12 -
 src/xgi_video.c   |   44 +++---
 src/xgi_video.h   |    8 -
 src/xgi_videohw.c |   72 +++++-----
 src/xgi_videohw.h |   44 +++---
 30 files changed, 765 insertions(+), 916 deletions(-)
---


More information about the xorg-commit mailing list