diff options
author | Robert Phillips <robertphillips@google.com> | 2017-08-25 20:36:18 +0000 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-08-25 20:36:39 +0000 |
commit | 445b5573613179c10d5d9c28f82aa8ed94390aea (patch) | |
tree | 771dc920056c2b2040de7e07187a6c9e4acbcda2 /include/private | |
parent | 54ef7c057ac9cc8ff9cb18eba864686dd59c2d93 (diff) |
Revert "Store discard request on the opList and remove GrDiscardOp (take 2)"
This reverts commit 9b0b32fda4871776eb9afdf9553e523e5c28aa63.
Reason for revert: Android_Vulkan Gold images are broken
Original change's description:
> Store discard request on the opList and remove GrDiscardOp (take 2)
>
> Change-Id: I2f1bd6f8547895cc8d66cfde42d7d890441d198e
> Reviewed-on: https://skia-review.googlesource.com/33460
> Reviewed-by: Greg Daniel <egdaniel@google.com>
> Commit-Queue: Robert Phillips <robertphillips@google.com>
TBR=egdaniel@google.com,robertphillips@google.com
Change-Id: I1470d88c2407864da8b6ebdc119c8c2466a2a6c6
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/39000
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'include/private')
-rw-r--r-- | include/private/GrTypesPriv.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/private/GrTypesPriv.h b/include/private/GrTypesPriv.h index 41a2deaecf..b9b2cf7807 100644 --- a/include/private/GrTypesPriv.h +++ b/include/private/GrTypesPriv.h @@ -23,23 +23,6 @@ using GrStdSteadyClock = std::chrono::monotonic_clock; using GrStdSteadyClock = std::chrono::steady_clock; #endif -/** This enum is used to specify the load operation to be used when an - * opList/GrGpuCommandBuffer begins execution. - */ -enum class GrLoadOp { - kLoad, - kClear, - kDiscard, -}; - -/** This enum is used to specify the store operation to be used when an - * opList/GrGpuCommandBuffer ends execution. - */ -enum class GrStoreOp { - kStore, - kDiscard, -}; - /** This enum indicates the type of antialiasing to be performed. */ enum class GrAAType : unsigned { /** No antialiasing */ |