Re: [Mesa-dev] [PATCH] mesa/{version, getstring}: Future-proof version handling

2014-08-23 Thread Olivier Galibert
Are we that far? OG. On Sat, Aug 23, 2014 at 7:22 PM, Ian Romanick wrote: > I'm content with waiting to add this until we're even close to > supporting any of those versions... especially given all the lines like > "false && // ARB_gpu_shader_fp64 &&". That's just clutter. > > On 08/21/2014

Re: [Mesa-dev] [PATCH] mesa/{version, getstring}: Future-proof version handling

2014-08-23 Thread Ian Romanick
I'm content with waiting to add this until we're even close to supporting any of those versions... especially given all the lines like "false && // ARB_gpu_shader_fp64 &&". That's just clutter. On 08/21/2014 05:02 AM, Olivier Galibert wrote: > Signed-off-by: Olivier Galibert > --- > src/mesa/ma

[Mesa-dev] [PATCH] mesa/{version, getstring}: Future-proof version handling

2014-08-21 Thread Olivier Galibert
Signed-off-by: Olivier Galibert --- src/mesa/main/getstring.c | 6 ++ src/mesa/main/version.c | 140 +- 2 files changed, 143 insertions(+), 3 deletions(-) diff --git a/src/mesa/main/getstring.c b/src/mesa/main/getstring.c index 431d60b..f9d13a7 100