<div dir="ltr">This has been squashed into the test for NamedBufferStorage.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 1, 2015 at 4:51 AM, Martin Peres <span dir="ltr"><<a href="mailto:martin.peres@linux.intel.com" target="_blank">martin.peres@linux.intel.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 23/01/15 21:03, Laura Ekstrand wrote:<br>
</span><div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
---<br>
  tests/spec/arb_direct_state_<u></u>access/namedbufferstorage.c | 2 +-<br>
  1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/tests/spec/arb_direct_state_<u></u>access/namedbufferstorage.c b/tests/spec/arb_direct_state_<u></u>access/namedbufferstorage.c<br>
index 2ddfab6..6630467 100644<br>
--- a/tests/spec/arb_direct_state_<u></u>access/namedbufferstorage.c<br>
+++ b/tests/spec/arb_direct_state_<u></u>access/namedbufferstorage.c<br>
@@ -217,8 +217,8 @@ read_subtest(GLboolean coherent, GLboolean client_storage)<br>
        glClear(GL_COLOR_BUFFER_BIT);<br>
        glCreateBuffers(1, &srcbuf);<br>
+       glNamedBufferData(srcbuf, BUF_SIZE, array, GL_STATIC_DRAW);<br>
        glBindBuffer(GL_COPY_READ_<u></u>BUFFER, srcbuf);<br>
-       glBufferData(GL_COPY_READ_<u></u>BUFFER, BUF_SIZE, array, GL_STATIC_DRAW);<br>
        /* Copy some data to the mapped buffer and check if the CPU can see it. */<br>
        glBindBuffer(GL_COPY_WRITE_<u></u>BUFFER, buffer);<br>
</blockquote>
<br></div></div>
While I see the point of having separate commits during the development of the mesa functionality, I fail to see the point of not having this squashed in the second patch.<br>
<br>
Could you please squash this?<br>
______________________________<u></u>_________________<br>
Piglit mailing list<br>
<a href="mailto:Piglit@lists.freedesktop.org" target="_blank">Piglit@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/piglit" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/piglit</a><br>
</blockquote></div><br></div>