|
|
Created:
4 years, 3 months ago by Prashant.Patil Modified:
4 years, 3 months ago Reviewers:
Ken Russell (switch to Gerrit), Prashant.Patil, Stephen Chennney, Zhenyao Mo, Dirk Pranke CC:
chromium-reviews, krit, drott+blinkwatch_chromium.org, blink-reviews-wtf_chromium.org, blink-reviews-platform-graphics_chromium.org, dshwang, pdr+graphicswatchlist_chromium.org, jbroman, Justin Novosad, Rik, f(malita), blink-reviews, piman+watch_chromium.org, danakj+watch_chromium.org, Mikhail, ajuma+watch_chromium.org, Stephen Chennney, rwlbuis, parag.salasakar_imgtec.com, manojkumar.bhosale, kaustubh.raste_imgtec.com, raghu.gandham_imgtec.com, gordana.cmiljanovic_imgtec.com Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionAdd MIPS SIMD Arch (MSA) optimized WebGL image conversion function
Added first MSA optimized function of WebGL image conversion module. More functions to follow.
BUG=642653
Committed: https://crrev.com/568a4685b88645b473a9f132365000f37f7b1940
Cr-Commit-Position: refs/heads/master@{#416244}
Patch Set 1 #Patch Set 2 : Fixed merge conflicts in blink_platform.gypi #Patch Set 3 : Brought forward patch set 1 files #Patch Set 4 : Fixed merge conflicts #
Messages
Total messages: 49 (24 generated)
Description was changed from ========== Add MIPS SIMD Arch (MSA) optimized WebGL image conversion function R=dpranke@chromium.org BUG= ========== to ========== Add MIPS SIMD Arch (MSA) optimized WebGL image conversion function Added first MSA optimized function of WebGL image conversion module. More functions to follow. ==========
prashant.patil@imgtec.com changed reviewers: + gordana.cmiljanovic@imgtec.com, raghu.gandham@imgtec.com
schenney@chromium.org changed reviewers: + schenney@chromium.org
Are the new macros in preparation for more code that uses them?
dpranke@chromium.org changed reviewers: + dpranke@chromium.org
GN/GYP changes lgtm.
The code changes look fine, but could you please file a Chromium issue about this and reference it (via "BUG=") in your CL description? Thanks. Do you have any performance measurements of this change?
On 2016/08/29 15:45:05, Stephen Chennney wrote: > Are the new macros in preparation for more code that uses them? Yes..it will be used/updated further as we keep adding more MSA optimized functions.
On 2016/08/29 22:13:49, Ken Russell wrote: > The code changes look fine, but could you please file a Chromium issue about > this and reference it (via "BUG=") in your CL description? Thanks. > > Do you have any performance measurements of this change? Sorry, I couldn't get what you meant by "file a Chromium issue about this and reference it (via "BUG=")"? Do you want me to create a new issue? If Yes, then not getting the need of it. The performance improvements for function unpackOneRowOfRGBA5551ToRGBA8MSA() is ~3.5x Thanks
On 2016/08/30 08:33:50, Prashant.Patil wrote: > On 2016/08/29 22:13:49, Ken Russell wrote: > > The code changes look fine, but could you please file a Chromium issue about > > this and reference it (via "BUG=") in your CL description? Thanks. > > > > Do you have any performance measurements of this change? > > Sorry, I couldn't get what you meant by "file a Chromium issue about this and > reference it (via "BUG=")"? > Do you want me to create a new issue? Yes, please. > If Yes, then not getting the need of it. Since you plan to do more ports of these functions, they should all reference the same bug ID, so there is a single place to refer back to that lists all of the associated CLs. > The performance improvements for function unpackOneRowOfRGBA5551ToRGBA8MSA() is > ~3.5x That's great. For which test? A micro-benchmark or something that actually loads lots of images and uploads them to textures? > Thanks Thank you for this contribution.
Description was changed from ========== Add MIPS SIMD Arch (MSA) optimized WebGL image conversion function Added first MSA optimized function of WebGL image conversion module. More functions to follow. ========== to ========== Add MIPS SIMD Arch (MSA) optimized WebGL image conversion function Added first MSA optimized function of WebGL image conversion module. More functions to follow. BUG=642653 ==========
On 2016/08/30 13:36:22, Ken Russell wrote: > On 2016/08/30 08:33:50, Prashant.Patil wrote: > > On 2016/08/29 22:13:49, Ken Russell wrote: > > > The code changes look fine, but could you please file a Chromium issue about > > > this and reference it (via "BUG=") in your CL description? Thanks. > > > > > > Do you have any performance measurements of this change? > > > > Sorry, I couldn't get what you meant by "file a Chromium issue about this and > > reference it (via "BUG=")"? > > Do you want me to create a new issue? > > Yes, please. > > > If Yes, then not getting the need of it. > > Since you plan to do more ports of these functions, they should all reference > the same bug ID, so there is a single place to refer back to that lists all of > the associated CLs. > > > The performance improvements for function unpackOneRowOfRGBA5551ToRGBA8MSA() > is > > ~3.5x > > That's great. For which test? A micro-benchmark or something that actually loads > lots of images and uploads them to textures? > > > Thanks > > Thank you for this contribution. Created new issue and added it as BUG=642653 The optimized function comes under blink_platform_unittests.
Thank you. LGTM
The CQ bit was checked by prashant.patil@imgtec.com
The CQ bit was unchecked by prashant.patil@imgtec.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by prashant.patil@imgtec.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Failed to apply patch for third_party/WebKit/Source/platform/blink_platform.gypi: While running git apply --index -3 -p1; error: third_party/WebKit/Source/platform/blink_platform.gypi: does not exist in index Patch: third_party/WebKit/Source/platform/blink_platform.gypi Index: third_party/WebKit/Source/platform/blink_platform.gypi diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi index 818a85de811cbf9bb73770b736d2815c0e895097..0cc1810dbe4a66ba333c6bba7c624ea7015e50e2 100644 --- a/third_party/WebKit/Source/platform/blink_platform.gypi +++ b/third_party/WebKit/Source/platform/blink_platform.gypi @@ -287,6 +287,7 @@ 'clipboard/ClipboardUtilities.h', 'clipboard/ClipboardUtilitiesPosix.cpp', 'clipboard/ClipboardUtilitiesWin.cpp', + 'cpu/mips/CommonMacrosMSA.h', 'credentialmanager/PlatformCredential.cpp', 'credentialmanager/PlatformCredential.h', 'credentialmanager/PlatformFederatedCredential.cpp', @@ -684,6 +685,7 @@ 'graphics/compositing/PaintArtifactCompositor.cpp', 'graphics/compositing/PaintArtifactCompositor.h', 'graphics/cpu/arm/WebGLImageConversionNEON.h', + 'graphics/cpu/mips/WebGLImageConversionMSA.h', 'graphics/cpu/x86/WebGLImageConversionSSE.h', 'graphics/filters/DistantLightSource.cpp', 'graphics/filters/DistantLightSource.h',
The CQ bit was checked by prashant.patil@imgtec.com
The patchset sent to the CQ was uploaded after l-g-t-m from kbr@chromium.org, dpranke@chromium.org Link to the patchset: https://codereview.chromium.org/2289693002/#ps20001 (title: "Fixed merge conflicts in blink_platform.gypi")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds...) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by prashant.patil@imgtec.com
The patchset sent to the CQ was uploaded after l-g-t-m from kbr@chromium.org, dpranke@chromium.org Link to the patchset: https://codereview.chromium.org/2289693002/#ps40001 (title: "Brought forward patch set 1 files")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds...)
The CQ bit was checked by prashant.patil@imgtec.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds...)
The CQ bit was checked by prashant.patil@imgtec.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds...) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
On 2016/09/02 04:42:54, commit-bot: I haz the power wrote: > Try jobs failed on following builders: > ios-device on master.tryserver.chromium.mac (JOB_FAILED, > http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds...) > ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, > http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...) > mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, > http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...) Fixed merge issues
The CQ bit was checked by prashant.patil@imgtec.com
The patchset sent to the CQ was uploaded after l-g-t-m from kbr@chromium.org, dpranke@chromium.org Link to the patchset: https://codereview.chromium.org/2289693002/#ps60001 (title: "Fixed merge conflicts")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Add MIPS SIMD Arch (MSA) optimized WebGL image conversion function Added first MSA optimized function of WebGL image conversion module. More functions to follow. BUG=642653 ========== to ========== Add MIPS SIMD Arch (MSA) optimized WebGL image conversion function Added first MSA optimized function of WebGL image conversion module. More functions to follow. BUG=642653 ==========
Message was sent while issue was closed.
Committed patchset #4 (id:60001)
Message was sent while issue was closed.
Description was changed from ========== Add MIPS SIMD Arch (MSA) optimized WebGL image conversion function Added first MSA optimized function of WebGL image conversion module. More functions to follow. BUG=642653 ========== to ========== Add MIPS SIMD Arch (MSA) optimized WebGL image conversion function Added first MSA optimized function of WebGL image conversion module. More functions to follow. BUG=642653 Committed: https://crrev.com/568a4685b88645b473a9f132365000f37f7b1940 Cr-Commit-Position: refs/heads/master@{#416244} ==========
Message was sent while issue was closed.
Patchset 4 (id:??) landed as https://crrev.com/568a4685b88645b473a9f132365000f37f7b1940 Cr-Commit-Position: refs/heads/master@{#416244} |