<p dir="ltr">Should I push the ones you mark as r-b or wait for a separate go-ahead based on CI results?</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Nov 14, 2016 8:45 PM, "Cherniak, Bruce" <<a href="mailto:bruce.cherniak@intel.com">bruce.cherniak@intel.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Reviewing/commenting on each patch individually.  We’re also testing more thoroughly in our CI.<br>
<br>
In general, your help and interest in OpenSWR is very much appreciated!<br>
<br>
<br>
> On Nov 12, 2016, at 5:00 PM, Ilia Mirkin <<a href="mailto:imirkin@alum.mit.edu">imirkin@alum.mit.edu</a>> wrote:<br>
><br>
> This is a bit of a hodge-podge, but largely related to improving texture<br>
> resource manipulation - mapping, texturing, rendering, etc. There's a WIP<br>
> commit at the end which was required to make swr not crash on piglit exit<br>
> half the time, but I think it needs to be redone in a proper way.<br>
><br>
> The meat is in the "swr: rework resource layout and surface setup" commit.<br>
> This redoes surface layout for swr to match with the rasterizer's<br>
> expectations. This way we can tell it which array index or LOD to render to.<br>
> This will also be important for layered rendering when GS support comes<br>
> along. It also paves the way to supporting the swr backend's tiling to<br>
> improve cache performance.<br>
><br>
> Unfortunately it does mean more overhead for all textures, not just the<br>
> renderable ones. I thought this was acceptable, as supporting multiple<br>
> different layout mechanisms seems a little confusing.<br>
><br>
> This series overall fixes ~600 piglit tests. You can see this series (+ one<br>
> more commit that's not really ready) at<br>
><br>
> <a href="http://github.com/imirkin/mesa/commits/swr" rel="noreferrer" target="_blank">http://github.com/imirkin/<wbr>mesa/commits/swr</a><br>
><br>
> I highly recommend testing this in your higher-core/higher-perf environments<br>
> than my desktop SKL (or, *gasp*, SDE on a Core i7-920).<br>
><br>
> Ilia Mirkin (14):<br>
>  swr: [rasterizer memory] add support for R32_FLOAT_X8X24 formats<br>
>  swr: [rasterizer memory] round up when dividing by block sizes<br>
>  swr: [rasterizer memory] fix store tile for 128-bit ymajor tiling<br>
>  swr: [rasterizer jitter] don't bother quantizing unused channels<br>
>  swr: add archrast generated files to gitignore<br>
>  swr: fix texture layout for compressed formats<br>
>  swr: mark both frag and vert textures read, don't forget about cbs<br>
>  swr: no support for shader stencil export<br>
>  swr: mark rgb9_e5 as unrenderable<br>
>  swr: disable blending for integer formats<br>
>  swr: rework resource layout and surface setup<br>
>  swr: remove unnecessary -1 entries in format mapping table<br>
>  swr: remove formats from mapping table that don't have StoreTile impls<br>
>  WIP swr: make sure that all rendering is finished on shader destroy<br>
><br>
> src/gallium/drivers/swr/.<wbr>gitignore                 |   4 +<br>
> .../drivers/swr/rasterizer/<wbr>jitter/blend_jit.cpp    |   2 +-<br>
> .../drivers/swr/rasterizer/<wbr>memory/LoadTile.h       |   1 +<br>
> .../drivers/swr/rasterizer/<wbr>memory/StoreTile.h      |   3 +-<br>
> .../swr/rasterizer/memory/<wbr>TilingFunctions.h        |  15 +-<br>
> src/gallium/drivers/swr/swr_<wbr>context.cpp            | 108 ++++--<br>
> src/gallium/drivers/swr/swr_<wbr>draw.cpp               |   4 +-<br>
> src/gallium/drivers/swr/swr_<wbr>resource.h             |   8 +-<br>
> src/gallium/drivers/swr/swr_<wbr>screen.cpp             | 397 +++++++++------------<br>
> src/gallium/drivers/swr/swr_<wbr>shader.cpp             |  28 +-<br>
> src/gallium/drivers/swr/swr_<wbr>state.cpp              | 197 ++++++----<br>
> 11 files changed, 433 insertions(+), 334 deletions(-)<br>
><br>
> --<br>
> 2.7.3<br>
><br>
> ______________________________<wbr>_________________<br>
> mesa-dev mailing list<br>
> <a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/mesa-dev</a><br>
<br>
</blockquote></div></div>