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

2013-09-04 Thread Henri Verbeet
On 3 September 2013 13:19, Rico Schüller wrote: > So yes, we agree here, the version number needs to be fixed. The simplest > one is to "just change the number". I'm fine with it. I have no strong > opinion about it. Though I think it should be consistent across all > initialization occurrences (i

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

2013-09-03 Thread Rico Schüller
On 03.09.2013 01:54, Ian Romanick wrote: Please send patches only using git-send-email. Send patches as attachments prevents people from being able to provide in-line review comments. Ok, sorry for the trouble. On 09/01/2013 12:30 PM, Rico Schüller wrote: Some driver/card combinations (r20

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

2013-09-03 Thread Ian Romanick
Please send patches only using git-send-email. Send patches as attachments prevents people from being able to provide in-line review comments. On 09/01/2013 12:30 PM, Rico Schüller wrote: > > Some driver/card combinations (r200/RV280, i915/915G) don't support > OpenGL 2.1. These create in some c

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

2013-09-01 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 O