Re: [Mesa-dev] [PATCH] anv: Re-sort the extensions list

2019-01-18 Thread Jason Ekstrand
Thanks! Pushed. On Fri, Jan 18, 2019 at 10:30 AM Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > Reviewed-by: Lionel Landwerlin > > On 18/01/2019 16:24, Jason Ekstrand wrote: > > I like to keep things in good order so that you can find them. > > --- > > src/intel/vulkan/anv_extens

Re: [Mesa-dev] [PATCH] anv: Re-sort the extensions list

2019-01-18 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 18/01/2019 16:24, Jason Ekstrand wrote: I like to keep things in good order so that you can find them. --- src/intel/vulkan/anv_extensions.py | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/intel/vulkan/anv_extensions.py

[Mesa-dev] [PATCH] anv: Re-sort the extensions list

2019-01-18 Thread Jason Ekstrand
I like to keep things in good order so that you can find them. --- src/intel/vulkan/anv_extensions.py | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/intel/vulkan/anv_extensions.py b/src/intel/vulkan/anv_extensions.py index 2ea4cab0e97..2d212361955 100644 ---