Re: [Mesa-dev] [PATCH v3] mesa: Enable GL_RGB/GL_RGBA in GLES3 glGetInternalformativ

2015-01-13 Thread Chad Versace
On 01/13/2015 11:12 AM, Matt Turner wrote: > On Tue, Jan 13, 2015 at 10:49 AM, Chad Versace wrote: >> On 01/12/2015 02:37 PM, michael.w.ma...@intel.com wrote: >>> From: Mike Mason >>> >>> Removes commit 7894278 changes and moves fix to _mesa_GetInternalformativ(). >>> The original commit enabled

Re: [Mesa-dev] [PATCH v3] mesa: Enable GL_RGB/GL_RGBA in GLES3 glGetInternalformativ

2015-01-13 Thread Matt Turner
On Tue, Jan 13, 2015 at 10:49 AM, Chad Versace wrote: > On 01/12/2015 02:37 PM, michael.w.ma...@intel.com wrote: >> From: Mike Mason >> >> Removes commit 7894278 changes and moves fix to _mesa_GetInternalformativ(). >> The original commit enabled the GL_RGB and GL_RGBA unsized internal formats >>

Re: [Mesa-dev] [PATCH v3] mesa: Enable GL_RGB/GL_RGBA in GLES3 glGetInternalformativ

2015-01-13 Thread Chad Versace
On 01/12/2015 02:37 PM, michael.w.ma...@intel.com wrote: > From: Mike Mason > > Removes commit 7894278 changes and moves fix to _mesa_GetInternalformativ(). > The original commit enabled the GL_RGB and GL_RGBA unsized internal formats > as valid for render buffers in GLES3, but this is incorrect.

[Mesa-dev] [PATCH v3] mesa: Enable GL_RGB/GL_RGBA in GLES3 glGetInternalformativ

2015-01-12 Thread michael . w . mason
From: Mike Mason Removes commit 7894278 changes and moves fix to _mesa_GetInternalformativ(). The original commit enabled the GL_RGB and GL_RGBA unsized internal formats as valid for render buffers in GLES3, but this is incorrect. They should have only been enabled for GetInternalformativ() Bugz