• Show log

    Commit

  • Hash : e292e902
    Author : Jiawei-Shao
    Date : 2016-09-07T10:49:01

    Workaround the unary minus operator issue on Intel
    
    On some Intel D3D drivers, evaluating unary minor operator on an
    integer variable may get wrong answer in vertex shader.
    
    This patch works around this bug by replacing -(int) with ~(int)+1
    on Windows Intel.
    
    BUG=chromium:644033
    
    Change-Id: I0af719e84d618a33f25bcb33bde0c381fb462a31
    Reviewed-on: https://chromium-review.googlesource.com/381675
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    Commit-Queue: Jamie Madill <jmadill@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