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

Issue 226483003: Flag INV_OP during BeginQuery if id is not obtained from GenQueriesEXT. (Closed)

Created:
6 years, 8 months ago by rptr
Modified:
6 years, 8 months ago
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Flag INV_OP during BeginQuery if id is not obtained from GenQueriesEXT. BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=265360

Patch Set 1 #

Patch Set 2 : DeleteQuery should purge ids + unit_test. #

Patch Set 3 : service side check for generated query ids. #

Total comments: 11

Patch Set 4 : review comments + nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -26 lines) Patch
M gpu/command_buffer/client/gles2_implementation_unittest.cc View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 3 chunks +8 lines, -20 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc View 1 2 3 1 chunk +17 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/query_manager.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/query_manager.cc View 1 2 3 2 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
rptr
PTAL.
6 years, 8 months ago (2014-04-13 16:56:53 UTC) #1
rptr
PTAL.
6 years, 8 months ago (2014-04-14 14:33:29 UTC) #2
piman
Why? The spec says if the query id doesn't exist it is created.
6 years, 8 months ago (2014-04-14 19:39:25 UTC) #3
rptr
On 2014/04/14 19:39:25, piman wrote: > Why? The spec says if the query id doesn't ...
6 years, 8 months ago (2014-04-15 01:13:40 UTC) #4
rptr
On 2014/04/15 01:13:40, rptr wrote: > On 2014/04/14 19:39:25, piman wrote: > > Why? The ...
6 years, 8 months ago (2014-04-15 01:29:10 UTC) #5
piman
On Mon, Apr 14, 2014 at 6:29 PM, <puttaraju.r@samsung.com> wrote: > On 2014/04/15 01:13:40, rptr ...
6 years, 8 months ago (2014-04-15 01:42:19 UTC) #6
piman
Actually, I think it is simpler to do it only on the service side, it ...
6 years, 8 months ago (2014-04-15 01:48:09 UTC) #7
rptr
Please take a look. https://chromiumcodereview.appspot.com/226483003/diff/40001/gpu/command_buffer/client/gles2_implementation_unittest.cc File gpu/command_buffer/client/gles2_implementation_unittest.cc (left): https://chromiumcodereview.appspot.com/226483003/diff/40001/gpu/command_buffer/client/gles2_implementation_unittest.cc#oldcode2910 gpu/command_buffer/client/gles2_implementation_unittest.cc:2910: // TODO(gman): Check for invalid ...
6 years, 8 months ago (2014-04-19 11:48:45 UTC) #8
piman
https://chromiumcodereview.appspot.com/226483003/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://chromiumcodereview.appspot.com/226483003/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode9470 gpu/command_buffer/service/gles2_cmd_decoder.cc:9470: // NOTE: We don't generate Query objects here. Only ...
6 years, 8 months ago (2014-04-22 00:37:30 UTC) #9
rptr
PTAL. https://chromiumcodereview.appspot.com/226483003/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://chromiumcodereview.appspot.com/226483003/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode9470 gpu/command_buffer/service/gles2_cmd_decoder.cc:9470: // NOTE: We don't generate Query objects here. ...
6 years, 8 months ago (2014-04-22 05:43:18 UTC) #10
piman
lgtm
6 years, 8 months ago (2014-04-22 17:16:16 UTC) #11
rptr
The CQ bit was checked by puttaraju.r@samsung.com
6 years, 8 months ago (2014-04-22 18:12:59 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/puttaraju.r@samsung.com/226483003/60001
6 years, 8 months ago (2014-04-22 18:13:21 UTC) #13
commit-bot: I haz the power
6 years, 8 months ago (2014-04-22 21:14:44 UTC) #14
Message was sent while issue was closed.
Change committed as 265360

Powered by Google App Engine
This is Rietveld 408576698