|
|
DescriptionOffscreen 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 #
Messages
Total messages: 37 (16 generated)
rahul.g@samsung.com changed reviewers: + kbr@chromium.org
rahul.g@samsung.com changed reviewers: + piman@chromium.org, sievers@chromium.org
PTAL
kbr@chromium.org changed reviewers: + vmiura@chromium.org
LGTM, but you'll need an OWNERS review in gpu/command_buffer/service.
lgtm https://codereview.chromium.org/996163003/diff/1/gpu/command_buffer/service/g... File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/996163003/diff/1/gpu/command_buffer/service/g... gpu/command_buffer/service/gles2_cmd_decoder.cc:2617: workarounds().disable_gl_rgb_format ? GL_RGBA : GL_RGB; nit: can you fix indenting? e.g. by running git cl format. The line continuation should be at +4, like it was before. (same several places below)
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/g... > File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): > > https://codereview.chromium.org/996163003/diff/1/gpu/command_buffer/service/g... > gpu/command_buffer/service/gles2_cmd_decoder.cc:2617: > workarounds().disable_gl_rgb_format ? GL_RGBA : GL_RGB; > nit: can you fix indenting? e.g. by running git cl format. The line continuation > should be at +4, like it was before. > > (same several places below) @piman : Thanks for pointing it, I fixed indentation by running git cl format, please review.
lgtm
The CQ bit was checked by rahul.g@samsung.com
The patchset sent to the CQ was uploaded after l-g-t-m from kbr@chromium.org Link to the patchset: https://codereview.chromium.org/996163003/#ps80001 (title: "fixed indenting")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/996163003/80001
The CQ bit was unchecked by rahul.g@samsung.com
The CQ bit was checked by rahul.g@samsung.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/996163003/80001
The CQ bit was unchecked by commit-bot@chromium.org
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_...) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator...) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ni...) mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_comp...) mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by rahul.g@samsung.com
The patchset sent to the CQ was uploaded after l-g-t-m from kbr@chromium.org, piman@chromium.org Link to the patchset: https://codereview.chromium.org/996163003/#ps100001 (title: "JSON version number updated")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/996163003/100001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
The CQ bit was checked by rahul.g@samsung.com
The patchset sent to the CQ was uploaded after l-g-t-m from kbr@chromium.org, piman@chromium.org Link to the patchset: https://codereview.chromium.org/996163003/#ps120001 (title: " ")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/996163003/120001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
On 2015/04/03 11:15:52, I haz the power (commit-bot) wrote: > Try jobs failed on following builders: > chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, > http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...) The presubmit check is failing because you aren't listed in the AUTHORS file.
On 2015/04/03 21:02:20, Ken Russell wrote: > On 2015/04/03 11:15:52, I haz the power (commit-bot) wrote: > > Try jobs failed on following builders: > > chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, > > > http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...) > > The presubmit check is failing because you aren't listed in the AUTHORS file. Hi - I just stumbled across the bug for this CL, it's something I need a fix for. What's the status of this CL (looks ready to go but hasn't been updated in a while?) Can I help out, either pushing this forward or with the Blink side changes?
On 2015/04/28 22:33:54, halliwell wrote: > On 2015/04/03 21:02:20, Ken Russell wrote: > > On 2015/04/03 11:15:52, I haz the power (commit-bot) wrote: > > > Try jobs failed on following builders: > > > chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, > > > > > > http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...) > > > > The presubmit check is failing because you aren't listed in the AUTHORS file. > > Hi - I just stumbled across the bug for this CL, it's something I need a fix > for. > > What's the status of this CL (looks ready to go but hasn't been updated in a > while?) > > Can I help out, either pushing this forward or with the Blink side changes? rahul.g@samsung.com is in the CLA signers list, so it's really just about fixing the AUTHORS file.
On 2015/04/28 23:34:16, piman (Very slow to review) wrote: > On 2015/04/28 22:33:54, halliwell wrote: > > On 2015/04/03 21:02:20, Ken Russell wrote: > > > On 2015/04/03 11:15:52, I haz the power (commit-bot) wrote: > > > > Try jobs failed on following builders: > > > > chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, > > > > > > > > > > http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...) > > > > > > The presubmit check is failing because you aren't listed in the AUTHORS > file. > > > > Hi - I just stumbled across the bug for this CL, it's something I need a fix > > for. > > > > What's the status of this CL (looks ready to go but hasn't been updated in a > > while?) > > > > Can I help out, either pushing this forward or with the Blink side changes? > > mailto:rahul.g@samsung.com is in the CLA signers list, so it's really just about fixing > the AUTHORS file. I have requested long back to add my name in author list. https://codereview.chromium.org/1058303004/ but seems it is pending or I requested wrongly. I would like to request you if you can help out to add my name in author list.
On Tue, Apr 28, 2015 at 6:44 PM, <rahul.g@samsung.com> wrote: > On 2015/04/28 23:34:16, piman (Very slow to review) wrote: > >> On 2015/04/28 22:33:54, halliwell wrote: >> > On 2015/04/03 21:02:20, Ken Russell wrote: >> > > On 2015/04/03 11:15:52, I haz the power (commit-bot) wrote: >> > > > Try jobs failed on following builders: >> > > > chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, >> > > > >> > > >> > >> > > > http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub... > ) > >> > > >> > > The presubmit check is failing because you aren't listed in the >> AUTHORS >> file. >> > >> > Hi - I just stumbled across the bug for this CL, it's something I need >> a fix >> > for. >> > >> > What's the status of this CL (looks ready to go but hasn't been updated >> in a >> > while?) >> > >> > Can I help out, either pushing this forward or with the Blink side >> changes? >> > > mailto:rahul.g@samsung.com is in the CLA signers list, so it's really >> just >> > about fixing > >> the AUTHORS file. >> > > I have requested long back to add my name in author list. > https://codereview.chromium.org/1058303004/ but seems it is pending or I > requested wrongly. > I would like to request you if you can help out to add my name in author > list. > Usually that is done with the same CL as your first contribution. I LGTM'd that change. > > https://codereview.chromium.org/996163003/ > To unsubscribe from this group and stop receiving emails from it, send an email to chromium-reviews+unsubscribe@chromium.org.
> Usually that is done with the same CL as your first contribution. > I LGTM'd that change. Thank you.
The CQ bit was checked by rahul.g@samsung.com
The patchset sent to the CQ was uploaded after l-g-t-m from kbr@chromium.org, piman@chromium.org Link to the patchset: https://codereview.chromium.org/996163003/#ps180001 (title: "JSON version updated")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/996163003/180001
Message was sent while issue was closed.
Committed patchset #10 (id:180001)
Message was sent while issue was closed.
Patchset 10 (id:??) landed as https://crrev.com/0aaf8db1aff9bc9b0c73bab6c603d21f95288ef3 Cr-Commit-Position: refs/heads/master@{#327487} |