Re: [Mesa-dev] [PATCH] mesa: add drawbuffer argument to ClearNamedFramebufferfi

2016-06-10 Thread Ilia Mirkin
On Fri, Jun 10, 2016 at 5:59 AM, Nicolai Hähnle wrote: > On 10.06.2016 05:48, Ilia Mirkin wrote: >> >> This was fixed in revision 47 of the ARB_dsa spec in Oct 22, 2015. Since >> it's horrible to have differing APIs across library versions, we should >> attempt to minimize the impact by backportin

Re: [Mesa-dev] [PATCH] mesa: add drawbuffer argument to ClearNamedFramebufferfi

2016-06-10 Thread Nicolai Hähnle
On 10.06.2016 05:48, Ilia Mirkin wrote: This was fixed in revision 47 of the ARB_dsa spec in Oct 22, 2015. Since it's horrible to have differing APIs across library versions, we should attempt to minimize the impact by backporting it as far as possible and hope no one notices. Ouch. But there i

[Mesa-dev] [PATCH] mesa: add drawbuffer argument to ClearNamedFramebufferfi

2016-06-09 Thread Ilia Mirkin
This was fixed in revision 47 of the ARB_dsa spec in Oct 22, 2015. Since it's horrible to have differing APIs across library versions, we should attempt to minimize the impact by backporting it as far as possible and hope no one notices. Signed-off-by: Ilia Mirkin Cc: "11.2 12.0" --- If people