dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Clark <robdclark@gmail.com>
To: dri-devel@lists.freedesktop.org
Cc: Emil Velikov <emil.l.velikov@gmail.com>,
	Rob Clark <robclark@freedesktop.org>
Subject: [PATCHv2 0/4] enable XA for freedreno
Date: Mon, 10 Feb 2014 13:34:17 -0500	[thread overview]
Message-ID: <1392057261-25942-1-git-send-email-robdclark@gmail.com> (raw)

From: Rob Clark <robclark@freedesktop.org>

Original patchset:
http://lists.freedesktop.org/archives/mesa-dev/2014-February/053632.html

v1: original
v2: moves xa target into targets/xa, and fixes various issues spotted
    by Emil

Rob Clark (4):
  pipe-loader: split out "client" version
  st/xa: use pipe-loader to get screen
  st/xa: missing handle type
  pipe-loader: add pipe loader for freedreno/msm

 configure.ac                                       | 23 ++++++--
 src/gallium/auxiliary/pipe-loader/Makefile.am      | 24 ++++++--
 src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c |  2 +
 src/gallium/state_trackers/xa/Makefile.am          |  1 +
 src/gallium/state_trackers/xa/xa_priv.h            |  1 +
 src/gallium/state_trackers/xa/xa_tracker.c         | 10 +++-
 src/gallium/targets/Makefile.am                    |  8 +--
 src/gallium/targets/gbm/Makefile.am                |  4 +-
 src/gallium/targets/opencl/Makefile.am             |  4 +-
 src/gallium/targets/pipe-loader/Makefile.am        | 16 +++++
 src/gallium/targets/pipe-loader/pipe_msm.c         | 21 +++++++
 src/gallium/targets/xa-vmwgfx/Makefile.am          | 61 -------------------
 src/gallium/targets/xa-vmwgfx/vmw_target.c         | 26 ---------
 src/gallium/targets/xa-vmwgfx/xatracker.pc.in      |  9 ---
 src/gallium/targets/xa/Makefile.am                 | 68 ++++++++++++++++++++++
 src/gallium/targets/xa/xa.c                        | 49 ++++++++++++++++
 src/gallium/targets/xa/xa.h                        | 37 ++++++++++++
 src/gallium/targets/xa/xatracker.pc.in             |  9 +++
 src/gallium/tests/trivial/Makefile.am              |  4 +-
 19 files changed, 260 insertions(+), 117 deletions(-)
 create mode 100644 src/gallium/targets/pipe-loader/pipe_msm.c
 delete mode 100644 src/gallium/targets/xa-vmwgfx/Makefile.am
 delete mode 100644 src/gallium/targets/xa-vmwgfx/vmw_target.c
 delete mode 100644 src/gallium/targets/xa-vmwgfx/xatracker.pc.in
 create mode 100644 src/gallium/targets/xa/Makefile.am
 create mode 100644 src/gallium/targets/xa/xa.c
 create mode 100644 src/gallium/targets/xa/xa.h
 create mode 100644 src/gallium/targets/xa/xatracker.pc.in

-- 
1.8.5.3

             reply	other threads:[~2014-02-10 18:34 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-10 18:34 Rob Clark [this message]
2014-02-10 18:34 ` [PATCHv2 1/4] pipe-loader: split out "client" version Rob Clark
2014-02-11 19:12   ` Emil Velikov
2014-02-10 18:34 ` [PATCHv2 2/4] st/xa: use pipe-loader to get screen Rob Clark
2014-02-11  4:36   ` Emil Velikov
2014-02-11 12:08     ` Rob Clark
2014-02-11 12:38       ` Emil Velikov
2014-02-11 13:19         ` Rob Clark
2014-02-10 18:34 ` [PATCHv2 3/4] st/xa: missing handle type Rob Clark
2014-02-10 18:34 ` [PATCHv2 4/4] pipe-loader: add pipe loader for freedreno/msm Rob Clark
2014-02-11  4:30   ` Emil Velikov
2014-02-11 12:09     ` Rob Clark
2014-02-11 12:30       ` Emil Velikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1392057261-25942-1-git-send-email-robdclark@gmail.com \
    --to=robdclark@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=emil.l.velikov@gmail.com \
    --cc=robclark@freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox