<div dir="ltr">On 6 August 2013 14:08, Paul Berry <span dir="ltr"><<a href="mailto:stereotype441@gmail.com" target="_blank">stereotype441@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="im">On 5 August 2013 15:32, Anuj Phogat <span dir="ltr"><<a href="mailto:anuj.phogat@gmail.com" target="_blank">anuj.phogat@gmail.com</a>></span> wrote:<br>
</div><div class="gmail_extra"><div class="gmail_quote"><div class="im">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">This test verifies the accuracy of scaled blitting from a single sample<br>
buffer with GL_LINEAR filtering. It compares the output from following<br>
rendering scenarios:<br>
1. Scaled blit using a single sample framebuffer with texture /<br>
   renderbuffer attachment.<br>
2. Scaled blit using a glsl shader program.<br>
Signed-off-by: Anuj Phogat <<a href="mailto:anuj.phogat@gmail.com" target="_blank">anuj.phogat@gmail.com</a>><br>
---<br>
 tests/all.tests                                    |   1 +<br>
 .../ext_framebuffer_multisample/CMakeLists.gl.txt  |   1 +<br>
 .../blit-scaled-linear.cpp                         | 297 +++++++++++++++++++++<br>
 3 files changed, 299 insertions(+)<br>
 create mode 100644 tests/spec/ext_framebuffer_multisample/blit-scaled-linear.cpp<br></blockquote><div><br></div></div><div>I see that you've placed this test in ext_framebuffer_multisample because it re-uses the test pattern defined in ext_framebuffer_multisample/common.cpp.  I'm not comfortable with that--if we start mixing and matching our directory organization like this, it's going to start getting hard to find the files we're looking for.  How about if we do a pre-patch that moves the test pattern to a global location (i.e. somewhere in tests/util)?  Then this test can go in arb_framebuffer_multisample where it belongs.<br>
</div></div></div></div></blockquote><div><br></div><div>Sorry, I meant to say "Then this test can go in arb_framebuffer_object where it belongs".<br></div></div></div></div>