xf86-video-freedreno: Changes to 'refs/tags/xf86-video-freedreno-1.1.0'

Rob Clark robclark at kemper.freedesktop.org
Tue May 6 06:16:14 PDT 2014


Tag 'xf86-video-freedreno-1.1.0' created by Rob Clark <robdclark at gmail.com> at 2014-05-06 14:15 +0200

xf86-video-freedreno-1.1.0

Changes since xf86-video-freedreno-1.0.0:
Andreas Färber (2):
      drmmode_display: Drop unused include
      fbmode_display: Clean up comment

Rob Clark (16):
      Fix probe issues
      xa: add XA state tracker based EXA
      add NoAccel config file option
      add man page with .conf file options
      kms: copy old fb to new fb on modeset
      accel: split out z1xx 2d core bits
      kms: fix crash with NoAccel
      kms: fix crash on startup with no display
      kms: missing hunk from last patch
      kms/fb: fix load_cursor_argb for the new Xorg ABI
      kms/fb: fix again, now for load_cursor_argb_check
      fb: fix yet again, now for load_cursor_argb_check
      config: add missing udev check
      xa: add composite
      option to enable/disable individual EXA functions
      NEWS: Bump version to 1.1.0

crondog (1):
      Add option to disable SW_REFRESHER (KGSL)

---
 Makefile.am           |    2 
 NEWS                  |   13 
 configure.ac          |   20 -
 man/.gitignore        |    1 
 man/Makefile.am       |   37 ++
 man/freedreno.man     |  135 +++++++
 src/Makefile.am       |   19 -
 src/drmmode_display.c |  152 ++++++++
 src/fbmode_display.c  |   29 +
 src/msm-accel-z1xx.c  |  185 ++++++++++
 src/msm-accel-z1xx.h  |  118 ++++++
 src/msm-accel.c       |  227 +++----------
 src/msm-accel.h       |  107 +-----
 src/msm-dri2.c        |   14 
 src/msm-driver.c      |  142 +++++---
 src/msm-exa-xa.c      |  857 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/msm-exa.c         |   49 +-
 src/msm-pixmap.c      |   79 ++++
 src/msm.h             |   32 +
 19 files changed, 1855 insertions(+), 363 deletions(-)
---


More information about the xorg-commit mailing list