• Show log

    Commit

  • Hash : b0a9de95
    Author : Shahbaz Youssefi
    Date : 2019-11-20T13:42:37

    Fix assert in angle_deqp_khr_gles* executables
    
    The //build/config/gcc:symbol_visibility_hidden config was removed in an
    attempt to improve stack traces on Linux. However, this resulted in the
    in-class-inline-functions in glslang to be weak symbols.  The KHR dEQP
    tests link against glslang as well as libGLESv2.so, resulting in
    angle_deqp_khr_gles*_tests to link those weak symbols.  Due to glslang's
    usage of a global variable in InitializeDll.cpp, a bug is created where
    ANGLE sometimes calls into its own copy of glslang and sometimes the KHR
    dEQP's version, with the two copies of the global variable being
    inconsistent.
    
    Bug: angleproject:4123
    Change-Id: I0cfe3236117b1219db4fea4495e1583334c04fbe
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1926887
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: Jonah Ryan-Davis <jonahr@google.com>
    Commit-Queue: Shahbaz Youssefi <syoussefi@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
    kc3_lang_org www_kmx_io thodg_w thodg_l thodg thodg_m
    Tags