dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Christian Gmeiner <christian.gmeiner@gmail.com>
To: dri-devel@lists.freedesktop.org
Subject: [PATCH 0/2] etnaviv_libdrm
Date: Tue, 30 Aug 2016 09:14:49 +0200	[thread overview]
Message-ID: <1472541291-8770-1-git-send-email-christian.gmeiner@gmail.com> (raw)

as the original patchstack is now about 70 patches, I have choosen to
squash the patches together into two seperate parts. The libdrm_etnaviv
implementation and tests. All seperate patches can be found here:
https://github.com/austriancoder/libdrm/tree/master

As this work is a collaborative effort of Lucas Stack and myself all of
those patches have a fictive author, but our signoff.

Happy reviewing!

Christian

The etnaviv authors (2):
  libdrm: add etnaviv drm support
  libdrm: add etnaviv tests

 .gitignore                              |    4 +
 Makefile.am                             |    6 +
 configure.ac                            |   17 +
 etnaviv/Android.mk                      |   18 +
 etnaviv/Makefile.am                     |   27 +
 etnaviv/Makefile.sources                |   12 +
 etnaviv/etnaviv-symbol-check            |   45 +
 etnaviv/etnaviv_bo.c                    |  347 ++++++++
 etnaviv/etnaviv_bo_cache.c              |  196 ++++
 etnaviv/etnaviv_cmd_stream.c            |  243 +++++
 etnaviv/etnaviv_device.c                |   96 ++
 etnaviv/etnaviv_drm.h                   |  225 +++++
 etnaviv/etnaviv_drmif.h                 |  188 ++++
 etnaviv/etnaviv_gpu.c                   |  175 ++++
 etnaviv/etnaviv_pipe.c                  |   78 ++
 etnaviv/etnaviv_priv.h                  |  200 +++++
 etnaviv/libdrm_etnaviv.pc.in            |   11 +
 tests/Makefile.am                       |    4 +
 tests/etnaviv/Makefile.am               |   41 +
 tests/etnaviv/cmdstream.xml.h           |  218 +++++
 tests/etnaviv/etnaviv_2d_test.c         |  238 +++++
 tests/etnaviv/etnaviv_bo_cache_test.c   |  122 +++
 tests/etnaviv/etnaviv_cmd_stream_test.c |  123 +++
 tests/etnaviv/state.xml.h               |  348 ++++++++
 tests/etnaviv/state_2d.xml.h            | 1473 +++++++++++++++++++++++++++++++
 tests/etnaviv/write_bmp.c               |  152 ++++
 tests/etnaviv/write_bmp.h               |   34 +
 27 files changed, 4641 insertions(+)
 create mode 100644 etnaviv/Android.mk
 create mode 100644 etnaviv/Makefile.am
 create mode 100644 etnaviv/Makefile.sources
 create mode 100755 etnaviv/etnaviv-symbol-check
 create mode 100644 etnaviv/etnaviv_bo.c
 create mode 100644 etnaviv/etnaviv_bo_cache.c
 create mode 100644 etnaviv/etnaviv_cmd_stream.c
 create mode 100644 etnaviv/etnaviv_device.c
 create mode 100644 etnaviv/etnaviv_drm.h
 create mode 100644 etnaviv/etnaviv_drmif.h
 create mode 100644 etnaviv/etnaviv_gpu.c
 create mode 100644 etnaviv/etnaviv_pipe.c
 create mode 100644 etnaviv/etnaviv_priv.h
 create mode 100644 etnaviv/libdrm_etnaviv.pc.in
 create mode 100644 tests/etnaviv/Makefile.am
 create mode 100644 tests/etnaviv/cmdstream.xml.h
 create mode 100644 tests/etnaviv/etnaviv_2d_test.c
 create mode 100644 tests/etnaviv/etnaviv_bo_cache_test.c
 create mode 100644 tests/etnaviv/etnaviv_cmd_stream_test.c
 create mode 100644 tests/etnaviv/state.xml.h
 create mode 100644 tests/etnaviv/state_2d.xml.h
 create mode 100644 tests/etnaviv/write_bmp.c
 create mode 100644 tests/etnaviv/write_bmp.h

-- 
2.7.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2016-08-30  7:15 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-30  7:14 Christian Gmeiner [this message]
2016-08-30  7:14 ` [PATCH 1/2] libdrm: add etnaviv drm support Christian Gmeiner
2016-08-30 13:03   ` Emil Velikov
2016-09-01 19:08     ` Christian Gmeiner
2016-09-01 23:21       ` Emil Velikov
2016-09-08 18:52       ` Rob Herring
2016-09-08 19:08         ` Rob Herring
2016-09-08 21:01         ` Christian Gmeiner
2016-08-30  7:14 ` [PATCH 2/2] libdrm: add etnaviv tests Christian Gmeiner
2016-08-30  9:08   ` Daniel Vetter
2016-08-30 13:15     ` Emil Velikov
2016-09-06 16:03       ` Christian Gmeiner
2016-08-30 14:40     ` Rob Clark
2016-08-30 15:53       ` Daniel Vetter
2016-09-06 16:01     ` Christian Gmeiner

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=1472541291-8770-1-git-send-email-christian.gmeiner@gmail.com \
    --to=christian.gmeiner@gmail.com \
    --cc=dri-devel@lists.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;
as well as URLs for NNTP newsgroup(s).