Re: [Mesa-dev] [PATCH 01/20] st-api: Clean-up OpenGL profile handling

2011-12-21 Thread Chia-I Wu
On Wed, Dec 21, 2011 at 6:50 AM, Brian Paul wrote: > On 12/20/2011 01:31 PM, Ian Romanick wrote: >> >> From: Ian Romanick >> >> There seems to have been two different ways to communicate the >> profile.  There were flags and there were profiles.  I've opted to >> remove the profile flags and use S

Re: [Mesa-dev] [PATCH 01/20] st-api: Clean-up OpenGL profile handling

2011-12-20 Thread Brian Paul
On 12/20/2011 01:31 PM, Ian Romanick wrote: From: Ian Romanick There seems to have been two different ways to communicate the profile. There were flags and there were profiles. I've opted to remove the profile flags and use ST_PROFILE_DEFAULT (compatibility profile) and ST_PROFILE_OPENGL_CORE

[Mesa-dev] [PATCH 01/20] st-api: Clean-up OpenGL profile handling

2011-12-20 Thread Ian Romanick
From: Ian Romanick There seems to have been two different ways to communicate the profile. There were flags and there were profiles. I've opted to remove the profile flags and use ST_PROFILE_DEFAULT (compatibility profile) and ST_PROFILE_OPENGL_CORE (core profile) consistently instead. Also ch