Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • doc
  • DevSetupAndroid.md
Find file
BlameHistoryPermalink
  • Tim Van Patten's avatar
    Create GN arg to enable non-conformant features · bbed8813
    Tim Van Patten authored Mar 05, 2021
    The GN arg angle_expose_non_conformant_extensions_and_versions is being
    added to control exposeNonConformantExtensionsAndVersions, which enables
    non-conformant features and extensions. In particular, this is being
    done to enable EXT_texture_buffer on devices that don't support all of
    the necessary formats since many Android games rely on this extension,
    such as "Special Forces Group 2", "Fortnite", and "PUBG".
    
      # Enables non-conformant extensions and features
      angle_expose_non_conformant_extensions_and_versions = false
    
    Users/vendors can now toggle the value with a GN arg, rather than a code
    change, to make it easier to test the conformant version of ANGLE with
    CTS, dEQP, etc. and/or app-compatibility.
    
    Bug: angleproject:5592
    Change-Id: Icbf18b48a2751c03e277ae964e1ec278a43324cf
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2740643Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Tim Van Patten <timvp@google.com>
    bbed8813
DevSetupAndroid.md 9.59 KB
EditWeb IDE
×

Replace DevSetupAndroid.md

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.