summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Gomez <agomez@igalia.com>2017-11-11 03:45:34 +0200
committerAndres Gomez <agomez@igalia.com>2017-11-22 18:41:24 +0200
commitf6d3eed51319d1302f23c69d2fb889988abee984 (patch)
treec30c51f43815e331211a573a91ffc029f818a99e
parentba0f965771299fd2bfc677483fa0e1659be47ea2 (diff)
downloadmesa-f6d3eed51319d1302f23c69d2fb889988abee984.tar.gz
cherry-ignore: glsl: Fix typo fragement -> fragment
fixes: This commit is only a typo correction on an error message. Signed-off-by: Andres Gomez <agomez@igalia.com>
-rw-r--r--bin/.cherry-ignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore
index 49ec2aab1b1..16fa358931d 100644
--- a/bin/.cherry-ignore
+++ b/bin/.cherry-ignore
@@ -124,3 +124,6 @@ a07f7b26198ce0f5c8799481a673754968ac5daf anv/cmd_buffer: Take bo_offset into acc
deec84fd771876b5c0755293376df11bc95b473b anv/blorp: Add a device parameter to blorp_surf_for_anv_image
bc933d0e8462871e19328f66182c35543e334013 intel/blorp: Make the MOCS setting part of blorp_address
d7a19d69ebc032ba7207fc97bc6f10d5bb35bb99 i965: Use PTE MOCS for all external buffers
+
+# fixes: This commit is only a typo correction on an error message.
+a6932faae1074445210d392a80b94fdac147b255 glsl: Fix typo fragement -> fragment