Re: [Mesa-dev] [PATCH] mesa: Make glGetStringi(GL_EXTENSIONS, n) respect API

2012-09-04 Thread Ian Romanick
On 09/04/2012 10:19 AM, Chad Versace wrote: The function did not respect the context's API, and so returned internally enabled GLES extensions from GL contexts. Does glGetIntegerv(GL_NUM_EXTENSIONS) return the correct count? Note: This is a candidate for the 7.11, 8.0, and 8.0 branches. Thi

[Mesa-dev] [PATCH] mesa: Make glGetStringi(GL_EXTENSIONS, n) respect API

2012-09-04 Thread Chad Versace
The function did not respect the context's API, and so returned internally enabled GLES extensions from GL contexts. Note: This is a candidate for the 7.11, 8.0, and 8.0 branches. CC: Kenneth Graunke CC: Jordan Justen Signed-off-by: Chad Versace --- src/mesa/main/extensions.c | 4 +++- 1 file