Changes between Version 2 and Version 3 of UpdatingANGLE


Ignore:
Timestamp:
Feb 23, 2014 6:30:53 AM (10 years ago)
Author:
dino@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpdatingANGLE

    v2 v3  
    66  - ExpressionParser.cpp
    772. Update ANGLE.plist with the details of the version of ANGLE you are committing.
    8 3. Add preprocessor comments to allow ANGLE to build on older versions of clang. Basically, copy [http://trac.webkit.org/changeset/154223 this commit]
     83. Add preprocessor comments to allow ANGLE to build on older versions of clang. Basically, copy [http://trac.webkit.org/changeset/154223 this commit] (although we no longer run the bison generation step, so you only need to touch the .cpp files)
     94. Update ShaderLang.h to include "khrplatform.h" not "KHR/khrplatform.h"
     105. Define YY_NO_INPUT in Tokenizer.cpp
     11
     12