Re: [Mesa-dev] [PATCH 1/2] anv: Add a new centralized extensions file

2017-08-01 Thread Lionel Landwerlin
Both patches are : Reviewed-by: Lionel Landwerlin On 14/07/17 07:14, Jason Ekstrand wrote: This will allow us to keep everything in one place when it comes to declaring what extensions are supported. --- src/intel/Makefile.vulkan.am| 3 +- src/intel/vulkan/anv_entrypoints_gen.p

Re: [Mesa-dev] [PATCH 1/2] anv: Add a new centralized extensions file

2017-07-14 Thread Emil Velikov
On 14 July 2017 at 07:14, Jason Ekstrand wrote: > This will allow us to keep everything in one place when it comes to > declaring what extensions are supported. It will also allow radv to reuse the generator (barring some trivial fixes), if they're interested ;-) > --- > src/intel/Makefile.vulka

[Mesa-dev] [PATCH 1/2] anv: Add a new centralized extensions file

2017-07-13 Thread Jason Ekstrand
This will allow us to keep everything in one place when it comes to declaring what extensions are supported. --- src/intel/Makefile.vulkan.am| 3 +- src/intel/vulkan/anv_entrypoints_gen.py | 27 +++--- src/intel/vulkan/anv_extensions.py | 63 ++