Re: [Mesa-dev] [PATCH 1/2] mesa: add NV_image_formats extension support

2016-11-14 Thread Francisco Jerez
Ilia Mirkin writes: > On Mon, Nov 14, 2016 at 6:55 AM, Lionel Landwerlin > wrote: >> On 11/11/16 18:39, Ilia Mirkin wrote: >>> On Fri, Nov 11, 2016 at 10:40 AM, Lionel Landwerlin >>> wrote: diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index 2d

Re: [Mesa-dev] [PATCH 1/2] mesa: add NV_image_formats extension support

2016-11-14 Thread Ilia Mirkin
On Mon, Nov 14, 2016 at 6:55 AM, Lionel Landwerlin wrote: > On 11/11/16 18:39, Ilia Mirkin wrote: >> On Fri, Nov 11, 2016 at 10:40 AM, Lionel Landwerlin >> wrote: >>> diff --git a/src/mesa/main/extensions_table.h >>> b/src/mesa/main/extensions_table.h >>> index 2dbd7da..f58f2ad 100644 >>> --- a/

Re: [Mesa-dev] [PATCH 1/2] mesa: add NV_image_formats extension support

2016-11-14 Thread Lionel Landwerlin
On 11/11/16 18:39, Ilia Mirkin wrote: On Fri, Nov 11, 2016 at 10:40 AM, Lionel Landwerlin wrote: Signed-off-by: Lionel Landwerlin Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98480 --- src/compiler/glsl/glsl_parser.yy | 5 +-- src/compiler/glsl/glsl_parser_extras.cpp | 58

Re: [Mesa-dev] [PATCH 1/2] mesa: add NV_image_formats extension support

2016-11-11 Thread Ilia Mirkin
On Fri, Nov 11, 2016 at 10:40 AM, Lionel Landwerlin wrote: > Signed-off-by: Lionel Landwerlin > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98480 > --- > src/compiler/glsl/glsl_parser.yy | 5 +-- > src/compiler/glsl/glsl_parser_extras.cpp | 58 > +

[Mesa-dev] [PATCH 1/2] mesa: add NV_image_formats extension support

2016-11-11 Thread Lionel Landwerlin
Signed-off-by: Lionel Landwerlin Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98480 --- src/compiler/glsl/glsl_parser.yy | 5 +-- src/compiler/glsl/glsl_parser_extras.cpp | 58 src/compiler/glsl/glsl_parser_extras.h | 4 +++ src/mesa/main/ext