<div dir="ltr">Oh. You're right about this. It seems that my logic failed somehow thinking this was available to ES 2.0</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 19, 2015 at 1:44 AM, Tapani Pälli <span dir="ltr"><<a href="mailto:tapani.palli@intel.com" target="_blank">tapani.palli@intel.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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?<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
On 11/19/2015 09:02 AM, Ryan Houdek wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This should also be available there, so this was simple.<br>
---<br>
  src/mesa/main/extensions_table.h | 2 +-<br>
  1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h<br>
index a5d88d9..0095c85 100644<br>
--- a/src/mesa/main/extensions_table.h<br>
+++ b/src/mesa/main/extensions_table.h<br>
@@ -200,7 +200,7 @@ EXT(EXT_texture_format_BGRA8888             , dummy_true<br>
  EXT(EXT_texture_rg                          , ARB_texture_rg                         ,  x ,  x ,  x , ES2, 2011)<br>
  EXT(EXT_read_format_bgra                    , dummy_true                             ,  x ,  x , ES1, ES2, 2009)<br>
  EXT(EXT_texture_integer                     , EXT_texture_integer                    , GLL, GLC,  x ,  x , 2006)<br>
-EXT(EXT_texture_lod_bias                    , dummy_true                             , GLL,  x , ES1,  x , 1999)<br>
+EXT(EXT_texture_lod_bias                    , dummy_true                             , GLL,  x , ES1, ES2, 1999)<br>
  EXT(EXT_texture_mirror_clamp                , EXT_texture_mirror_clamp               , GLL, GLC,  x ,  x , 2004)<br>
  EXT(EXT_texture_object                      , dummy_true                             , GLL,  x ,  x ,  x , 1995)<br>
  EXT(EXT_texture                             , dummy_true                             , GLL,  x ,  x ,  x , 1996)<br>
<br>
</blockquote>
</div></div></blockquote></div><br></div>