Re: [Mesa-dev] [PATCH] Expose EXT_texture_lod_bias to ES2.

2015-11-18 Thread Ryan Houdek
Oh. You're right about this. It seems that my logic failed somehow thinking this was available to ES 2.0 On Thu, Nov 19, 2015 at 1:44 AM, Tapani Pälli wrote: > The extension spec mentions modification to functions GetTexEnvfv, > GetTexEnviv, TexEnvi, TexEnvf, Texenviv, and TexEnvfv which are not

Re: [Mesa-dev] [PATCH] Expose EXT_texture_lod_bias to ES2.

2015-11-18 Thread Tapani Pälli
The extension spec mentions modification to functions GetTexEnvfv, GetTexEnviv, TexEnvi, TexEnvf, Texenviv, and TexEnvfv which are not part of ES 2.0 API. Also the parameter enums are not part of ES2 header. I does not seem like we would want to expose this extension on ES2? On 11/19/2015 09:

[Mesa-dev] [PATCH] Expose EXT_texture_lod_bias to ES2.

2015-11-18 Thread Ryan Houdek
This should also be available there, so this was simple. --- src/mesa/main/extensions_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index a5d88d9..0095c85 100644 --- a/src/mesa/main/extensions_table.h