Changeset 200085 in webkit


Ignore:
Timestamp:
Apr 26, 2016 7:58:50 AM (8 years ago)
Author:
peavo@outlook.com
Message:

[WinCairo][WebGL] Enable ESSL and GLSL translators.
https://bugs.webkit.org/show_bug.cgi?id=157002

Reviewed by Darin Adler.

Enable support for ESSL and GLSL translators, and add missing files.

  • CMakeLists.txt:
Location:
trunk/Source/ThirdParty/ANGLE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/ThirdParty/ANGLE/CMakeLists.txt

    r199766 r200085  
    6969    src/compiler/preprocessor/Tokenizer.cpp
    7070    src/compiler/translator/BuiltInFunctionEmulatorGLSL.cpp
     71    src/compiler/translator/ExtensionGLSL.cpp
    7172    src/compiler/translator/OutputESSL.cpp
    7273    src/compiler/translator/OutputGLSL.cpp
    7374    src/compiler/translator/OutputGLSLBase.cpp
     75    src/compiler/translator/RecordConstantPrecision.cpp
    7476    src/compiler/translator/SearchSymbol.cpp
    7577    src/compiler/translator/TranslatorESSL.cpp
     
    274276    ANGLE_ENABLE_D3D9
    275277    ANGLE_ENABLE_D3D11
     278    ANGLE_ENABLE_ESSL
     279    ANGLE_ENABLE_GLSL
    276280    ANGLE_ENABLE_HLSL
    277281    ANGLE_SKIP_DXGI_1_2_CHECK=1
  • trunk/Source/ThirdParty/ANGLE/ChangeLog

    r199873 r200085  
     12016-04-26  Per Arne Vollan  <peavo@outlook.com>
     2
     3        [WinCairo][WebGL] Enable ESSL and GLSL translators.
     4        https://bugs.webkit.org/show_bug.cgi?id=157002
     5
     6        Reviewed by Darin Adler.
     7
     8        Enable support for ESSL and GLSL translators, and add missing files.
     9
     10        * CMakeLists.txt:
     11
    1122016-04-22  Joonghun Park  <jh718.park@samsung.com>
    213
Note: See TracChangeset for help on using the changeset viewer.