[Mesa-dev] Mesa (master): mesa: Add AMD_conservative_depth to extension list

Chad Versace chad at chad-versace.us
Fri Jan 28 11:22:05 PST 2011


Thanks for catching that. Fix is pushed.

On 01/27/2011 01:02 PM, Ian Romanick wrote:
> On 01/26/2011 05:49 PM, Chad Versace wrote:
>> --- a/src/mesa/main/extensions.c
>> +++ b/src/mesa/main/extensions.c
>> @@ -250,6 +250,7 @@ static const struct extension extension_table[] = {
> 
>>     /* Vendor extensions */
>>     { "GL_3DFX_texture_compression_FXT1",           o(TDFX_texture_compression_FXT1),           GL             },
>> +   { "GL_AMD_conservative_depth",                  o(AMD_conservative_depth),                  GL       | ES2 },
> 
> I think this should be desktop GL only.  I don't see it listed in the ES
> extension registry.

-- 
Chad Versace
chad at chad-versace.us


More information about the mesa-dev mailing list