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

Issue 1434453008: cc: Fix R_8 GpuMemoryBuffers (Closed)

Created:
5 years, 1 month ago by ccameron
Modified:
5 years, 1 month ago
CC:
cc-bugs_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Fix GL_R8 GpuMemoryBuffers Make GLImages use GL_RED instead of GL_R8 as the internal format, because GL_R8 isn't supported as an internal format for most GL functions and almost all GLES functions. BUG=533677 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/ce99ede5349c82537e78d1b0cd9c70559550964c Cr-Commit-Position: refs/heads/master@{#358225}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Switch GL_R8 to GL_RED #

Patch Set 3 : Remove GetResourceTextureTarget #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -12 lines) Patch
M cc/resources/resource_format.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M cc/resources/resource_provider.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M gpu/GLES2/extensions/CHROMIUM/CHROMIUM_image.txt View 1 3 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/image_factory.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M media/video/gpu_memory_buffer_video_frame_pool.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_image_io_surface.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_image_memory.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 25 (7 generated)
ccameron
Couple more instances of this (found on try-jobs for switching to GMB-by-default).
5 years, 1 month ago (2015-11-05 09:49:29 UTC) #2
reveman
https://codereview.chromium.org/1434453008/diff/1/cc/resources/resource_format.cc File cc/resources/resource_format.cc (right): https://codereview.chromium.org/1434453008/diff/1/cc/resources/resource_format.cc#newcode91 cc/resources/resource_format.cc:91: return GL_R8_EXT; Can we have normal textures use GL_R8_EXT ...
5 years, 1 month ago (2015-11-05 13:46:01 UTC) #3
ccameron
https://codereview.chromium.org/1434453008/diff/1/cc/resources/resource_format.cc File cc/resources/resource_format.cc (right): https://codereview.chromium.org/1434453008/diff/1/cc/resources/resource_format.cc#newcode91 cc/resources/resource_format.cc:91: return GL_R8_EXT; On 2015/11/05 13:46:01, reveman wrote: > Can ...
5 years, 1 month ago (2015-11-05 19:09:20 UTC) #4
reveman
+dcastagna who added this GLImage format. i'd like to keep the internal format usage consistent. ...
5 years, 1 month ago (2015-11-05 19:18:01 UTC) #6
ccameron
On 2015/11/05 19:18:01, reveman wrote: > +dcastagna who added this GLImage format. > > i'd ...
5 years, 1 month ago (2015-11-05 19:54:16 UTC) #7
reveman
On 2015/11/05 at 19:54:16, ccameron wrote: > On 2015/11/05 19:18:01, reveman wrote: > > +dcastagna ...
5 years, 1 month ago (2015-11-05 20:02:29 UTC) #8
ccameron
On 2015/11/05 20:02:29, reveman wrote: > On 2015/11/05 at 19:54:16, ccameron wrote: > > On ...
5 years, 1 month ago (2015-11-05 21:26:52 UTC) #9
ccameron
On 2015/11/05 21:26:52, ccameron wrote: > On 2015/11/05 20:02:29, reveman wrote: > > On 2015/11/05 ...
5 years, 1 month ago (2015-11-05 21:55:18 UTC) #10
Daniele Castagna
On 2015/11/05 at 21:55:18, ccameron wrote: > On 2015/11/05 21:26:52, ccameron wrote: > > On ...
5 years, 1 month ago (2015-11-05 22:00:41 UTC) #11
reveman
this lgtm after updating the description although I would have preferred the GetResourceTextureTarget change in ...
5 years, 1 month ago (2015-11-05 22:20:13 UTC) #12
ccameron
On 2015/11/05 22:20:13, reveman wrote: > this lgtm after updating the description although I would ...
5 years, 1 month ago (2015-11-05 22:30:45 UTC) #14
ccameron
Adding sievers@ and dalecurtis@ for stamps.
5 years, 1 month ago (2015-11-05 23:56:35 UTC) #17
DaleCurtis
media/ lgtm
5 years, 1 month ago (2015-11-05 23:59:23 UTC) #18
no sievers
lgtm
5 years, 1 month ago (2015-11-06 01:40:58 UTC) #19
ccameron
Thanks!
5 years, 1 month ago (2015-11-06 01:43:45 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1434453008/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1434453008/40001
5 years, 1 month ago (2015-11-06 01:44:32 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-06 01:49:54 UTC) #24
commit-bot: I haz the power
5 years, 1 month ago (2015-11-06 01:50:51 UTC) #25
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ce99ede5349c82537e78d1b0cd9c70559550964c
Cr-Commit-Position: refs/heads/master@{#358225}

Powered by Google App Engine
This is Rietveld 408576698