Re: [Mesa-dev] [PATCH 09/23] anv: Annotate entrypoint table with index and func name

2017-09-02 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Sat, Sep 2, 2017 at 1:17 AM, Chad Versace wrote: > This helps when debugging a broken entrypoint table. > --- > src/intel/vulkan/anv_entrypoints_gen.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/intel/vulkan/anv_entrypoints_g

[Mesa-dev] [PATCH 09/23] anv: Annotate entrypoint table with index and func name

2017-09-02 Thread Chad Versace
This helps when debugging a broken entrypoint table. --- src/intel/vulkan/anv_entrypoints_gen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intel/vulkan/anv_entrypoints_gen.py b/src/intel/vulkan/anv_entrypoints_gen.py index 82221ef94bd..983be09a39b 100644 --- a/sr