1. 10 Oct, 2018 1 commit
  2. 09 Oct, 2018 9 commits
  3. 08 Oct, 2018 4 commits
  4. 05 Oct, 2018 9 commits
  5. 04 Oct, 2018 6 commits
  6. 03 Oct, 2018 5 commits
  7. 02 Oct, 2018 5 commits
  8. 01 Oct, 2018 1 commit
    • Fix format support conditions · d082819c
      Yuly Novikov authored
      This fixes format support tables in formatutils.cpp and formatutilsgl.cpp
      to conform to the core and extension GLES specs,
      for a large portion of the formats.
      ExtsOnly SupportRequirement was enhanced to accept multiple sets of extensions.
      Format is supported if all the extensions in one of the sets are available.
      
      Also fixes determining support for extensions based on those formats.
      
      And some fixes to tests which fail due to more strict format support.
      
      Bug: angleproject:2567
      
      Change-Id: I6050fff9c597f658fdcea2477bff59a603cdb7e8
      Reviewed-on: https://chromium-review.googlesource.com/1105612Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
      Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
      Commit-Queue: Yuly Novikov <ynovikov@google.com>