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

Issue 2502423003: Implement basic query functionality in the passthrough command buffer. (Closed)

Created:
4 years, 1 month ago by Geoff Lang
Modified:
4 years ago
Reviewers:
piman
CC:
chromium-reviews, piman+watch_chromium.org, Corentin Wallez
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement basic query functionality in the passthrough command buffer. Store errors in a local set in the passthrough command buffer, allowing us to track if an error was generated for specific calls that need to be emulated. BUG=602688 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/73582148251d24005ee3ab08fcdb75757ae9fb9d Cr-Commit-Position: refs/heads/master@{#433858}

Patch Set 1 #

Patch Set 2 #

Total comments: 2

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+311 lines, -24 lines) Patch
M gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h View 1 2 2 chunks +34 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc View 1 2 3 chunks +114 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h View 1 chunk +10 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc View 1 2 4 chunks +142 lines, -16 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_passthrough_handlers.cc View 3 chunks +11 lines, -3 lines 0 comments Download

Messages

Total messages: 34 (24 generated)
Geoff Lang
PTAL. I added my own query tracking instead of using code from the QueryManager because ...
4 years, 1 month ago (2016-11-18 17:59:22 UTC) #15
piman
lgtm https://codereview.chromium.org/2502423003/diff/20001/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h File gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h (right): https://codereview.chromium.org/2502423003/diff/20001/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h#newcode317 gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h:317: std::unordered_map<GLuint, QueryInfo> query_info_map_; nit: any reason to use ...
4 years, 1 month ago (2016-11-18 19:32:09 UTC) #17
Geoff Lang
https://codereview.chromium.org/2502423003/diff/20001/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h File gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h (right): https://codereview.chromium.org/2502423003/diff/20001/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h#newcode317 gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h:317: std::unordered_map<GLuint, QueryInfo> query_info_map_; On 2016/11/18 19:32:09, piman wrote: > ...
4 years ago (2016-11-21 18:12:16 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2502423003/20001
4 years ago (2016-11-21 18:13:03 UTC) #20
commit-bot: I haz the power
Failed to apply patch for gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h: While running git apply --index -p1; error: patch failed: ...
4 years ago (2016-11-21 20:50:12 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2502423003/40001
4 years ago (2016-11-21 21:20:52 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_optional_gpu_tests_rel on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_optional_gpu_tests_rel/builds/4126)
4 years ago (2016-11-21 21:32:58 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2502423003/40001
4 years ago (2016-11-22 14:38:09 UTC) #29
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-11-22 14:59:32 UTC) #32
commit-bot: I haz the power
4 years ago (2016-11-22 15:03:55 UTC) #34
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/73582148251d24005ee3ab08fcdb75757ae9fb9d
Cr-Commit-Position: refs/heads/master@{#433858}

Powered by Google App Engine
This is Rietveld 408576698