Skip to content
  • commit-queue@webkit.org's avatar
    [EFL][WebGL] Add compile time support for GLES2. · 07db8010
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=105816
    
    Patch by Kondapally Kalyan <kalyan.kondapally@intel.com> on 2012-12-31
    Reviewed by Kenneth Rohde Christiansen.
    
    .:
    
    This patch adds build support for GLES2.
    GLES2 support can be enabled during compile time by passing -DENABLE_GLES2=ON as
    cmake config parameter. GLES2 options is not enabled by default. This patch doesn't
    address all the build issues related to GLES2 but only adds the needed support in
    OptionsEfl.cmake.
    
    * Source/cmake/OptionsEfl.cmake:
    
    Source/WebCore:
    
    This patch adds build support for GLES2.
    GLES2 support can be enabled during compile time by passing -DENABLE_GLES2=ON as
    cmake config parameter. GLES2 options is not enabled by default. This patch doesn't
    address all the build issues related to GLES2 but only adds the needed support in
    PlatformEfl.cmake.
    
    * PlatformEfl.cmake:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@138598 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    07db8010