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

Issue 996163003: Offscreen framebuffer creation on Mali-400 GPU (Closed)

Created:
5 years, 9 months ago by rahulg
Modified:
5 years, 7 months ago
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

Offscreen framebuffer creation on Mali-400 GPU Make GPU bug workaround to disable using GL_RGB format on Mali-400 This CL manages offscreen framebuffer creation based on GL_RGBA format and ignoring GL_RGB format because it is not supported on Mali-400 GPU. BUG=449150 Committed: https://crrev.com/0aaf8db1aff9bc9b0c73bab6c603d21f95288ef3 Cr-Commit-Position: refs/heads/master@{#327487}

Patch Set 1 #

Total comments: 1

Patch Set 2 #

Patch Set 3 : Ignore this patch #

Patch Set 4 : Indentation is not correct #

Patch Set 5 : fixed indenting #

Patch Set 6 : JSON version number updated #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : JSON version updated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -7 lines) Patch
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 5 6 7 8 9 3 chunks +12 lines, -6 lines 0 comments Download
M gpu/config/gpu_driver_bug_list_json.cc View 1 2 3 4 5 6 7 8 9 2 chunks +11 lines, -1 line 0 comments Download
M gpu/config/gpu_driver_bug_workaround_type.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (16 generated)
rahulg
PTAL
5 years, 9 months ago (2015-03-27 05:04:48 UTC) #3
Ken Russell (switch to Gerrit)
LGTM, but you'll need an OWNERS review in gpu/command_buffer/service.
5 years, 8 months ago (2015-03-31 02:53:34 UTC) #5
piman
lgtm https://codereview.chromium.org/996163003/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/996163003/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode2617 gpu/command_buffer/service/gles2_cmd_decoder.cc:2617: workarounds().disable_gl_rgb_format ? GL_RGBA : GL_RGB; nit: can you ...
5 years, 8 months ago (2015-03-31 04:06:30 UTC) #6
rahulg
On 2015/03/31 04:06:30, piman (Very slow to review) wrote: > lgtm > > https://codereview.chromium.org/996163003/diff/1/gpu/command_buffer/service/gles2_cmd_decoder.cc > ...
5 years, 8 months ago (2015-04-01 14:51:40 UTC) #7
piman
lgtm
5 years, 8 months ago (2015-04-01 19:38:44 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/996163003/80001
5 years, 8 months ago (2015-04-03 07:52:53 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/996163003/80001
5 years, 8 months ago (2015-04-03 07:55:31 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/39680) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 8 months ago (2015-04-03 08:02:17 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/996163003/100001
5 years, 8 months ago (2015-04-03 09:04:42 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/53976)
5 years, 8 months ago (2015-04-03 09:14:43 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/996163003/120001
5 years, 8 months ago (2015-04-03 11:07:37 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/53988)
5 years, 8 months ago (2015-04-03 11:15:52 UTC) #26
Ken Russell (switch to Gerrit)
On 2015/04/03 11:15:52, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 8 months ago (2015-04-03 21:02:20 UTC) #27
halliwell
On 2015/04/03 21:02:20, Ken Russell wrote: > On 2015/04/03 11:15:52, I haz the power (commit-bot) ...
5 years, 7 months ago (2015-04-28 22:33:54 UTC) #28
piman
On 2015/04/28 22:33:54, halliwell wrote: > On 2015/04/03 21:02:20, Ken Russell wrote: > > On ...
5 years, 7 months ago (2015-04-28 23:34:16 UTC) #29
rahulg
On 2015/04/28 23:34:16, piman (Very slow to review) wrote: > On 2015/04/28 22:33:54, halliwell wrote: ...
5 years, 7 months ago (2015-04-29 01:44:26 UTC) #30
piman
On Tue, Apr 28, 2015 at 6:44 PM, <rahul.g@samsung.com> wrote: > On 2015/04/28 23:34:16, piman ...
5 years, 7 months ago (2015-04-29 02:09:33 UTC) #31
rahulg
> Usually that is done with the same CL as your first contribution. > I ...
5 years, 7 months ago (2015-04-29 02:13:00 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/996163003/180001
5 years, 7 months ago (2015-04-29 12:36:57 UTC) #35
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 7 months ago (2015-04-29 14:18:16 UTC) #36
commit-bot: I haz the power
5 years, 7 months ago (2015-04-29 14:19:24 UTC) #37
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/0aaf8db1aff9bc9b0c73bab6c603d21f95288ef3
Cr-Commit-Position: refs/heads/master@{#327487}

Powered by Google App Engine
This is Rietveld 408576698