<p dir="ltr">LGTM R-B</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Aug 11, 2016 12:30 PM, "Anuj Phogat" <<a href="mailto:anuj.phogat@gmail.com">anuj.phogat@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This is required following a change in 8X multisample positions<br>
in i965 driver.<br>
<br>
Signed-off-by: Anuj Phogat <<a href="mailto:anuj.phogat@gmail.com">anuj.phogat@gmail.com</a>><br>
---<br>
 .../ext_framebuffer_<wbr>multisample_blit_scaled/blit-<wbr>scaled.cpp    | 10 +++++-----<br>
 1 file changed, 5 insertions(+), 5 deletions(-)<br>
<br>
diff --git a/tests/spec/ext_framebuffer_<wbr>multisample_blit_scaled/blit-<wbr>scaled.cpp b/tests/spec/ext_framebuffer_<wbr>multisample_blit_scaled/blit-<wbr>scaled.cpp<br>
index 927615d..90e96ef 100644<br>
--- a/tests/spec/ext_framebuffer_<wbr>multisample_blit_scaled/blit-<wbr>scaled.cpp<br>
+++ b/tests/spec/ext_framebuffer_<wbr>multisample_blit_scaled/blit-<wbr>scaled.cpp<br>
@@ -162,13 +162,13 @@ compile_shader(GLenum target)<br>
         *<br>
         * 8X MSAA sample index layout    8x MSAA sample number layout<br>
         *           ---------                      ---------<br>
-        *           | 0 | 1 |                      | 5 | 2 |<br>
+        *           | 0 | 1 |                      | 3 | 7 |<br>
         *           ---------                      ---------<br>
-        *           | 2 | 3 |                      | 4 | 6 |<br>
+        *           | 2 | 3 |                      | 5 | 0 |<br>
         *           ---------                      ---------<br>
-        *           | 4 | 5 |                      | 0 | 3 |<br>
+        *           | 4 | 5 |                      | 1 | 2 |<br>
         *           ---------                      ---------<br>
-        *           | 6 | 7 |                      | 7 | 1 |<br>
+        *           | 6 | 7 |                      | 4 | 6 |<br>
         *           ---------                      ---------<br>
         *<br>
         * 16X MSAA sample index layout  16x MSAA sample number layout<br>
@@ -190,7 +190,7 @@ compile_shader(GLenum target)<br>
                sample_number =  "int(2 * fract(coord.x) + 4 * fract(coord.y))";<br>
        break;<br>
        case 8:<br>
-               sample_map = "  const int sample_map[8] = int[8](5 , 2, 4, 6, 0, 3, 7, 1);\n";<br>
+               sample_map = "  const int sample_map[8] = int[8](3, 7, 5, 0, 1, 2, 4, 6);\n";<br>
                sample_number = "sample_map[int(2 * fract(coord.x) + 8 * fract(coord.y))]";<br>
                break;<br>
        case 16:<br>
--<br>
2.5.5<br>
<br>
______________________________<wbr>_________________<br>
Piglit mailing list<br>
<a href="mailto:Piglit@lists.freedesktop.org">Piglit@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/piglit" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/piglit</a><br>
</blockquote></div></div>