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

Issue 866593002: Fix glGetQueryObjectiv call on devices which expect EXT variants. (Closed)

Created:
5 years, 11 months ago by David Yen
Modified:
5 years, 11 months ago
Reviewers:
no sievers, vmiura
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix glGetQueryObjectiv call on devices which expect EXT variants. R=sievers@chromium.org, vmiura@chromium.org BUG=None TEST=trybots Committed: https://crrev.com/0fe97cb646bb8ba708fc5a2e23f7442ec36b4d4a Cr-Commit-Position: refs/heads/master@{#312884}

Patch Set 1 #

Patch Set 2 : Fix unit test #

Total comments: 2

Patch Set 3 : Check for ES3 for Disjoint timer, use glGetInteger64v in arb_timer #

Total comments: 8

Patch Set 4 : use decoder_ directly, fix style #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -65 lines) Patch
M gpu/command_buffer/service/gpu_tracer.cc View 1 2 3 5 chunks +21 lines, -35 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer_unittest.cc View 1 2 3 5 chunks +8 lines, -30 lines 0 comments Download

Messages

Total messages: 21 (1 generated)
David Yen
5 years, 11 months ago (2015-01-21 23:01:29 UTC) #1
David Yen
On 2015/01/21 23:01:29, David Yen wrote: I noticed glGetQueryObjectiv is now defined as: { 'return_type': ...
5 years, 11 months ago (2015-01-21 23:03:13 UTC) #2
no sievers
On 2015/01/21 23:03:13, David Yen wrote: > On 2015/01/21 23:01:29, David Yen wrote: > > ...
5 years, 11 months ago (2015-01-21 23:09:40 UTC) #3
no sievers
On 2015/01/21 23:09:40, sievers wrote: > On 2015/01/21 23:03:13, David Yen wrote: > > On ...
5 years, 11 months ago (2015-01-21 23:12:12 UTC) #4
no sievers
https://codereview.chromium.org/866593002/diff/20001/gpu/command_buffer/service/gpu_tracer.cc File gpu/command_buffer/service/gpu_tracer.cc (right): https://codereview.chromium.org/866593002/diff/20001/gpu/command_buffer/service/gpu_tracer.cc#newcode183 gpu/command_buffer/service/gpu_tracer.cc:183: glGetQueryObjectivARB(queries_[1], GL_QUERY_RESULT_AVAILABLE, &done); So ignoring everything we do in ...
5 years, 11 months ago (2015-01-21 23:24:45 UTC) #5
David Yen
On 2015/01/21 23:12:12, sievers wrote: > On 2015/01/21 23:09:40, sievers wrote: > > On 2015/01/21 ...
5 years, 11 months ago (2015-01-21 23:25:30 UTC) #6
no sievers
On 2015/01/21 23:25:30, David Yen wrote: > On 2015/01/21 23:12:12, sievers wrote: > > On ...
5 years, 11 months ago (2015-01-21 23:29:12 UTC) #7
no sievers
https://codereview.chromium.org/866593002/diff/20001/gpu/command_buffer/service/gpu_tracer.cc File gpu/command_buffer/service/gpu_tracer.cc (right): https://codereview.chromium.org/866593002/diff/20001/gpu/command_buffer/service/gpu_tracer.cc#newcode147 gpu/command_buffer/service/gpu_tracer.cc:147: glGetInteger64v(GL_TIMESTAMP, &gl_now); Am talking about this call site.
5 years, 11 months ago (2015-01-21 23:31:16 UTC) #8
David Yen
On 2015/01/21 23:31:16, sievers wrote: > https://codereview.chromium.org/866593002/diff/20001/gpu/command_buffer/service/gpu_tracer.cc > File gpu/command_buffer/service/gpu_tracer.cc (right): > > https://codereview.chromium.org/866593002/diff/20001/gpu/command_buffer/service/gpu_tracer.cc#newcode147 > ...
5 years, 11 months ago (2015-01-21 23:35:13 UTC) #9
no sievers
On 2015/01/21 23:25:30, David Yen wrote: > On 2015/01/21 23:12:12, sievers wrote: > > On ...
5 years, 11 months ago (2015-01-21 23:36:50 UTC) #10
no sievers
On 2015/01/21 23:35:13, David Yen wrote: > On 2015/01/21 23:31:16, sievers wrote: > > > ...
5 years, 11 months ago (2015-01-21 23:42:45 UTC) #11
no sievers
I think the simple fix would be to support two cases: - desktop 3.2 and ...
5 years, 11 months ago (2015-01-21 23:50:52 UTC) #12
David Yen
On 2015/01/21 23:50:52, sievers wrote: > I think the simple fix would be to support ...
5 years, 11 months ago (2015-01-22 19:19:53 UTC) #13
no sievers
https://codereview.chromium.org/866593002/diff/40001/gpu/command_buffer/service/gpu_tracer.cc File gpu/command_buffer/service/gpu_tracer.cc (right): https://codereview.chromium.org/866593002/diff/40001/gpu/command_buffer/service/gpu_tracer.cc#newcode456 gpu/command_buffer/service/gpu_tracer.cc:456: return; nit: else if (!gpu_timing_synced_ && tracer_type == kTracerTypeARBTimer) ...
5 years, 11 months ago (2015-01-22 19:51:20 UTC) #14
David Yen
https://codereview.chromium.org/866593002/diff/40001/gpu/command_buffer/service/gpu_tracer.cc File gpu/command_buffer/service/gpu_tracer.cc (right): https://codereview.chromium.org/866593002/diff/40001/gpu/command_buffer/service/gpu_tracer.cc#newcode456 gpu/command_buffer/service/gpu_tracer.cc:456: return; On 2015/01/22 19:51:20, sievers wrote: > nit: > ...
5 years, 11 months ago (2015-01-22 21:43:02 UTC) #15
no sievers
https://codereview.chromium.org/866593002/diff/40001/gpu/command_buffer/service/gpu_tracer_unittest.cc File gpu/command_buffer/service/gpu_tracer_unittest.cc (right): https://codereview.chromium.org/866593002/diff/40001/gpu/command_buffer/service/gpu_tracer_unittest.cc#newcode334 gpu/command_buffer/service/gpu_tracer_unittest.cc:334: .Times(Exactly(0)); On 2015/01/22 21:43:02, David Yen wrote: > On ...
5 years, 11 months ago (2015-01-23 01:21:29 UTC) #16
no sievers
https://codereview.chromium.org/866593002/diff/40001/gpu/command_buffer/service/gpu_tracer_unittest.cc File gpu/command_buffer/service/gpu_tracer_unittest.cc (right): https://codereview.chromium.org/866593002/diff/40001/gpu/command_buffer/service/gpu_tracer_unittest.cc#newcode334 gpu/command_buffer/service/gpu_tracer_unittest.cc:334: .Times(Exactly(0)); On 2015/01/23 01:21:29, sievers wrote: > On 2015/01/22 ...
5 years, 11 months ago (2015-01-23 01:30:40 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/866593002/60001
5 years, 11 months ago (2015-01-23 17:30:15 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 11 months ago (2015-01-23 18:47:44 UTC) #20
commit-bot: I haz the power
5 years, 11 months ago (2015-01-23 18:48:29 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/0fe97cb646bb8ba708fc5a2e23f7442ec36b4d4a
Cr-Commit-Position: refs/heads/master@{#312884}

Powered by Google App Engine
This is Rietveld 408576698