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

Issue 299043003: Adding bindless variants mailbox produce/consume (Closed)

Created:
6 years, 7 months ago by bajones
Modified:
6 years, 6 months ago
CC:
chromium-reviews, jam, sievers+watch_chromium.org, jbauman+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org
Visibility:
Public.

Description

Adding bindless variants mailbox produce/consume BUG=354697 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276068

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed feedback #

Total comments: 9

Patch Set 3 : Feedback Addressed, added more tests #

Total comments: 2

Patch Set 4 : Addressed piman@'s nits #

Patch Set 5 : Test fix for windows #

Unified diffs Side-by-side diffs Delta from patch set Stats (+950 lines, -218 lines) Patch
M gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_mailbox.txt View 1 2 5 chunks +28 lines, -5 lines 0 comments Download
M gpu/GLES2/gl2chromium_autogen.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/GLES2/gl2extchromium.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 chunks +20 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 1 2 chunks +18 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper.h View 1 1 chunk +13 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 1 1 chunk +13 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 2 2 chunks +32 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest.cc View 1 2 chunks +28 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_autogen.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_autogen.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 1 1 chunk +10 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_autogen.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 1 1 chunk +17 lines, -0 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format.h View 1 1 chunk +51 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 1 1 chunk +47 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 1 2 chunks +85 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_ids_autogen.h View 1 1 chunk +205 lines, -203 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 3 chunks +97 lines, -7 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 1 1 chunk +26 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc View 1 2 1 chunk +100 lines, -0 lines 0 comments Download
M gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc View 1 2 3 4 3 chunks +110 lines, -0 lines 0 comments Download
M webkit/common/gpu/webgraphicscontext3d_impl.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/common/gpu/webgraphicscontext3d_impl.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
bajones
Okay, this needs some cleanup but the basic implementation works quite nicely. Cuts the canvas2d->texture ...
6 years, 7 months ago (2014-05-22 20:54:21 UTC) #1
danakj
This probably needs to be updated too before landing: https://code.google.com/p/chromium/codesearch#chromium/src/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_mailbox.txt&q=mailbox.*txt&sq=package:chromium&l=1
6 years, 7 months ago (2014-05-22 21:29:03 UTC) #2
bajones
On 2014/05/22 21:29:03, danakj wrote: > This probably needs to be updated too before landing: ...
6 years, 7 months ago (2014-05-22 21:33:24 UTC) #3
piman
I can haz tests? https://codereview.chromium.org/299043003/diff/1/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h File content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h (right): https://codereview.chromium.org/299043003/diff/1/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h#newcode600 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h:600: virtual void produceTextureBindlessCHROMIUM(WebGLId texture, WGC3Denum ...
6 years, 7 months ago (2014-05-22 21:53:57 UTC) #4
bajones
On 2014/05/22 21:53:57, piman wrote: > I can haz tests? You can haz. :) As ...
6 years, 7 months ago (2014-05-22 22:07:10 UTC) #5
Ken Russell (switch to Gerrit)
Looks good though I haven't made it through the entire CL yet. Two minor comments. ...
6 years, 7 months ago (2014-05-23 04:04:40 UTC) #6
bajones
Addressed feedback from above, please take another look!
6 years, 6 months ago (2014-06-02 17:07:46 UTC) #7
Ken Russell (switch to Gerrit)
Very nice work. LGTM https://codereview.chromium.org/299043003/diff/20001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_mailbox.txt File gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_mailbox.txt (right): https://codereview.chromium.org/299043003/diff/20001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_mailbox.txt#newcode114 gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_mailbox.txt:114: Returns a new texture name ...
6 years, 6 months ago (2014-06-02 22:46:53 UTC) #8
bajones
Thanks for the feedback! https://codereview.chromium.org/299043003/diff/20001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_mailbox.txt File gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_mailbox.txt (right): https://codereview.chromium.org/299043003/diff/20001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_mailbox.txt#newcode114 gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_mailbox.txt:114: Returns a new texture name ...
6 years, 6 months ago (2014-06-02 23:31:23 UTC) #9
vmiura
Just one issue. https://codereview.chromium.org/299043003/diff/20001/gpu/command_buffer/client/gles2_implementation.cc File gpu/command_buffer/client/gles2_implementation.cc (right): https://codereview.chromium.org/299043003/diff/20001/gpu/command_buffer/client/gles2_implementation.cc#newcode3641 gpu/command_buffer/client/gles2_implementation.cc:3641: client_id, data); I think we need ...
6 years, 6 months ago (2014-06-03 00:00:50 UTC) #10
piman
Implementation looks fine % vmiura's comment As far as tests, you can also add something ...
6 years, 6 months ago (2014-06-04 11:09:44 UTC) #11
bajones
On 2014/06/04 11:09:44, piman OOO back 2014-6-09 wrote: > Implementation looks fine % vmiura's comment ...
6 years, 6 months ago (2014-06-04 22:49:53 UTC) #12
bajones
Review Ping? zmo@ or vmiura@: Can you take a look at the command buffer code?
6 years, 6 months ago (2014-06-05 21:26:28 UTC) #13
vmiura
On 2014/06/05 21:26:28, bajones wrote: > Review Ping? > > zmo@ or vmiura@: Can you ...
6 years, 6 months ago (2014-06-05 21:48:51 UTC) #14
bajones
piman@ or sievers@: Could I get a quick review of gpu/GLES2?
6 years, 6 months ago (2014-06-05 23:17:47 UTC) #15
piman
LGTM + nits https://codereview.chromium.org/299043003/diff/40001/gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc File gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc (right): https://codereview.chromium.org/299043003/diff/40001/gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc#newcode21 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc:21: uint32 ReadTexel(GLuint id, GLint x, GLint ...
6 years, 6 months ago (2014-06-09 14:37:25 UTC) #16
bajones
The CQ bit was checked by bajones@chromium.org
6 years, 6 months ago (2014-06-09 17:29:37 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bajones@chromium.org/299043003/60001
6 years, 6 months ago (2014-06-09 17:30:05 UTC) #18
bajones
The CQ bit was checked by bajones@chromium.org
6 years, 6 months ago (2014-06-09 21:50:46 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bajones@chromium.org/299043003/80001
6 years, 6 months ago (2014-06-09 21:53:08 UTC) #20
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_clang_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-06-10 11:40:57 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-10 13:15:40 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_clang_dbg/builds/150297)
6 years, 6 months ago (2014-06-10 13:15:42 UTC) #23
bajones
The CQ bit was checked by bajones@chromium.org
6 years, 6 months ago (2014-06-10 17:21:12 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bajones@chromium.org/299043003/80001
6 years, 6 months ago (2014-06-10 17:23:31 UTC) #25
commit-bot: I haz the power
6 years, 6 months ago (2014-06-10 17:51:38 UTC) #26
Message was sent while issue was closed.
Change committed as 276068

Powered by Google App Engine
This is Rietveld 408576698