Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Issue 685003007: Check if there is error on waiting for GL Fence. (Closed)

Created:
6 years, 1 month ago by dshwang
Modified:
6 years, 1 month ago
Reviewers:
reveman, no sievers
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Check if there is error on waiting for GL Fence. DCHECK can catch a potential driver bug. Committed: https://crrev.com/718fc603a04fe83d04947008b6a953b416fa314e Cr-Commit-Position: refs/heads/master@{#302769}

Patch Set 1 #

Total comments: 2

Patch Set 2 : not use GL_SYNC_FLUSH_COMMANDS_BIT #

Total comments: 9

Patch Set 3 : change gl_fence_egl also #

Patch Set 4 : clear all gl errors #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -4 lines) Patch
M ui/gl/gl_fence_arb.cc View 1 2 3 2 chunks +26 lines, -2 lines 2 comments Download
M ui/gl/gl_fence_egl.cc View 1 2 4 chunks +13 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
dshwang
could you review this small CL.
6 years, 1 month ago (2014-10-31 13:56:01 UTC) #2
no sievers
https://codereview.chromium.org/685003007/diff/1/ui/gl/gl_fence_arb.cc File ui/gl/gl_fence_arb.cc (right): https://codereview.chromium.org/685003007/diff/1/ui/gl/gl_fence_arb.cc#newcode31 ui/gl/gl_fence_arb.cc:31: GLenum result = glClientWaitSync(sync_, GL_SYNC_FLUSH_COMMANDS_BIT, 0); GL_SYNC_FLUSH_COMMANDS_BIT doesn't work ...
6 years, 1 month ago (2014-10-31 18:49:32 UTC) #3
dshwang
On 2014/10/31 18:49:32, sievers wrote: > https://codereview.chromium.org/685003007/diff/1/ui/gl/gl_fence_arb.cc > File ui/gl/gl_fence_arb.cc (right): > > https://codereview.chromium.org/685003007/diff/1/ui/gl/gl_fence_arb.cc#newcode31 > ...
6 years, 1 month ago (2014-11-01 16:04:54 UTC) #4
no sievers
+reveman FYI, since this might uncover more driver bugs (in a good way I think) ...
6 years, 1 month ago (2014-11-03 19:05:03 UTC) #6
dshwang
On 2014/11/03 19:05:03, sievers wrote: > +reveman FYI, since this might uncover more driver bugs ...
6 years, 1 month ago (2014-11-04 13:55:08 UTC) #7
no sievers
lgtm https://codereview.chromium.org/685003007/diff/20001/ui/gl/gl_fence_arb.cc File ui/gl/gl_fence_arb.cc (right): https://codereview.chromium.org/685003007/diff/20001/ui/gl/gl_fence_arb.cc#newcode33 ui/gl/gl_fence_arb.cc:33: NOTREACHED(); On 2014/11/04 13:55:08, dshwang wrote: > On ...
6 years, 1 month ago (2014-11-04 19:12:56 UTC) #9
dshwang
On 2014/11/04 19:12:56, sievers wrote: > lgtm Thank you for review. > https://codereview.chromium.org/685003007/diff/20001/ui/gl/gl_fence_arb.cc#newcode34 > ui/gl/gl_fence_arb.cc:34: ...
6 years, 1 month ago (2014-11-04 19:37:13 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/685003007/100001
6 years, 1 month ago (2014-11-05 07:58:38 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:100001)
6 years, 1 month ago (2014-11-05 08:59:49 UTC) #14
commit-bot: I haz the power
6 years, 1 month ago (2014-11-05 09:00:30 UTC) #15
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/718fc603a04fe83d04947008b6a953b416fa314e
Cr-Commit-Position: refs/heads/master@{#302769}

Powered by Google App Engine
This is Rietveld 408576698