Re: [Mesa-dev] [v4 PATCH 02/10] mesa: Constants and functions for ARB_framebuffer_no_attachments

2015-06-09 Thread Ian Romanick
On 05/27/2015 02:49 AM, Kevin Rogovin wrote: > Define the enumeration constants, function entry points and > glGet for the GL_ARB_framebuffer_no_attachments. > > v2: > Add output="true" for GetFramebufferParameteriv parameter params. > Alphabetical insertion. > > v3: > Implement _mesa_GetFra

[Mesa-dev] [v4 PATCH 02/10] mesa: Constants and functions for ARB_framebuffer_no_attachments

2015-05-27 Thread Kevin Rogovin
Define the enumeration constants, function entry points and glGet for the GL_ARB_framebuffer_no_attachments. v2: Add output="true" for GetFramebufferParameteriv parameter params. Alphabetical insertion. v3: Implement _mesa_GetFramebufferParameteriv and _mesa_FramebufferParameteri as always