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

Issue 1000483002: Added GLES3 Capabilities to the Command Buffer (Closed)

Created:
5 years, 9 months ago by bajones
Modified:
5 years, 9 months ago
Reviewers:
Zhenyao Mo, piman
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

Added GLES3 Capabilities to the Command Buffer BUG=429053 Committed: https://crrev.com/54ecef179cb661240c978dded621a910ea2bda1c Cr-Commit-Position: refs/heads/master@{#321263}

Patch Set 1 #

Patch Set 2 : Removing some unnecessary code from a prior CL #

Total comments: 1

Patch Set 3 : Stopped ES3 features from being set unless backed by an ES3 context #

Total comments: 4

Patch Set 4 : Addressed piman@'s new feedback #

Patch Set 5 : Rebase #

Patch Set 6 : Rebase + really minor format tweaks #

Patch Set 7 : Fixed test expectations #

Patch Set 8 : Rebase #

Patch Set 9 : Rebase against zmo@'s revert of a different CL which was causing issues #

Patch Set 10 : Removed PRIMITIVE_RESTART_FIXED_INDEX, since that's apparently only in desktop GL 4.3+ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2947 lines, -2841 lines) Patch
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 3 4 5 6 7 8 9 4 chunks +37 lines, -11 lines 0 comments Download
M gpu/command_buffer/client/client_context_state.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/client_context_state_autogen.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/client_context_state_impl_autogen.h View 1 2 3 4 5 6 7 8 9 3 chunks +11 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 1 2 3 4 5 6 1 chunk +606 lines, -601 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h View 1 2 3 4 5 6 7 8 9 3 chunks +2216 lines, -2214 lines 0 comments Download
M gpu/command_buffer/service/context_state_autogen.h View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/context_state_impl_autogen.h View 1 2 3 4 5 6 7 8 9 6 chunks +46 lines, -10 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h View 1 2 3 4 5 6 7 8 9 3 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (17 generated)
bajones
PTAL.
5 years, 9 months ago (2015-03-10 22:46:19 UTC) #2
Zhenyao Mo
LGTM
5 years, 9 months ago (2015-03-10 22:53:07 UTC) #3
piman
https://codereview.chromium.org/1000483002/diff/20001/gpu/command_buffer/service/context_state_impl_autogen.h File gpu/command_buffer/service/context_state_impl_autogen.h (right): https://codereview.chromium.org/1000483002/diff/20001/gpu/command_buffer/service/context_state_impl_autogen.h#newcode191 gpu/command_buffer/service/context_state_impl_autogen.h:191: enable_flags.cached_rasterizer_discard); We shouldn't call glEnable/glDisable with es3 enums unless ...
5 years, 9 months ago (2015-03-10 22:54:46 UTC) #4
bajones
On 2015/03/10 at 22:54:46, piman wrote: > We shouldn't call glEnable/glDisable with es3 enums unless ...
5 years, 9 months ago (2015-03-11 00:29:09 UTC) #5
piman
LGTM+nits https://codereview.chromium.org/1000483002/diff/40001/gpu/command_buffer/service/context_state_impl_autogen.h File gpu/command_buffer/service/context_state_impl_autogen.h (right): https://codereview.chromium.org/1000483002/diff/40001/gpu/command_buffer/service/context_state_impl_autogen.h#newcode168 gpu/command_buffer/service/context_state_impl_autogen.h:168: if (feature_info_->IsES3Capable() && nit: maybe test this only ...
5 years, 9 months ago (2015-03-11 00:43:40 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1000483002/60001
5 years, 9 months ago (2015-03-11 20:19:03 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/4447)
5 years, 9 months ago (2015-03-11 20:22:55 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1000483002/80001
5 years, 9 months ago (2015-03-11 20:39:36 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/35013)
5 years, 9 months ago (2015-03-12 00:45:46 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1000483002/120001
5 years, 9 months ago (2015-03-12 20:23:58 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/4906) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 9 months ago (2015-03-12 20:29:04 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1000483002/140001
5 years, 9 months ago (2015-03-12 20:35:08 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1000483002/160001
5 years, 9 months ago (2015-03-12 22:49:31 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/42864)
5 years, 9 months ago (2015-03-13 02:21:11 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1000483002/180001
5 years, 9 months ago (2015-03-18 23:00:20 UTC) #32
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 9 months ago (2015-03-19 01:35:59 UTC) #33
commit-bot: I haz the power
5 years, 9 months ago (2015-03-19 01:36:49 UTC) #34
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/54ecef179cb661240c978dded621a910ea2bda1c
Cr-Commit-Position: refs/heads/master@{#321263}

Powered by Google App Engine
This is Rietveld 408576698