• Show log

    Commit

  • Hash : 70697252
    Author : Frédéric Wang
    Date : 2016-11-08T17:55:19

    Ozone: Only set angle_enable_gl=1 for the DRM/GBM platform.
    
    Currently, the load of DRM dependencies and definition of ANGLE_USE_OZONE
    are conditioned by ozone_platform_gbm in the GN build files. However,
    angle_enable_gl is always turned on for use_ozone=1. As a consequence,
    use_ozone=1 and ozone_platform_gbm=0 (default on Linux Desktop) produces
    the following error:
    
        ../../third_party/angle/src/libANGLE/Display.cpp:52:9: error: Unsupported OpenGL platform.
        #error Unsupported OpenGL platform.
    
        ../../third_party/angle/src/libANGLE/Display.cpp:192:2: error: Unsupported OpenGL platform.
        #error Unsupported OpenGL platform.
    
    This CL turns off angle_enable_gl in that case to fix that build error.
    
    Change-Id: I42578f30f3353c083f52d4bd345dbe33f3f5e12e
    Reviewed-on: https://chromium-review.googlesource.com/408100
    Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
    Reviewed-by: Frank Henigman <fjhenigman@chromium.org>
    Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
    Commit-Queue: Frank Henigman <fjhenigman@chromium.org>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags