aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrTypesPriv.h
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2017-03-01 17:01:09 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-02 01:14:01 +0000
commit6be35238855dbbc7575e78d6723936293a4b38e6 (patch)
tree10fda73811eaa7a584f0b0551803d8b078196631 /include/gpu/GrTypesPriv.h
parentbb7dd4470b7e350ce5639633eae95b8209c26d52 (diff)
Add support for Semaphores (gpu waiting on gpu) in Ganesh
BUG=skia: Change-Id: I4324b65bc50a3dfd90372459899870d5f1952fdc Reviewed-on: https://skia-review.googlesource.com/9120 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
Diffstat (limited to 'include/gpu/GrTypesPriv.h')
-rw-r--r--include/gpu/GrTypesPriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrTypesPriv.h b/include/gpu/GrTypesPriv.h
index 2a18443a1f..28c33350eb 100644
--- a/include/gpu/GrTypesPriv.h
+++ b/include/gpu/GrTypesPriv.h
@@ -566,6 +566,6 @@ template <typename T> T * const * sk_sp_address_as_pointer_address(sk_sp<T> cons
/*
* Object for CPU-GPU synchronization
*/
-typedef intptr_t GrFence;
+typedef uint64_t GrFence;
#endif