From: Gary Bisson <gary.bisson@boundarydevices.com>
To: Tom Hochstein <tom.hochstein@nxp.com>, meta-freescale@yoctoproject.org
Subject: Re: [PATCH 03/14] imx-gpu-apitrace: Move apitrace out of imx-gpu-viv v6
Date: Fri, 20 Oct 2017 11:29:42 +0200 [thread overview]
Message-ID: <1508491782.22623.2.camel@boundarydevices.com> (raw)
In-Reply-To: <1508438178-24225-4-git-send-email-tom.hochstein@nxp.com>
Hi Tom,
On Thu, 2017-10-19 at 13:36 -0500, Tom Hochstein wrote:
> Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
> ---
> .../0001-add-docs-HOWTO.markdown.patch | 61 +++
> ...cs-Freescale_apitrace_user_guide.markdown.patch | 91 ++++
> ...0003-add-docs-Freescale_apitrace.markdown.patch | 133 ++++++
> .../0004-add-docs-apitrace_test.markdown.patch | 144 ++++++
> .../0005-add-apitrace_dalvik.sh.patch | 75 +++
> .../0006-add-test_android.sh.patch | 72 +++
> .../imx-gpu-apitrace/0007-add-test_yocto.sh.patch | 131 ++++++
> .../0008-docs-mention-apitrace_dalvik.sh.patch | 28 ++
> .../0009-add-retrace-glws_nonx.cpp.patch | 515
> +++++++++++++++++++++
> .../0010-cmake-use-glws_nonx-for-Vivante.patch | 62 +++
> .../0011-cli_trace-export-ENABLE_API_TRACE-1.patch | 37 ++
> .../0012-use-dlsym-to-get-function-pointers.patch | 31 ++
> ...ver-does-not-support-GL_RGB-in-openGL-dri.patch | 36 ++
> ...-hangs-when-retracing-OGLESParticles-on-m.patch | 28 ++
> ...5-egl-define-egl-native-types-for-non-x11.patch | 36 ++
> ...-don-t-recreate-the-EGL-surface-on-resize.patch | 32 ++
> .../imx-gpu-apitrace/0017-add-Image-getMD5.patch | 69 +++
> ...ace-use-Image-getMD5-for-image-comparison.patch | 175 +++++++
> ...race-don-t-use-dlsym-on-aliased-functions.patch | 91 ++++
> .../0020-egl-glx-trace-add-ApiTraceEnabled.patch | 79 ++++
> .../0021-LocalWriter-make-a-writer-ignorable.patch | 101 ++++
> ...-retrace-tutorial3-is-different-with-trac.patch | 82 ++++
> .../0023-add-support-for-Vivante-extensions.patch | 444
> ++++++++++++++++++
> ...70-ccc-cannot-trace-mesa-demos-vertexrate.patch | 34 ++
> ...025-MGS-1271-ccc-disable-X-debug-function.patch | 30 ++
> ...-MGS-1721-ccc-fix-broken-build-on-AArch64.patch | 43 ++
> ...c-blank-screen-when-retracing-es20-sdk-ap.patch | 58 +++
> ...c-add-the-TOT-commit-SHA1-inside-the-bina.patch | 55 +++
> ...-avoid-memcpy-in-glTexDirectInvalidateVIV.patch | 283 +++++++++++
> ...-retrace-support-eglCreatePixmapSurface-o.patch | 98 ++++
> ...acktrace-define-HAVE_STDINT_H-in-config.h.patch | 36 ++
> .../0032-changed-disable-X11-mechanism.patch | 18 +
> ...c-Miss-usr-bin-eglretrace-file-in-FB-and-.patch | 70 +++
> .../0034-MGS-make-multiarch-optional.patch | 22 +
> ...en-don-t-override-symbols-in-Vivante-libs.patch | 101 ++++
> .../imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb | 57 +++
> 36 files changed, 3458 insertions(+)
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0001-add-docs-HOWTO.markdown.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0002-add-docs-Freescale_apitrace_user_guide.markdown.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0003-add-docs-Freescale_apitrace.markdown.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0004-add-docs-apitrace_test.markdown.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0005-add-apitrace_dalvik.sh.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0006-add-test_android.sh.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0007-add-test_yocto.sh.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0008-docs-mention-apitrace_dalvik.sh.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0009-add-retrace-glws_nonx.cpp.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0010-cmake-use-glws_nonx-for-Vivante.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0011-cli_trace-export-ENABLE_API_TRACE-1.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0012-use-dlsym-to-get-function-pointers.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0013-Vivante-driver-does-not-support-GL_RGB-in-openGL-
> dri.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0014-MGS-469-GPU-hangs-when-retracing-OGLESParticles-on-
> m.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0015-egl-define-egl-native-types-for-non-x11.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0016-don-t-recreate-the-EGL-surface-on-resize.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0017-add-Image-getMD5.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0018-retrace-use-Image-getMD5-for-image-comparison.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0019-egltrace-don-t-use-dlsym-on-aliased-functions.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0020-egl-glx-trace-add-ApiTraceEnabled.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0021-LocalWriter-make-a-writer-ignorable.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0022-MGS-309-ccc-retrace-tutorial3-is-different-with-
> trac.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0023-add-support-for-Vivante-extensions.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0024-MGS-470-ccc-cannot-trace-mesa-demos-vertexrate.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0025-MGS-1271-ccc-disable-X-debug-function.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0026-MGS-1721-ccc-fix-broken-build-on-AArch64.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0027-MGS-1859-ccc-blank-screen-when-retracing-es20-sdk-
> ap.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0028-MGS-2254-ccc-add-the-TOT-commit-SHA1-inside-the-
> bina.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0029-MGS-815-ccc-avoid-memcpy-in-
> glTexDirectInvalidateVIV.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0030-MGS-814-ccc-retrace-support-eglCreatePixmapSurface-
> o.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0031-libbacktrace-define-HAVE_STDINT_H-in-config.h.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0032-changed-disable-X11-mechanism.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0033-MGS-2963-ccc-Miss-usr-bin-eglretrace-file-in-FB-and-
> .patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0034-MGS-make-multiarch-optional.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace/0035-dlopen-don-t-override-symbols-in-Vivante-libs.patch
> create mode 100644 recipes-graphics/imx-gpu-apitrace/imx-gpu-
> apitrace_7.1.0.bb
Why not using the CodeAurora repo instead of copying all those patches?
It looks like this repo was meant for that:
https://source.codeaurora.org/external/imx/apitrace-imx/
Also, just curious, is NXP moving all their repositories from git.frees
cale.com to source.codeaurora.org/external/imx?
Regards,
Gary
next prev parent reply other threads:[~2017-10-20 9:29 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-19 18:36 [PATCH 00/14] Graphics updates for L4.9.11-1.0.0 BSP Release plus Weston 2.0 Tom Hochstein
2017-10-19 18:36 ` [PATCH 01/14] libdrm: Extend ARM support to mx7 Tom Hochstein
2017-10-19 18:36 ` [PATCH 02/14] eglinfo-fb: Use generic header Tom Hochstein
2017-10-19 18:36 ` [PATCH 03/14] imx-gpu-apitrace: Move apitrace out of imx-gpu-viv v6 Tom Hochstein
2017-10-20 9:29 ` Gary Bisson [this message]
2017-10-20 18:25 ` Tom Hochstein
2017-10-19 18:36 ` [PATCH 04/14] imx-gpu-g2d: Move imx-gpu-g2d " Tom Hochstein
2017-10-19 18:36 ` [PATCH 05/14] imx-gpu-viv: Upgrade to 6.2.2.p0 Tom Hochstein
2017-10-19 18:36 ` [PATCH 06/14] mesa: Remove parts provided by imx-gpu-viv v6 Tom Hochstein
2017-10-19 18:36 ` [PATCH 07/14] piglit: Remove redundant dependency Tom Hochstein
2017-10-19 18:36 ` [PATCH 08/14] systemd-gpuconfig: Implement GPU init as systemd service Tom Hochstein
2017-10-31 13:42 ` Fabio Berton
2017-10-19 18:36 ` [PATCH 09/14] xserver-xf86-config: Add Xorg configuration for i.MX 6SLL and 7ULP Tom Hochstein
2017-10-19 18:36 ` [PATCH 10/14] xf86-video-imxfb-vivante: Upgrade to 6.2.2.p0 Tom Hochstein
2017-10-19 18:36 ` [PATCH 11/14] core-image-weston: Remove unbuildable packages Tom Hochstein
2017-10-20 17:26 ` Otavio Salvador
2017-10-19 18:36 ` [PATCH 12/14] gtk+3: Use egl pkgconfig for build setup Tom Hochstein
2017-10-19 18:36 ` [PATCH 13/14] weston: Update to 2.0 with i.MX fork Tom Hochstein
2017-10-19 18:36 ` [PATCH 14/14] weston-init: Fix weston 2.0 startup for pam, systemd case Tom Hochstein
2017-10-20 8:04 ` [PATCH 00/14] Graphics updates for L4.9.11-1.0.0 BSP Release plus Weston 2.0 Max Krummenacher
2017-10-20 18:25 ` Tom Hochstein
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=1508491782.22623.2.camel@boundarydevices.com \
--to=gary.bisson@boundarydevices.com \
--cc=meta-freescale@yoctoproject.org \
--cc=tom.hochstein@nxp.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.