<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jun 6, 2017 at 9:59 PM, Jason Ekstrand <span dir="ltr"><<a href="mailto:jason@jlekstrand.net" target="_blank">jason@jlekstrand.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">This little series switches the GL driver to use BLORP for depth and<br>
stencil clears. BLORP has had depth/stencil clear support ever since we<br>
started using it in the Vulkan driver but we didn't hook it up in GL<br>
because of a few very hard-to-debug CTS fails. Patches 10 takes care of<br>
those and we now pass except for some weird behavior around occlusion<br>
queries on Sandy Bridge. I'll look into those later. For now, I think the<br>
series is worth reviewing.<br></blockquote><div><br></div><div>The sandy bridge issue has now been sorted:<br><br><a href="https://patchwork.freedesktop.org/patch/160590/">https://patchwork.freedesktop.org/patch/160590/</a><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Jason Ekstrand (11):<br>
i965/blorp: Set aux_usage to NONE for miplevels without HiZ<br>
mesa: Add a BUFFER_BITS mask for depth+stencil<br>
i965/miptree: Choose the stencil layout in miptree_create_layout<br>
intel/isl: Properly set SeparateStencilBufferEnable on gen5-6<br>
i965: Remove some of the remnants of meta<br>
i965: Remove some unneeded fields from brw_context<br>
i965/blorp: Set no_depth_or_stencil correctly<br>
i965/blorp: Do a depth flush/stall prior to HiZ operations<br>
i965: Disable the interleaved vertex optimization when instancing<br>
i965: Set step_rate == 0 for interleaved vertex buffers<br>
i965: Use blorp for depth/stencil clears on gen6+<br>
<br>
src/intel/isl/isl_emit_depth_<wbr>stencil.c | 13 ++-<br>
src/mesa/drivers/dri/i965/brw_<wbr>blorp.c | 129 ++++++++++++++++++++++++++<br>
src/mesa/drivers/dri/i965/brw_<wbr>blorp.h | 4 +<br>
src/mesa/drivers/dri/i965/brw_<wbr>clear.c | 6 ++<br>
src/mesa/drivers/dri/i965/brw_<wbr>context.h | 13 ---<br>
src/mesa/drivers/dri/i965/brw_<wbr>draw_upload.c | 12 ++-<br>
src/mesa/drivers/dri/i965/brw_<wbr>wm.c | 2 +-<br>
src/mesa/drivers/dri/i965/<wbr>genX_blorp_exec.c | 3 +-<br>
src/mesa/drivers/dri/i965/<wbr>genX_state_upload.c | 2 +-<br>
src/mesa/drivers/dri/i965/<wbr>intel_mipmap_tree.c | 6 +-<br>
src/mesa/main/mtypes.h | 3 +<br>
11 files changed, 167 insertions(+), 26 deletions(-)<br>
<span class="gmail-HOEnZb"><font color="#888888"><br>
--<br>
2.5.0.400.gff86faf<br>
<br>
</font></span></blockquote></div><br></div></div>