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:02 AM, Ryan Houdek wrote:
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
+++ b/src/mesa/main/extensions_table.h
@@ -200,7 +200,7 @@ EXT(EXT_texture_format_BGRA8888             , dummy_true
  EXT(EXT_texture_rg                          , ARB_texture_rg                  
       ,  x ,  x ,  x , ES2, 2011)
  EXT(EXT_read_format_bgra                    , dummy_true                      
       ,  x ,  x , ES1, ES2, 2009)
  EXT(EXT_texture_integer                     , EXT_texture_integer             
       , GLL, GLC,  x ,  x , 2006)
-EXT(EXT_texture_lod_bias                    , dummy_true                       
      , GLL,  x , ES1,  x , 1999)
+EXT(EXT_texture_lod_bias                    , dummy_true                       
      , GLL,  x , ES1, ES2, 1999)
  EXT(EXT_texture_mirror_clamp                , EXT_texture_mirror_clamp        
       , GLL, GLC,  x ,  x , 2004)
  EXT(EXT_texture_object                      , dummy_true                      
       , GLL,  x ,  x ,  x , 1995)
  EXT(EXT_texture                             , dummy_true                      
       , GLL,  x ,  x ,  x , 1996)

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to