Re: [Mesa-dev] [PATCH mesa 00/10] make use of env_var_as_boolean()

2017-09-11 Thread Emil Velikov
On 8 September 2017 at 13:40, Eric Engestrom wrote: > After fixing MESA_NO_ERROR=0 yesterday, I decided to have a look and do > the same change with a bunch of other env vars. > > I also updated the docs to suggest setting true/false as it's usually > clearer (what's LIBGL_DRI3_DISABLE=0? am I dis

[Mesa-dev] [PATCH mesa 00/10] make use of env_var_as_boolean()

2017-09-08 Thread Eric Engestrom
After fixing MESA_NO_ERROR=0 yesterday, I decided to have a look and do the same change with a bunch of other env vars. I also updated the docs to suggest setting true/false as it's usually clearer (what's LIBGL_DRI3_DISABLE=0? am I disabling or enabling? doesn't help that it used to do the same w