From 7d7e015381b25ec639633b63d01d851bc32edf23 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Thu, 9 Jun 2016 23:45:22 -0400 Subject: mesa: add drawbuffer argument to ClearNamedFramebufferfi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Nicolai Hähnle Cc: "11.2 12.0" --- src/mapi/glapi/gen/ARB_direct_state_access.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mapi') diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml index 155b6f8d528..43841bb6c06 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -242,6 +242,7 @@ + -- cgit v1.2.3