diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes
index 0dd3644..209361e 100644
--- a/Mesa-drivers.changes
+++ b/Mesa-drivers.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Thu Oct 25 14:29:20 UTC 2018 - msrb@suse.com
+
+- n_drirc-disable-rgb10-for-chromium-on-amd.patch
+ * Disallow rgb10 configs for chromium with radeonsi to prevent
+ broken colors in video. (boo#1113211)
+
-------------------------------------------------------------------
Mon Oct 22 13:24:59 UTC 2018 - sndirsch@suse.com
diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec
index ef79bf2..dc234db 100644
--- a/Mesa-drivers.spec
+++ b/Mesa-drivers.spec
@@ -141,6 +141,7 @@ Patch50: U_intel-decoder-mark-total_length-as-MAYBE_UNUSED-in-g.patch
Patch51: U_intel-aubinator-mark-ftruncate_res-as-MAYBE_UNUSED-i.patch
Patch52: U_python-Fix-rich-comparisons.patch
Patch53: U_python-Use-key-functions-when-sorting-containers.patch
+Patch54: n_drirc-disable-rgb10-for-chromium-on-amd.patch
BuildRequires: autoconf >= 2.60
BuildRequires: automake
@@ -731,6 +732,7 @@ rm -rf docs/README.{VMS,WIN32,OS2}
%patch51 -p1
%patch52 -p1
%patch53 -p1
+%patch54 -p1
# Remove requires to libglvnd/libglvnd-devel from baselibs.conf when
# disabling libglvnd build; ugly ...
diff --git a/Mesa.changes b/Mesa.changes
index 0dd3644..209361e 100644
--- a/Mesa.changes
+++ b/Mesa.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Thu Oct 25 14:29:20 UTC 2018 - msrb@suse.com
+
+- n_drirc-disable-rgb10-for-chromium-on-amd.patch
+ * Disallow rgb10 configs for chromium with radeonsi to prevent
+ broken colors in video. (boo#1113211)
+
-------------------------------------------------------------------
Mon Oct 22 13:24:59 UTC 2018 - sndirsch@suse.com
diff --git a/Mesa.spec b/Mesa.spec
index 7177dbf..57a73f7 100644
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -140,6 +140,7 @@ Patch50: U_intel-decoder-mark-total_length-as-MAYBE_UNUSED-in-g.patch
Patch51: U_intel-aubinator-mark-ftruncate_res-as-MAYBE_UNUSED-i.patch
Patch52: U_python-Fix-rich-comparisons.patch
Patch53: U_python-Use-key-functions-when-sorting-containers.patch
+Patch54: n_drirc-disable-rgb10-for-chromium-on-amd.patch
BuildRequires: autoconf >= 2.60
BuildRequires: automake
@@ -730,6 +731,7 @@ rm -rf docs/README.{VMS,WIN32,OS2}
%patch51 -p1
%patch52 -p1
%patch53 -p1
+%patch54 -p1
# Remove requires to libglvnd/libglvnd-devel from baselibs.conf when
# disabling libglvnd build; ugly ...
diff --git a/n_drirc-disable-rgb10-for-chromium-on-amd.patch b/n_drirc-disable-rgb10-for-chromium-on-amd.patch
new file mode 100644
index 0000000..a749c1e
--- /dev/null
+++ b/n_drirc-disable-rgb10-for-chromium-on-amd.patch
@@ -0,0 +1,15 @@
+Index: mesa-18.2.3/src/util/drirc
+===================================================================
+--- mesa-18.2.3.orig/src/util/drirc
++++ mesa-18.2.3/src/util/drirc
+@@ -330,5 +330,10 @@ TODO: document the other workarounds.
+
+
+
++
++
++
++
++
+
+