commit | 89717fcbf10bdf7621795d7e5d32b034e1603a35 | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Thu Jul 13 11:25:18 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Jul 13 15:51:07 2017 +0000 |
tree | e2ab14cf217e811585a15e081aba4c5c260e6bdf | |
parent | 0596909b055eb9493ba429cc09eae4a2ec53f158 [diff] |
Fix two issues in DashOp 1) Bitfield was too small on Windows for signed enum type 2) Check for unused stencil settings rather than null Also makes bool bitfields adjacent for better packing on Windows. Change-Id: I8115cc31c55e83aa7bd85d99c1fca72042617aa3 Reviewed-on: https://skia-review.googlesource.com/23120 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>