Re: [Mesa-dev] [PATCH v2] glx: Initialize OpenGL version to 1.0

2013-09-04 Thread Ian Romanick
On 09/04/2013 12:23 PM, Rico Schüller wrote: > Some driver/card combinations (r200/RV280, i915/915G) don't support OpenGL > 2.1. > These create in some corner cases an indirect context instead of a direct > context when calling glXCreateContextAttribsARB(). This happens because of a > bad default

[Mesa-dev] [PATCH v2] glx: Initialize OpenGL version to 1.0

2013-09-04 Thread Rico Schüller
Some driver/card combinations (r200/RV280, i915/915G) don't support OpenGL 2.1. These create in some corner cases an indirect context instead of a direct context when calling glXCreateContextAttribsARB(). This happens because of a bad default value. To avoid this, choose a more sane default OpenGL