[Mesa-dev] [PATCH] mesa: Add ARB_separate_shader_objects to dispatch_sanity

Matt Turner mattst88 at gmail.com
Tue May 28 12:31:03 PDT 2013


On Tue, May 28, 2013 at 11:26 AM, Ian Romanick <idr at freedesktop.org> wrote:
> -// { "glValidateProgramPipeline", 43, -1 },             // XXX: Add to xml
> -// { "glGetProgramPipelineInfoLog", 43, -1 },           // XXX: Add to xml
> +   { "glValidateProgramPipeline", 43, -1 },
> +   { "glGetProgramPipelineInfoLog", 43, -1 },

Could you explain to me why these are 43s (rather than 41) again? I
thought (and from looking at the rest of the file, this seems to be
the case) that they were the minimum context version that guarantees
the functions' availability, either by GL spec requirements of or
"every driver that supports X.Y has this function). I filed bug 62612
to get this sorted but there was some misunderstanding somewhere.


More information about the mesa-dev mailing list