Re: [Mesa-dev] [PATCH 09/19] mesa: Don't set dispatch pointer for VAOs in ES2

2012-09-05 Thread Ian Romanick
On 09/05/2012 03:09 PM, Ian Romanick wrote: From: Ian Romanick NOTE: This is a candidate for the 9.0 branch Signed-off-by: Ian Romanick Ignore this patch. GL_OES_vertex_array_object is supported, so these functions should be available. The unit test (added in the last patch) is just wro

[Mesa-dev] [PATCH 09/19] mesa: Don't set dispatch pointer for VAOs in ES2

2012-09-05 Thread Ian Romanick
From: Ian Romanick NOTE: This is a candidate for the 9.0 branch Signed-off-by: Ian Romanick --- src/mesa/main/api_exec.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_exec.c index c217ff7..9a73335 100644 --- a/src/