1. 19 Dec, 2016 2 commits
  2. 16 Dec, 2016 5 commits
  3. 15 Dec, 2016 4 commits
  4. 14 Dec, 2016 3 commits
  5. 13 Dec, 2016 9 commits
  6. 12 Dec, 2016 8 commits
  7. 11 Dec, 2016 1 commit
  8. 09 Dec, 2016 5 commits
  9. 08 Dec, 2016 3 commits
    • D3D: Fix overflow in varying packing. · 2ad1c490
      Jamie Madill authored
      Also add a more robust set of unit tests for this internal class.
      Because the GL spec allows for succeess when packing any set of
      varyings, it's impossible to write negative end to end tests. This CL
      also rewrites our disabled varying packing GLSL tests as unit tests.
      
      BUG=angleproject:1296
      BUG=angleproject:1638
      
      Change-Id: I78153742517d5c72ddb13ff59dc44ddc4af42fc2
      Reviewed-on: https://chromium-review.googlesource.com/415555
      Commit-Queue: Jamie Madill <jmadill@chromium.org>
      Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    • D3D: Move some HLSL-specific code to a new folder. · 120040e2
      Jamie Madill authored
      This code doesn't actually call any D3D runtime methods, so it can be
      included in our cross platform unit tests. Just include the varying
      packing code for now.
      
      BUG=angleproject:1296
      BUG=angleproject:1638
      
      Change-Id: I5c0ccccb00e1c13ca98448256be048f7cd0968ce
      Reviewed-on: https://chromium-review.googlesource.com/417116
      Commit-Queue: Jamie Madill <jmadill@chromium.org>
      Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    • dEQP: Update multiple test expectations. · dceacf5b
      Jamie Madill authored
      Many tests were removed from mustpass at some point, and a couple
      were expected to fail but passing. Also update some of the global
      skip settings to use DEBUG RELEASE as a catch-all.
      
      BUG=angleproject:989
      BUG=angleproject:998
      BUG=angleproject:1017
      BUG=angleproject:1018
      BUG=angleproject:1019
      BUG=angleproject:1020
      BUG=angleproject:1025
      BUG=angleproject:1027
      BUG=angleproject:1028
      BUG=angleproject:1033
      BUG=angleproject:1034
      BUG=angleproject:1051
      BUG=angleproject:1108
      BUG=angleproject:1143
      BUG=angleproject:1335
      BUG=angleproject:1418
      BUG=angleproject:1655
      BUG=angleproject:1656
      
      Change-Id: I731d3adeed36509ce69f72e5fcc80d0adc89cb67
      Reviewed-on: https://chromium-review.googlesource.com/418063Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
      Commit-Queue: Jamie Madill <jmadill@chromium.org>