Re: [Mesa-dev] [PATCH] meta: Refactor handling of GL_MULTISAMPLE.

2012-09-14 Thread Kenneth Graunke
On 09/13/2012 10:50 AM, Paul Berry wrote: > In commit 055093e (meta: remove call to _meta_in_progress(), fix > multisample enable/disable), we created a meta_set_enable() function > that could be used by meta ops to enable and disable GL_MULTISAMPLE > even when the GLES API was in use (the GLES API

Re: [Mesa-dev] [PATCH] meta: Refactor handling of GL_MULTISAMPLE.

2012-09-14 Thread Brian Paul
On 09/13/2012 11:50 AM, Paul Berry wrote: In commit 055093e (meta: remove call to _meta_in_progress(), fix multisample enable/disable), we created a meta_set_enable() function that could be used by meta ops to enable and disable GL_MULTISAMPLE even when the GLES API was in use (the GLES API doesn

[Mesa-dev] [PATCH] meta: Refactor handling of GL_MULTISAMPLE.

2012-09-13 Thread Paul Berry
In commit 055093e (meta: remove call to _meta_in_progress(), fix multisample enable/disable), we created a meta_set_enable() function that could be used by meta ops to enable and disable GL_MULTISAMPLE even when the GLES API was in use (the GLES API doesn't support GL_MULTISAMPLE; it behaves as if