[Mesa-dev] [PATCH] Expose EXT_texture_lod_bias to ES2.
Ryan Houdek
sonicadvance1 at gmail.com
Wed Nov 18 23:58:45 PST 2015
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 <tapani.palli at intel.com>
wrote:
> 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)
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20151119/b02f6dd7/attachment.html>
More information about the mesa-dev
mailing list