• Show log

    Commit

  • Hash : 7cab38b5
    Author : Zhenyao Mo
    Date : 2013-10-15T12:59:30

    Add an option to unfold short circuiting in AST.
    
    We replace "a || b" with "a ? true : b",
    "a && b" with "a ? b : false".
    
    This is to work around short circuiting bug in Mac drivers.
    
    ANGLEBUG=482
    TEST=webgl conformance tests
    R=alokp@chromium.org, kbr@chromium.org
    
    Review URL: https://codereview.appspot.com/14529048
    
    Conflicts:
    
    	src/build_angle.gypi
    	src/compiler/translator/Compiler.cpp
    
    Change-Id: Ic2384a97d58f54294efcb3a012deb2007a9fc658
    Reviewed-on: https://chromium-review.googlesource.com/178996
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Tested-by: Shannon Woods <shannonwoods@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