1. 21 Mar, 2021 1 commit
  2. 20 Mar, 2021 1 commit
  3. 19 Mar, 2021 9 commits
  4. 18 Mar, 2021 8 commits
  5. 17 Mar, 2021 7 commits
  6. 16 Mar, 2021 8 commits
  7. 15 Mar, 2021 4 commits
  8. 13 Mar, 2021 1 commit
  9. 12 Mar, 2021 1 commit
    • Create GN arg to enable non-conformant features · bbed8813
      Tim Van Patten authored
      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>