[Mesa-dev] [PATCH 00/10] intel/anv: Prepare to add Ice Lake (ICL) support

Jason Ekstrand jason at jlekstrand.net
Fri Feb 16 02:14:33 UTC 2018


I made a few fairly trivial comments but it all looks pretty good.

Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

On Thu, Feb 15, 2018 at 5:44 PM, Anuj Phogat <anuj.phogat at gmail.com> wrote:

> This series prepares the driver to enable Ice Lake support
> in Vulkan driver. It wires up the build infrastructure and
> make few ICL specific changes suggested by h/w documentation.
> This is not everything we need to enable Vulkan on Ice Lake.
>

How much is left?


> Series is also available in my review branch at github.
> https://github.com/aphogat/mesa.git
>
> Anuj Phogat (10):
>   anv/icl: Add gen11 mocs defines
>   anv/icl: Add #define genX
>   anv/icl: Don't set ResetGatewayTimer
>   anv/icl: Don't use SingleVertexDispatch
>   anv/icl: Don't use DISPATCH_MODE_SIMD4X2
>   anv/icl: Generate gen11 entry point functions
>   anv/icl: Build anv libs for gen11
>   anv/icl: Use gen11 functions
>   anv/icl: Enable float blend optimization
>   anv/icl: Add render target flush after uploading binding table
>
>  src/intel/Android.vulkan.mk             | 21 +++++++++++++++++++++
>  src/intel/Makefile.sources              |  4 ++++
>  src/intel/Makefile.vulkan.am            |  7 ++++++-
>  src/intel/vulkan/anv_blorp.c            |  3 +++
>  src/intel/vulkan/anv_device.c           |  3 +++
>  src/intel/vulkan/anv_entrypoints_gen.py |  6 +++++-
>  src/intel/vulkan/anv_private.h          | 14 ++++++++++++++
>  src/intel/vulkan/genX_cmd_buffer.c      | 21 +++++++++++++++++++++
>  src/intel/vulkan/genX_pipeline.c        | 11 +++++++++++
>  src/intel/vulkan/genX_state.c           |  2 +-
>  src/intel/vulkan/meson.build            |  2 +-
>  11 files changed, 90 insertions(+), 4 deletions(-)
>
> --
> 2.13.6
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180215/020b0206/attachment.html>


More information about the mesa-dev mailing list