• Show log

    Commit

  • Hash : 1e1505b5
    Author : Yuxin Hu
    Date : 2022-02-24T20:59:57

    Upgrade Python scripts from Python2 to Python3
    
    Bug: angleproject:5707
    Change-Id: I2c00ef7e7cb529eab2be61378c9a5511a69acd1a
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3486298
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Commit-Queue: Yuxin Hu <yuxinhu@google.com>
    

  • 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

  • README.md

  • Standalone glslang validator

    This folder contains a standalone glslang validator binary. We use this binary for offline compilation of internal Vulkan shaders. See the internal shader docs for more info on offline shader compilation.

    Use the script update_glslang_binary.py to update the versions of the validator in cloud storage. It must be run on Linux or Windows. It will update the SHA for your platform. After running the script run git commit and then git cl upload to code review using the normal review process. Note that if the version of glslang has been updated you will also want to run scripts/run_code_generation.py to update the compiled shader binaries.

    Please update both Windows and Linux binaries at the same time. Use two CLs. One for each platform. Note that we don’t currently support Mac on Vulkan. If we do we should add a glslang download for Mac as well.

    Contact jmadill or syoussefi for any help with the validator or updating the binaries.