From 8b2662e900914f817615dbf8940853cec324290d Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 27 Feb 2013 13:56:51 -0800 Subject: [PATCH] glapi: Add counter information for glBufferData(), like glBufferSubData(). This causes this function to become asynchronous with glthread. --- src/mapi/glapi/gen/gl_API.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index b59d90bee97..f7257978f21 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -7656,8 +7656,8 @@ - - + + -- 2.30.2