All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Müller" <schnitzeltony@gmail.com>
To: meta-freescale@yoctoproject.org
Subject: [PATCH 2/4] qtwebkit: remove 0001-Fix-to-match-the-uniform-precision-qualifiers-in-ver.patch
Date: Tue, 28 Aug 2018 09:43:01 +0200	[thread overview]
Message-ID: <20180828074303.23507-2-schnitzeltony@gmail.com> (raw)
In-Reply-To: <20180828074303.23507-1-schnitzeltony@gmail.com>

* it does not apply with meta-qt5 master
* it changes (breaks currently) qtwebkit for all boards when adding
  meta-freescale to layers

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 ...h-the-uniform-precision-qualifiers-in-ver.patch | 42 ----------------------
 .../qt5-layer/recipes-qt/qt5/qtwebkit_%.bbappend   |  4 ---
 2 files changed, 46 deletions(-)
 delete mode 100644 dynamic-layers/qt5-layer/recipes-qt/qt5/qtwebkit/0001-Fix-to-match-the-uniform-precision-qualifiers-in-ver.patch
 delete mode 100644 dynamic-layers/qt5-layer/recipes-qt/qt5/qtwebkit_%.bbappend

diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtwebkit/0001-Fix-to-match-the-uniform-precision-qualifiers-in-ver.patch b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtwebkit/0001-Fix-to-match-the-uniform-precision-qualifiers-in-ver.patch
deleted file mode 100644
index 80e55c7f..00000000
--- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtwebkit/0001-Fix-to-match-the-uniform-precision-qualifiers-in-ver.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 66dab98c3f42eb70a4c6761a8694e374b8578e99 Mon Sep 17 00:00:00 2001
-From: Prabhu Sundararaj <prabhu.sundararaj@freescale.com>
-Date: Thu, 8 May 2014 09:27:04 -0700
-Subject: [PATCH] Fix to match the uniform precision qualifiers in vertex and
- fragment shaders
-
-When the vertex and fragment shaders are linked together, then they will
-share a single global uniform name space. Hence, types and precisions of
-uniforms with the same name must match across all shaders that are linked
-into a single executable.
-
-As per GLSL_ES_Specification_3.00.3.pdf
-Page 124 12.3 Numeric Precision
-The fragment language has no default precision qualifier for floating point types.
-Hence for float, floating point vector and matrix variable declarations, either
-the declaration must include a precision qualifier or the default float
-precision must have been previously declared.
-
-Upstream-Status: Submitted [https://bugs.webkit.org/show_bug.cgi?id=124653#c9]
-
-Change-Id: I4eb3363b3bca8bc3c839212ec7c966201a3e65e2
-Signed-off-by: Prabhu Sundararaj <prabhu.sundararaj@freescale.com>
----
- Source/WebCore/platform/graphics/texmap/TextureMapperShaderProgram.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Source/WebCore/platform/graphics/texmap/TextureMapperShaderProgram.cpp b/Source/WebCore/platform/graphics/texmap/TextureMapperShaderProgram.cpp
-index f4b9a7e..7e991bf 100644
---- a/Source/WebCore/platform/graphics/texmap/TextureMapperShaderProgram.cpp
-+++ b/Source/WebCore/platform/graphics/texmap/TextureMapperShaderProgram.cpp
-@@ -208,7 +208,7 @@ static const char* fragmentTemplate =
-     ANTIALIASING_TEX_COORD_DIRECTIVE
-     BLUR_CONSTANTS
-     STRINGIFY(
--        precision mediump float;
-+        precision highp float;
-         uniform SamplerType s_sampler;
-         uniform sampler2D s_contentTexture;
-         uniform float u_opacity;
--- 
-1.9.1
-
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtwebkit_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtwebkit_%.bbappend
deleted file mode 100644
index 5d961e64..00000000
--- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtwebkit_%.bbappend
+++ /dev/null
@@ -1,4 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI += "file://0001-Fix-to-match-the-uniform-precision-qualifiers-in-ver.patch"
-
-- 
2.14.4



  reply	other threads:[~2018-08-28  7:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-28  7:43 [PATCH 1/4] remove chromium appends Andreas Müller
2018-08-28  7:43 ` Andreas Müller [this message]
2018-08-28  7:43 ` [PATCH 3/4] qtwayland/etnaviv: remove xcomposite-glx Andreas Müller
2018-08-28  7:43 ` [PATCH 4/4] Fix menuconfig for our kernels Andreas Müller
2018-08-31  1:18   ` Otavio Salvador
2018-08-31  6:35     ` Andreas Müller
2018-08-31 14:03       ` Otavio Salvador
2018-08-31 14:10         ` Tom Hochstein
2018-09-04 13:39         ` Andreas Müller
2018-09-04 18:39           ` Otavio Salvador
2018-09-04 21:01             ` Andreas Müller
2018-09-05 23:33               ` Otavio Salvador

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=20180828074303.23507-2-schnitzeltony@gmail.com \
    --to=schnitzeltony@gmail.com \
    --cc=meta-freescale@yoctoproject.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 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.