xf86-video-freedreno: Changes to 'master'

Rob Clark robclark at kemper.freedesktop.org
Sun Feb 16 15:05:05 CET 2014


 configure.ac          |    9 
 src/Makefile.am       |   17 +
 src/drmmode_display.c |    2 
 src/msm-accel.c       |   51 +++
 src/msm-dri2.c        |   14 +
 src/msm-driver.c      |    2 
 src/msm-exa-xa.c      |  647 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/msm-pixmap.c      |   79 +++++-
 src/msm.h             |   17 +
 9 files changed, 822 insertions(+), 16 deletions(-)

New commits:
commit 6d7c5ad9028bf4b0721159a2b919ebede0921dd7
Author: Rob Clark <robdclark at gmail.com>
Date:   Fri Feb 7 17:17:30 2014 -0500

    xa: add XA state tracker based EXA
    
    Currently just for solid fills and blits (no composite wired up yet),
    but this is enough to accelerate presentation blit (and avoid stalling
    for GPU to complete and memcpy), which is pretty important for
    performance of post-sub-buffer (gnome-shell and window managers),
    windowed GL apps (including gpu based video rendering), etc.



More information about the xorg-commit mailing list