Re: [Mesa-dev] [PATCH 2/4] glsl: trivial change of the file extension matching

2017-05-30 Thread Vlad Golovkin
2017-05-31 2:39 GMT+03:00 Ian Romanick : > On 05/30/2017 03:45 PM, Vlad Golovkin wrote: >> --- >> src/compiler/glsl/standalone.cpp | 17 ++--- >> 1 file changed, 10 insertions(+), 7 deletions(-) >> >> diff --git a/src/compiler/glsl/standalone.cpp >>

Re: [Mesa-dev] [PATCH 2/4] glsl: trivial change of the file extension matching

2017-05-30 Thread Ian Romanick
On 05/30/2017 03:45 PM, Vlad Golovkin wrote: > --- > src/compiler/glsl/standalone.cpp | 17 ++--- > 1 file changed, 10 insertions(+), 7 deletions(-) > > diff --git a/src/compiler/glsl/standalone.cpp > b/src/compiler/glsl/standalone.cpp > index 52554bb92a..b9cee23642 100644 > ---

[Mesa-dev] [PATCH 2/4] glsl: trivial change of the file extension matching

2017-05-30 Thread Vlad Golovkin
--- src/compiler/glsl/standalone.cpp | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/compiler/glsl/standalone.cpp b/src/compiler/glsl/standalone.cpp index 52554bb92a..b9cee23642 100644 --- a/src/compiler/glsl/standalone.cpp +++