On Thu, Nov 29, 2012 at 2:36 PM, Eric Anholt <e...@anholt.net> wrote:
> Matt Turner <matts...@gmail.com> writes:
>> +    <enum name="COMPRESSED_RGBA8_ETC2"                               
>> value="0x9278"/>
>> +    <enum name="COMPRESSED_SRGB8_ALPHA8_ETC2"                        
>> value="0x9279"/>
>
> Looks like in the ES3_compatibility.txt these are
> COMPRESSED_RGBA8_ETC2_EAC and COMPRESSED_SRGB8_ALPHA8_ETC2_EAC.  Pasteo?

Yeah, weird. Consider it (and patch 5/4 fixed).

>> +    <enum name="TEXTURE_IMMUTABLE_LEVELS"                    
>> value="0x82DF"/>
>
> I don't see this one in my copy of the spec, but I only have a stale
> copy of the specs while I'm offline at the moment.

Added in revision 8, it looks like:

    Rev.    Date    Author    Changes
    ----  --------  --------  -----------------------------------------------
    8     11/10/12  pdaniell  Add the missing token TEXTURE_IMMUTABLE_LEVELS
                              from ARB_texture_view, which is in ES 3.0, and
                              add language describing its behavior; add
                              PRIMITIVE_RESTART_FIXED_INDEX to state tables
                              (Bug 9559).

Since it's from ARB_texture_view, is it okay to be in this xml file?
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to