On Fri, Apr 14, 2017 at 5:35 PM, Anuj Phogat <[email protected]> wrote:

> From: Jason Ekstrand <[email protected]>
>
> Signed-off-by: Anuj Phogat <[email protected]>
> ---
>  src/intel/Makefile.sources |    3 +-
>  src/intel/genxml/gen10.xml | 3557 ++++++++++++++++++++++++++++++
> ++++++++++++++
>  2 files changed, 3559 insertions(+), 1 deletion(-)
>  create mode 100644 src/intel/genxml/gen10.xml
>
> diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
> index c568916..57eb157 100644
> --- a/src/intel/Makefile.sources
> +++ b/src/intel/Makefile.sources
> @@ -117,7 +117,8 @@ GENXML_XML_FILES = \
>         genxml/gen7.xml \
>         genxml/gen75.xml \
>         genxml/gen8.xml \
> -       genxml/gen9.xml
> +       genxml/gen9.xml \
> +       genxml/gen10.xml
>

I don't see any patches in this series that update genX_macros.h,
genX_pack.h, isl, blorp, anv or anything else for that matter to actually
use the gen10 XML.  How is isl_surf_fill_state_s, for instance, not failing?
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to