• Show log

    Commit

  • Hash : 7bb1e0f6
    Author : Cody Northrop
    Date : 2024-10-29T13:18:49

    restricted_trace_perf: Allow use of system ANGLE libs
    
    This change allows the perf script to use built in ANGLE libs,
    including from the system partition, instead of requiring a
    separate package.
    
    By default, the script will now use the ANGLE libs packaged in the
    test APK (com.android.angle.test).
    
    OpenGL/EGL calls will still go though the platform EGL loader, but
    you no longer need to install a separate ANGLE APK containing libs.
    
    To use the system libs, add the following flag:
    
      --angle-package system
    
    You can use it to point to *any* package that is queryable and
    contains ANGLE libraries. To get the previous behavior, you'd use:
    
      --angle-package org.chromium.angle
    
    Also two small unrelated fixes:
    * Fix typo when clearing shader cache
    * Broaden the 'MODEL' skip in thermal throttling
    
    Bug: b/376300037
    Change-Id: I762cfd7516026e903a6a5de2949d50e96e766d48
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5976899
    Reviewed-by: Roman Lavrov <romanl@google.com>
    Commit-Queue: Cody Northrop <cnorthrop@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
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags