[Webkit-unassigned] [Bug 128985] WebGL EXT_shader_texture_lod may be implemented

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 9 16:09:09 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=128985





--- Comment #13 from Alex Christensen <achristensen at apple.com>  2014-05-09 16:09:28 PST ---
I had to use GL_ARB_shader_texture_lod instead of GL_EXT_shader_texture_lod because GL_ARB_shader_texture_lod was in the string returned by glGetString(GL_EXTENSIONS).  Now it works and passes the test.

(In reply to comment #5)
>> Source/WebCore/CMakeLists.txt:2941
>>  list(APPEND WebCore_SOURCES
>> +    platform/text/TextCodecICU.cpp
>> +    platform/text/TextEncodingDetectorICU.cpp
>>      platform/text/icu/UTextProvider.cpp
>>      platform/text/icu/UTextProviderLatin1.cpp
>>      platform/text/icu/UTextProviderUTF16.cpp
>> -    platform/text/TextCodecICU.cpp
>> -    platform/text/TextEncodingDetectorICU.cpp
>>  )
> Was this intentional?
Yes.  The style bot got mad about alphabetization without me doing that.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list