<div dir="ltr">On 29 December 2012 04:35, Chris Forbes <span dir="ltr"><<a href="mailto:chrisf@ijw.co.nz" target="_blank">chrisf@ijw.co.nz</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">
This series adds support for ARB_texture_multisample in core mesa<br>
and the i965 driver, and initially enables it for Gen6.<br>
<br>
There's a few rough edges still:<br>
- sample counts aren't quantized correctly<br>
<br>
- various small Gen7-specific things aren't done or adequately tested<br>
   (Gen7 surface_state bits; testing for 8x mode; MCS; Gen7 `ld`<br>
   argument layout)<br>
<br>
- HiZ/STENCIL_INDEX* interactions are almost certainly wrong on Gen6,<br>
   since I'm not setting up HiZ surfaces at all.<br>
<br>
- dispatch is slightly bogus (using exec=mesa). not sure what i'm doing<br>
   wrong here, but the proper exec=dynamic doesn't work. i'm sure im<br>
   missing something really obvious.<br>
<br>
- some other Gen6 restrictions on 'large' multisample formats aren't<br>
   taken into account (the PRM mentions that formats larger than 64bits<br>
   per sample don't work)<br>
<br>
- almost certainly some style violations :)<br>
<br>
Piglits for this feature are in the texture_multisample branch at<br>
git://<a href="http://github.com/chrisforbes/piglit.git" target="_blank">github.com/chrisforbes/piglit.git</a>, and cover most things now.<br>
I'll tidy those changes up into a nice series for the piglit list soon.<br></blockquote><div><br></div><div>Any idea when you'll be ready to submit these piglit tests for review?  I'd like to see the piglit patches land (or at the very least, get some review) before we try to land this series, so that we can make sure the feature goes out of the gate well-tested.<br>
</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Let me know how I'm doing it wrong :)<br>
<br>
-- Chris<br>
<br>
<br>
_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_blank">http://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
</blockquote></div><br></div></div>