Re: [Mesa-dev] [PATCH 1/2] Differentiate between GenQueries and GenQueriesARB

2016-04-06 Thread Matt Turner
On Tue, Apr 5, 2016 at 4:27 AM, wrote: > From: Kevin Rogovin Subject is missing a required prefix. > The extension, GL_ARB_occlusion_queries mandates that an > INVALID_OPERATION should be thrown if GenQueriesARB is > called while a query is active. In contrast, the GL spec > has no such requir

[Mesa-dev] [PATCH 1/2] Differentiate between GenQueries and GenQueriesARB

2016-04-05 Thread kevin . rogovin
From: Kevin Rogovin The extension, GL_ARB_occlusion_queries mandates that an INVALID_OPERATION should be thrown if GenQueriesARB is called while a query is active. In contrast, the GL spec has no such requirement for GenQueries. This patch unaliases the two functions and has that the ARB variant