Re: [Mesa-dev] [PATCH] mesa: Rename API_OPENGL to API_OPENGL_COMPAT.

2012-11-27 Thread Kenneth Graunke
On 11/27/2012 12:44 PM, Paul Berry wrote: This should help avoid confusion now that we're using the gl_api enum to distinguishing between core and compatibility API's. The corresponding enum value for core API's is API_OPENGL_CORE. -- Note: this patch is huge, so I've just included a few represe

Re: [Mesa-dev] [PATCH] mesa: Rename API_OPENGL to API_OPENGL_COMPAT.

2012-11-27 Thread Matt Turner
On Tue, Nov 27, 2012 at 12:44 PM, Paul Berry wrote: > This should help avoid confusion now that we're using the gl_api enum > to distinguishing between core and compatibility API's. The > corresponding enum value for core API's is API_OPENGL_CORE. > -- I've found myself forgetting exactly what A

Re: [Mesa-dev] [PATCH] mesa: Rename API_OPENGL to API_OPENGL_COMPAT.

2012-11-27 Thread Eric Anholt
Paul Berry writes: > This should help avoid confusion now that we're using the gl_api enum > to distinguishing between core and compatibility API's. The > corresponding enum value for core API's is API_OPENGL_CORE. Seems like a good idea to me. Acked-by: Eric Anholt pgplw0gQ9Smz2.pgp Descri

[Mesa-dev] [PATCH] mesa: Rename API_OPENGL to API_OPENGL_COMPAT.

2012-11-27 Thread Paul Berry
This should help avoid confusion now that we're using the gl_api enum to distinguishing between core and compatibility API's. The corresponding enum value for core API's is API_OPENGL_CORE. -- Note: this patch is huge, so I've just included a few representative hunks. To see the full patch in con