Re: [Mesa-dev] [PATCH v3 21/22] anv: enable float64 feature on supported platforms

2017-01-09 Thread Samuel Iglesias Gonsálvez
On Thu, 2017-01-05 at 12:46 -0800, Jason Ekstrand wrote: > With the image_ms_array line removed (I don't believe we support > that), 20-22 are > > Reviewed-by: Jason Ekstrand > I have applied all the suggestions and pushed the patches to master. Thanks a lot for the review! Sam __

Re: [Mesa-dev] [PATCH v3 21/22] anv: enable float64 feature on supported platforms

2017-01-05 Thread Jason Ekstrand
With the image_ms_array line removed (I don't believe we support that), 20-22 are Reviewed-by: Jason Ekstrand On Thu, Jan 5, 2017 at 12:44 PM, Jason Ekstrand wrote: > You're doing more here than enabling float64... > > On Thu, Jan 5, 2017 at 2:18 AM, Samuel Iglesias Gonsálvez < > sigles...@iga

Re: [Mesa-dev] [PATCH v3 21/22] anv: enable float64 feature on supported platforms

2017-01-05 Thread Jason Ekstrand
You're doing more here than enabling float64... On Thu, Jan 5, 2017 at 2:18 AM, Samuel Iglesias Gonsálvez < sigles...@igalia.com> wrote: > Signed-off-by: Samuel Iglesias Gonsálvez > --- > src/intel/vulkan/anv_pipeline.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --gi

[Mesa-dev] [PATCH v3 21/22] anv: enable float64 feature on supported platforms

2017-01-05 Thread Samuel Iglesias Gonsálvez
Signed-off-by: Samuel Iglesias Gonsálvez --- src/intel/vulkan/anv_pipeline.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_pipeline.c b/src/intel/vulkan/anv_pipeline.c index 361fd256cf7..e25465fc1d9 100644 --- a/src/intel/vulkan/anv_pipeline.c +++