Re: [Mesa-dev] [PATCH v2 0/7] Support Desktop GL Core contexts

2012-07-27 Thread Ian Romanick
On 07/27/2012 08:05 AM, Brian Paul wrote: On 07/27/2012 12:43 AM, Jordan Justen wrote: These patches introduce a MESA API type of API_OPENGL_CORE, which will not support legacy/non-CORE features. The intended usage will be with contexts for Desktop GL>= 3.1. The series will currently cause lega

Re: [Mesa-dev] [PATCH v2 0/7] Support Desktop GL Core contexts

2012-07-27 Thread Brian Paul
On 07/27/2012 12:43 AM, Jordan Justen wrote: These patches introduce a MESA API type of API_OPENGL_CORE, which will not support legacy/non-CORE features. The intended usage will be with contexts for Desktop GL>= 3.1. The series will currently cause legacy/non-CORE functions to generate a GL_INVA

[Mesa-dev] [PATCH v2 0/7] Support Desktop GL Core contexts

2012-07-27 Thread Jordan Justen
These patches introduce a MESA API type of API_OPENGL_CORE, which will not support legacy/non-CORE features. The intended usage will be with contexts for Desktop GL >= 3.1. The series will currently cause legacy/non-CORE functions to generate a GL_INVALID_OPERATION error if an API_OPENGL_CORE cont