• Show log

    Commit

  • Hash : 35bcad42
    Author : Jamie Madill
    Date : 2017-06-06T15:12:27

    Optimize builtin function emulator class.
    
    This refactor uses a generator to produce static arrays instead of
    using a bunch of std::map inserting statements. It speeds up shader
    translation because every shader compile would create and tear down
    this table.
    
    Currently it is implemented as a flat array, but in the future we
    could use compile-time hashing to implement faster lookup.
    
    BUG=chromium:697758
    
    Change-Id: I689f7de4d9b2c8c76095bb313f4c040116fc61d2
    Reviewed-on: https://chromium-review.googlesource.com/521226
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: Corentin Wallez <cwallez@chromium.org>
    Reviewed-by: Olli Etuaho <oetuaho@nvidia.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
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags