Re: [Mesa-dev] [PATCH] i915: Stop claiming GL 2.1 support.

2016-12-05 Thread Ian Romanick
On 12/02/2016 05:04 PM, Matt Turner wrote: > On Fri, Dec 2, 2016 at 12:22 PM, Emil Velikov > wrote: >> On 2 December 2016 at 19:49, Matt Turner wrote: >>> A user reporting an unrelated bug (98964) said that he has to set >>>

Re: [Mesa-dev] [PATCH] i915: Stop claiming GL 2.1 support.

2016-12-02 Thread Matt Turner
On Fri, Dec 2, 2016 at 12:22 PM, Emil Velikov wrote: > On 2 December 2016 at 19:49, Matt Turner wrote: >> A user reporting an unrelated bug (98964) said that he has to set >> MESA_GL_VERSION_OVERRIDE=1.4 when running Chromium otherwise it's too >>

Re: [Mesa-dev] [PATCH] i915: Stop claiming GL 2.1 support.

2016-12-02 Thread Emil Velikov
On 2 December 2016 at 19:49, Matt Turner wrote: > A user reporting an unrelated bug (98964) said that he has to set > MESA_GL_VERSION_OVERRIDE=1.4 when running Chromium otherwise it's too > slow. I presume that it's attempting to use GL 2.0/2.1 features that > aren't

[Mesa-dev] [PATCH] i915: Stop claiming GL 2.1 support.

2016-12-02 Thread Matt Turner
A user reporting an unrelated bug (98964) said that he has to set MESA_GL_VERSION_OVERRIDE=1.4 when running Chromium otherwise it's too slow. I presume that it's attempting to use GL 2.0/2.1 features that aren't hardware-supported on i915. --- src/mesa/drivers/dri/i915/intel_screen.c | 2 +- 1