• Show log

    Commit

  • Hash : ed97adba
    Author : Amirali Abdolrashidi
    Date : 2024-01-05T17:00:03

    Add more RGB-to-RGBA byte loading functions
    
      Following the optimization of RGB8-to-RGBA8 for ubytes with 0xFF as
    the fourth component, the other byte functions can be optimized in a
    similar fashion.
    
    * Added the following specialized template functions for byte loads:
      (based on 3To4 byte loading functions in load_functions_table*.cpp)
      * GLubyte, 0x01
      * GLbyte,  0x7F
      * GLbyte,  0x01
    
    * Renamed LoadToNativeUbyte3To4Impl() to *Byte*.
    
    * For the unit tests, refactored some of the repeated test code into
      functions.
    
    Bug: b/313526661
    Change-Id: I017829bf765f0b417448bd5dca59be26c1665379
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5372971
    Reviewed-by: Roman Lavrov <romanl@google.com>
    Commit-Queue: Amirali Abdolrashidi <abdolrashidi@google.com>
    Reviewed-by: 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
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags