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

Issue 1119723003: Add glCopyCompressedTextureCHROMIUM (Closed)

Created:
5 years, 7 months ago by christiank
Modified:
5 years, 6 months ago
Reviewers:
reveman, piman
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, chromium-reviews, darin (slow to review), piman+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add glCopyCompressedTextureCHROMIUM This CL adds a GPU command for copying compressed textures. It's based on glCopyTextureCHROMIUM, but modified for use on compressed textures. It only supports GLImage-based copying. BUG=434699 Committed: https://crrev.com/8312009fd0fe42534b7c9eccedf4c34297e37d21 Cr-Commit-Position: refs/heads/master@{#334810}

Patch Set 1 #

Total comments: 14

Patch Set 2 : Fix format validation #

Patch Set 3 : Use glGetCompressedTexImage as a fallback #

Patch Set 4 : Add tests #

Total comments: 2

Patch Set 5 : Fix memory buffer size and add extension documentation #

Patch Set 6 : Fix comments in tests #

Total comments: 33

Patch Set 7 : Address issues #

Patch Set 8 : Rename files to reflect upcoming extension name change #

Patch Set 9 : Rename to glCompressedCopyTextureCHROMIUM #

Total comments: 4

Patch Set 10 : Remove glGetCompressedTexImage fallback #

Total comments: 10

Patch Set 11 : Remove internal_format and source_size parameters #

Patch Set 12 : Rebase #

Total comments: 4

Patch Set 13 : Address issues #

Total comments: 28

Patch Set 14 : Address issues #

Total comments: 2

Patch Set 15 : Address issues #

Patch Set 16 : Address issues #

Patch Set 17 : Use ScopedVector for storing image format configurations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+933 lines, -38 lines) Patch
M gpu/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
A gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +88 lines, -0 lines 0 comments Download
M gpu/GLES2/gl2chromium_autogen.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/GLES2/gl2extchromium.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +11 lines, -0 lines 0 comments Download
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_c_lib_autogen.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +10 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper_autogen.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +10 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_autogen.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_impl_autogen.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +12 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +11 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_autogen.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_autogen.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_autogen.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +8 lines, -0 lines 0 comments Download
M gpu/command_buffer/cmd_buffer_functions.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +41 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test_autogen.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +14 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_ids_autogen.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +36 lines, -35 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 7 chunks +273 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_autogen.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +13 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
A gpu/command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +369 lines, -0 lines 0 comments Download
M gpu/gpu.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M mojo/gpu/mojo_gles2_impl_autogen.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -0 lines 0 comments Download
M mojo/gpu/mojo_gles2_impl_autogen.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 52 (9 generated)
christiank
Hi, This is another support CL that's needed for the tile compression feature. It implements ...
5 years, 7 months ago (2015-04-30 13:03:16 UTC) #2
reveman
Please update gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_texture.txt or add a new extension description for this. https://codereview.chromium.org/1119723003/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): ...
5 years, 7 months ago (2015-04-30 13:36:14 UTC) #3
christiank
https://codereview.chromium.org/1119723003/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/1119723003/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode11588 gpu/command_buffer/service/gles2_cmd_decoder.cc:11588: source_internal_format == GL_BGRA_EXT; On 2015/04/30 13:36:14, reveman wrote: > ...
5 years, 7 months ago (2015-05-05 13:42:22 UTC) #4
reveman
https://codereview.chromium.org/1119723003/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/1119723003/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode11588 gpu/command_buffer/service/gles2_cmd_decoder.cc:11588: source_internal_format == GL_BGRA_EXT; On 2015/05/05 13:42:22, christiank wrote: > ...
5 years, 7 months ago (2015-05-05 16:12:09 UTC) #5
christiank
https://codereview.chromium.org/1119723003/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/1119723003/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode11588 gpu/command_buffer/service/gles2_cmd_decoder.cc:11588: source_internal_format == GL_BGRA_EXT; On 2015/05/05 16:12:09, reveman wrote: > ...
5 years, 7 months ago (2015-05-07 12:47:00 UTC) #6
reveman
https://codereview.chromium.org/1119723003/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/1119723003/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode11588 gpu/command_buffer/service/gles2_cmd_decoder.cc:11588: source_internal_format == GL_BGRA_EXT; On 2015/05/07 12:47:00, christiank wrote: > ...
5 years, 7 months ago (2015-05-07 18:35:50 UTC) #7
christiank
https://codereview.chromium.org/1119723003/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/1119723003/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode11588 gpu/command_buffer/service/gles2_cmd_decoder.cc:11588: source_internal_format == GL_BGRA_EXT; On 2015/05/07 18:35:49, reveman wrote: > ...
5 years, 7 months ago (2015-05-08 13:04:23 UTC) #8
christiank
https://codereview.chromium.org/1119723003/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/1119723003/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode11588 gpu/command_buffer/service/gles2_cmd_decoder.cc:11588: source_internal_format == GL_BGRA_EXT; On 2015/05/08 13:04:23, christiank wrote: > ...
5 years, 7 months ago (2015-05-12 11:08:59 UTC) #9
reveman
On 2015/05/12 at 11:08:59, christiank wrote: > https://codereview.chromium.org/1119723003/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc > File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): > > https://codereview.chromium.org/1119723003/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode11588 ...
5 years, 7 months ago (2015-05-12 15:59:40 UTC) #10
christiank
On 2015/05/12 15:59:40, reveman wrote: > On 2015/05/12 at 11:08:59, christiank wrote: > > > ...
5 years, 6 months ago (2015-05-27 14:49:40 UTC) #11
reveman
On 2015/05/27 at 14:49:40, christiank wrote: > On 2015/05/12 15:59:40, reveman wrote: > > On ...
5 years, 6 months ago (2015-05-27 15:35:34 UTC) #12
reveman
https://codereview.chromium.org/1119723003/diff/60001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/1119723003/diff/60001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode12014 gpu/command_buffer/service/gles2_cmd_decoder.cc:12014: GLbyte image_data[GL_TEXTURE_COMPRESSED_IMAGE_SIZE]; This doesn't work. You need to query ...
5 years, 6 months ago (2015-05-27 15:39:35 UTC) #13
christiank
I have now documented the extension in CHROMIUM_copy_compressed_texture.txt. Not completely sure how to document the ...
5 years, 6 months ago (2015-05-28 09:00:59 UTC) #14
christiank
Adding piman to review.
5 years, 6 months ago (2015-05-28 09:07:34 UTC) #16
reveman
https://codereview.chromium.org/1119723003/diff/100001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt File gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt (right): https://codereview.chromium.org/1119723003/diff/100001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt#newcode30 gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt:30: GL_UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM. think that's implicit by not mentioning them. https://codereview.chromium.org/1119723003/diff/100001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt#newcode39 ...
5 years, 6 months ago (2015-05-28 14:06:49 UTC) #17
christiank
https://codereview.chromium.org/1119723003/diff/100001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt File gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt (right): https://codereview.chromium.org/1119723003/diff/100001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt#newcode43 gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt:43: INVALID_OPERATION. On 2015/05/28 14:06:48, reveman wrote: > Please make ...
5 years, 6 months ago (2015-05-28 14:40:29 UTC) #18
reveman
https://codereview.chromium.org/1119723003/diff/100001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt File gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt (right): https://codereview.chromium.org/1119723003/diff/100001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt#newcode43 gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt:43: INVALID_OPERATION. On 2015/05/28 at 14:40:29, christiank wrote: > On ...
5 years, 6 months ago (2015-05-28 16:33:09 UTC) #19
piman
https://codereview.chromium.org/1119723003/diff/100001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt File gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt (right): https://codereview.chromium.org/1119723003/diff/100001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt#newcode26 gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt:26: to glCopyTexImage2D, but for compressed textures. You mean, similar ...
5 years, 6 months ago (2015-05-28 20:34:27 UTC) #20
christiank
https://codereview.chromium.org/1119723003/diff/100001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/1119723003/diff/100001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode12011 gpu/command_buffer/service/gles2_cmd_decoder.cc:12011: if (!feature_info_->gl_version_info().is_es) { On 2015/05/28 16:33:08, reveman wrote: > ...
5 years, 6 months ago (2015-06-01 12:14:16 UTC) #21
reveman
On 2015/06/01 at 12:14:16, christiank wrote: > https://codereview.chromium.org/1119723003/diff/100001/gpu/command_buffer/service/gles2_cmd_decoder.cc > File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): > > https://codereview.chromium.org/1119723003/diff/100001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode12011 ...
5 years, 6 months ago (2015-06-01 17:28:26 UTC) #22
christiank
Addressed many issues, but not everything. https://codereview.chromium.org/1119723003/diff/100001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt File gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt (right): https://codereview.chromium.org/1119723003/diff/100001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt#newcode26 gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_compressed_texture.txt:26: to glCopyTexImage2D, but ...
5 years, 6 months ago (2015-06-05 12:53:32 UTC) #23
reveman
https://codereview.chromium.org/1119723003/diff/160001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt File gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt (right): https://codereview.chromium.org/1119723003/diff/160001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt#newcode42 gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt:42: void glCompressedCopyTextureCHROMIUM (GLenum target, GLenum source_id, We'll need a ...
5 years, 6 months ago (2015-06-05 14:09:36 UTC) #24
christiank
https://codereview.chromium.org/1119723003/diff/160001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt File gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt (right): https://codereview.chromium.org/1119723003/diff/160001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt#newcode42 gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt:42: void glCompressedCopyTextureCHROMIUM (GLenum target, GLenum source_id, On 2015/06/05 14:09:36, ...
5 years, 6 months ago (2015-06-08 12:03:52 UTC) #25
piman
https://codereview.chromium.org/1119723003/diff/180001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt File gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt (right): https://codereview.chromium.org/1119723003/diff/180001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt#newcode45 gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt:45: GLsizei source_size) nit: can we remove internal_format and source_size? ...
5 years, 6 months ago (2015-06-09 00:24:19 UTC) #26
christiank
reveman, regarding a glCompressedCopySubTextureCHROMIUM extesion. Is the "new" glCopySubTextureCHROMIUM supposed to retire the old glCopyTextureCHROMIUM ...
5 years, 6 months ago (2015-06-11 07:31:57 UTC) #27
reveman
On 2015/06/11 at 07:31:57, christiank wrote: > reveman, regarding a glCompressedCopySubTextureCHROMIUM extesion. Is the "new" ...
5 years, 6 months ago (2015-06-11 22:08:01 UTC) #28
reveman
https://codereview.chromium.org/1119723003/diff/220001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/1119723003/diff/220001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode229 gpu/command_buffer/service/gles2_cmd_decoder.cc:229: if (!gfx::GLImageMemory::StrideInBytes( hm, it's a bit awkward to depend ...
5 years, 6 months ago (2015-06-11 22:40:42 UTC) #29
christiank
Ah okay, I'll add a separate glCompressedCopySubTexture then. https://codereview.chromium.org/1119723003/diff/220001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/1119723003/diff/220001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode229 gpu/command_buffer/service/gles2_cmd_decoder.cc:229: if ...
5 years, 6 months ago (2015-06-12 11:38:39 UTC) #30
reveman
assuming that you'll add CopySub support in a follow up patch, lgtm % piman's review ...
5 years, 6 months ago (2015-06-12 14:23:35 UTC) #31
piman
https://codereview.chromium.org/1119723003/diff/240001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt File gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt (right): https://codereview.chromium.org/1119723003/diff/240001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt#newcode52 gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt:52: compressed, and they must match. The format must be ...
5 years, 6 months ago (2015-06-12 19:50:30 UTC) #32
christiank
https://codereview.chromium.org/1119723003/diff/240001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt File gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt (right): https://codereview.chromium.org/1119723003/diff/240001/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt#newcode52 gpu/GLES2/extensions/CHROMIUM/CHROMIUM_compressed_copy_texture.txt:52: compressed, and they must match. The format must be ...
5 years, 6 months ago (2015-06-15 09:42:42 UTC) #33
reveman
https://codereview.chromium.org/1119723003/diff/240001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/1119723003/diff/240001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode12412 gpu/command_buffer/service/gles2_cmd_decoder.cc:12412: dest_internal_format != source_internal_format) { On 2015/06/15 at 09:42:42, christiank ...
5 years, 6 months ago (2015-06-15 14:44:56 UTC) #34
piman
https://codereview.chromium.org/1119723003/diff/240001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/1119723003/diff/240001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode12417 gpu/command_buffer/service/gles2_cmd_decoder.cc:12417: return; On 2015/06/15 09:42:42, christiank wrote: > On 2015/06/12 ...
5 years, 6 months ago (2015-06-15 18:35:03 UTC) #35
piman
https://codereview.chromium.org/1119723003/diff/260001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/1119723003/diff/260001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode12373 gpu/command_buffer/service/gles2_cmd_decoder.cc:12373: "pixel-storage multipliers are not supported"); And return.
5 years, 6 months ago (2015-06-15 18:37:47 UTC) #36
christiank
https://codereview.chromium.org/1119723003/diff/240001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/1119723003/diff/240001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode12412 gpu/command_buffer/service/gles2_cmd_decoder.cc:12412: dest_internal_format != source_internal_format) { On 2015/06/15 14:44:56, reveman wrote: ...
5 years, 6 months ago (2015-06-16 06:57:49 UTC) #37
piman
LGTM, thanks. I think it reads more clearly this way. We can move things around ...
5 years, 6 months ago (2015-06-16 15:39:12 UTC) #38
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1119723003/300001
5 years, 6 months ago (2015-06-17 07:22:31 UTC) #41
commit-bot: I haz the power
Dry run: 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/76352)
5 years, 6 months ago (2015-06-17 08:27:35 UTC) #43
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1119723003/320001
5 years, 6 months ago (2015-06-17 09:21:54 UTC) #46
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-17 11:16:16 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1119723003/320001
5 years, 6 months ago (2015-06-17 11:35:54 UTC) #50
commit-bot: I haz the power
Committed patchset #17 (id:320001)
5 years, 6 months ago (2015-06-17 11:40:28 UTC) #51
commit-bot: I haz the power
5 years, 6 months ago (2015-06-17 11:41:26 UTC) #52
Message was sent while issue was closed.
Patchset 17 (id:??) landed as
https://crrev.com/8312009fd0fe42534b7c9eccedf4c34297e37d21
Cr-Commit-Position: refs/heads/master@{#334810}

Powered by Google App Engine
This is Rietveld 408576698