<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 11, 2016 at 5:32 PM, Nanley Chery <span dir="ltr"><<a href="mailto:nanleychery@gmail.com" target="_blank">nanleychery@gmail.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 Tue, Jul 26, 2016 at 10:04:21PM -0700, Jason Ekstrand wrote:<br>
</span><span class="">> The real objective of this series is patch 5 which prevents us from<br>
> accidentally creating a surface state with a format unsupported by the<br>
> hardware.  This turns some of the new Vulkan CTS tests from a hang into an<br>
> informative crash.  In order to get there, however, we needed to update the<br>
> format table in isl with some of the new formats added on Haswell and later<br>
> generations.  In order to do that, we had to fix up the dri driver, and own<br>
> the rabbit hole we go!<br>
><br>
> At the end of the series, the hangs in the latest CTS are gone (they came<br>
> from trying to clear an unsupported image format).<br>
<br>
</span>With the spelling correction and the removal of the filtering feature for<br>
integer formats, patches 1-3 are:<br>
<br>
Reviewed-by: Nanley Chery <<a href="mailto:nanley.g.chery@intel.com">nanley.g.chery@intel.com</a>><br></blockquote><div><br></div><div>Thanks!<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="im HOEnZb"><br>
><br>
> Jason Ekstrand (5):<br>
>   i965/surface_formats: Don't advertise 8 or 16-bit RGB formats<br>
>   isl/formats: Report ETC as being samplable on Bay Trail<br>
>   isl/formats: Update the table with more samplable formats<br>
>   anv/image: Don't create invalid render target surfaces<br>
>   isl/state: Add some asserts about format capabilities<br>
><br>
>  src/intel/isl/isl_format.c                      | 48 +++++++++++++++++--------<br>
>  src/intel/isl/isl_surface_<wbr>state.c               |  5 +++<br>
>  src/intel/vulkan/anv_image.c                    | 13 ++++++-<br>
>  src/mesa/drivers/dri/i965/brw_<wbr>surface_formats.c | 10 ++++++<br>
>  4 files changed, 60 insertions(+), 16 deletions(-)<br>
><br>
> --<br>
> 2.5.0.400.gff86faf<br>
><br>
</span><div class="HOEnZb"><div class="h5">> ______________________________<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>
</div></div></blockquote></div><br></div></div>