Re: [Mesa-dev] [PATCH] glsl: default standalone compiler to 4.50

2015-08-04 Thread Timothy Arceri
On Tue, 2015-08-04 at 23:03 +1000, Timothy Arceri wrote: > On Fri, 2015-07-24 at 15:48 -0400, Ilia Mirkin wrote: > > Signed-off-by: Ilia Mirkin > > --- > > > > There seems to be a huge overlap between what initialize_context and > > initialize_context_to_defaults do, wasn't sure where to stick wh

Re: [Mesa-dev] [PATCH] glsl: default standalone compiler to 4.50

2015-08-04 Thread Timothy Arceri
On Fri, 2015-07-24 at 15:48 -0400, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > --- > > There seems to be a huge overlap between what initialize_context and > initialize_context_to_defaults do, wasn't sure where to stick what. > > src/glsl/main.cpp | 26 +- > 1 file

[Mesa-dev] [PATCH] glsl: default standalone compiler to 4.50

2015-07-24 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- There seems to be a huge overlap between what initialize_context and initialize_context_to_defaults do, wasn't sure where to stick what. src/glsl/main.cpp | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/src/glsl/main.