commit | dba7e7ccfbab1c99b8a3f81156cecdb630d7d03a | [log] [tgz] |
---|---|---|
author | Greg Daniel <egdaniel@google.com> | Thu Jul 20 15:47:30 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Jul 20 20:26:28 2017 +0000 |
tree | 1254893d643a529bcc916393c77991bbf705c5c3 | |
parent | c7d295ecf712dece58ae6654721b3708fd8a40d6 [diff] [blame] |
Add test for flushing empty surface with semaphores Bug: skia: Change-Id: I8d7dcb29c5b4c460aa5137842caf6563448ba5d3 Reviewed-on: https://skia-review.googlesource.com/25181 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h index 1088047..56e655d 100644 --- a/include/gpu/gl/GrGLInterface.h +++ b/include/gpu/gl/GrGLInterface.h
@@ -456,6 +456,7 @@ /* ARB_sync */ GrGLFunction<GrGLFenceSyncProc> fFenceSync; + GrGLFunction<GrGLIsSyncProc> fIsSync; GrGLFunction<GrGLClientWaitSyncProc> fClientWaitSync; GrGLFunction<GrGLWaitSyncProc> fWaitSync; GrGLFunction<GrGLDeleteSyncProc> fDeleteSync;