Re: [Mesa-dev] [Mesa-stable] [PATCH] mesa: Add an error condition in glGetFramebufferAttachmentParameteriv()

2014-04-21 Thread Anuj Phogat
On Fri, Apr 18, 2014 at 4:17 PM, Ian Romanick wrote: > On 03/11/2014 05:33 PM, Anuj Phogat wrote: >>>From the OpenGL 4.4 spec page 275: >> "If pname is FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE, param will >>contain the format of components of the specified attachment, >>one of FLOAT, INT, U

Re: [Mesa-dev] [Mesa-stable] [PATCH] mesa: Add an error condition in glGetFramebufferAttachmentParameteriv()

2014-04-18 Thread Ian Romanick
On 03/11/2014 05:33 PM, Anuj Phogat wrote: >>From the OpenGL 4.4 spec page 275: > "If pname is FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE, param will >contain the format of components of the specified attachment, >one of FLOAT, INT, UNSIGNED_INT, SIGNED_NORMALIZED, or >UNSIGNED_NORMALIZED