1. 16 Mar, 2018 2 commits
  2. 15 Mar, 2018 4 commits
  3. 14 Mar, 2018 14 commits
  4. 13 Mar, 2018 6 commits
  5. 12 Mar, 2018 12 commits
  6. 10 Mar, 2018 1 commit
  7. 09 Mar, 2018 1 commit
    • Vulkan: Fix layers not being enabled on the bots. · e2995cce
      Jamie Madill authored
      We were missing the data definition for the standard validation layer.
      This file was missing from the isolate, and the entire layer system
      was not working.
      
      Found this as a side-effect of working on depth stencil support.
      
      Also fixes a missing definition in the white_box_tests BUILD.gn.
      
      Also temporarily disables the ClearTest support for Vulkan because of
      an implementation bug on AMD. Unfortunately because of the failure
      mode it didn't work to just skip the test in the preamble.
      
      Bug: angleproject:2357
      Change-Id: I4d06c54191b09e09a4ba68c24613db6f148b17e3
      Reviewed-on: https://chromium-review.googlesource.com/956759
      Commit-Queue: Jamie Madill <jmadill@chromium.org>
      Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>