From f6d3eed51319d1302f23c69d2fb889988abee984 Mon Sep 17 00:00:00 2001 From: Andres Gomez Date: Sat, 11 Nov 2017 03:45:34 +0200 Subject: [PATCH] cherry-ignore: glsl: Fix typo fragement -> fragment fixes: This commit is only a typo correction on an error message. Signed-off-by: Andres Gomez --- bin/.cherry-ignore | 3 +++ 1 file changed, 3 insertions(+) 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