|
|
DescriptionFix compilation error in Vulkan Renderer header file
The commit https://crrev.com/db49547c7bbadfaa155607339856944a7eb5fa92 deletes the
header file 'cc/output/renderer.h'.
Removed the header file 'cc/output/renderer.h' present in source file.
BUG=582564
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Committed: https://crrev.com/ba30ac8b6ef61ce4e71a01c41cd717a3822fa9c2
Cr-Commit-Position: refs/heads/master@{#423086}
Patch Set 1 #Patch Set 2 : enable_vulkan flag is off by default #Patch Set 3 : Added Reviewer #Patch Set 4 : Added name in AUTHOR file #Messages
Total messages: 37 (24 generated)
Description was changed from ========== Renderer header file is removed from cc As renderer.h is removed from cc/output this header file need to be deleted. BUG=582564 ========== to ========== Renderer header file is removed from cc As renderer.h is removed from cc/output this header file need to be deleted. BUG=582564 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel ==========
Description was changed from ========== Renderer header file is removed from cc As renderer.h is removed from cc/output this header file need to be deleted. BUG=582564 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel ========== to ========== Renderer header file is removed from cc As renderer.h is removed from cc/output this header file need to be deleted. BUG=582564 ==========
soorya.r@samsung.com changed reviewers: + aelias@chromium.org
On 2016/09/30 06:45:09, Soorya wrote: > mailto:soorya.r@samsung.com changed reviewers: > + mailto:aelias@chromium.org Please give the information about commit in description which is removing cc/output/renderer.h, like below Committed: https://crrev.com/db49547c7bbadfaa155607339856944a7eb5fa92 is deleted header file 'cc/output/renderer.h'. Removed header file 'cc/output/renderer.h' present in source file.
Description was changed from ========== Renderer header file is removed from cc As renderer.h is removed from cc/output this header file need to be deleted. BUG=582564 ========== to ========== The commit https://crrev.com/db49547c7bbadfaa155607339856944a7eb5fa92 deletes the header file 'cc/output/renderer.h'. Removed the header file 'cc/output/renderer.h' present in source file. BUG=582564 ==========
Peer review looks good to me.
soorya.r@samsung.com changed reviewers: + enne@chromium.org
The CQ bit was checked by soorya.r@samsung.com to run a CQ dry run
Dry run: 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
Dry run: No L-G-T-M from a valid reviewer yet. CQ run can only be started by full committers or once the patch has received an L-G-T-M from a full committer. Even if an L-G-T-M may have been provided, it was from a non-committer, _not_ a full super star committer. See http://www.chromium.org/getting-involved/become-a-committer Note that this has nothing to do with OWNERS files.
The CQ bit was checked by a.suchit@chromium.org to run a CQ dry run
Dry run: 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
Dry run: The author soorya.r@samsung.com has not signed Google Contributor License Agreement. Please visit https://cla.developers.google.com to sign and manage CLA.
enne@/vmiura@, should these dead code files be entirely deleted instead? Our latest plan for Vulkan will involve a class called something like SkiaRenderer, not VulkanRenderer, right? (Looks like these were introduced by dyen@ who has left the project.)
On 2016/10/03 at 19:26:47, aelias wrote: > enne@/vmiura@, should these dead code files be entirely deleted instead? Our latest plan for Vulkan will involve a class called something like SkiaRenderer, not VulkanRenderer, right? > > (Looks like these were introduced by dyen@ who has left the project.) I'm not sure what the state of ENABLE_VULKAN in the codebase is. vmiura, do you know better? That said, it's unclear what we're going to need to do in the future, re: SkiaRenderer vs VulkanRenderer. SkiaRenderer for gl has a lot of overhead (too much overhead to ship, imo). I don't have enough information yet to know if it's doing something obviously wrong or how much we can close that gap.
On 2016/10/03 19:39:02, enne wrote: > On 2016/10/03 at 19:26:47, aelias wrote: > > enne@/vmiura@, should these dead code files be entirely deleted instead? Our > latest plan for Vulkan will involve a class called something like SkiaRenderer, > not VulkanRenderer, right? > > > > (Looks like these were introduced by dyen@ who has left the project.) > > I'm not sure what the state of ENABLE_VULKAN in the codebase is. vmiura, do you > know better? > > That said, it's unclear what we're going to need to do in the future, re: > SkiaRenderer vs VulkanRenderer. SkiaRenderer for gl has a lot of overhead (too > much overhead to ship, imo). I don't have enough information yet to know if > it's doing something obviously wrong or how much we can close that gap. ENABLE_VULKAN enables a number of things I think we will still use (Vulkan contexts, display utilities, see https://cs.chromium.org/chromium/src/gpu/vulkan/BUILD.gn) As enne@ mentioned it's unclear what we're going to do. There's nothing interesting in these files yet, but as it's behind the flag I would just leave them for now.
Description was changed from ========== The commit https://crrev.com/db49547c7bbadfaa155607339856944a7eb5fa92 deletes the header file 'cc/output/renderer.h'. Removed the header file 'cc/output/renderer.h' present in source file. BUG=582564 ========== to ========== Fix compilation error in Vulkan Renderer header file The commit https://crrev.com/db49547c7bbadfaa155607339856944a7eb5fa92 deletes the header file 'cc/output/renderer.h'. Removed the header file 'cc/output/renderer.h' present in source file. BUG=582564 ==========
OK, may as well land this then. lgtm
The CQ bit was checked by aelias@chromium.org
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
The author soorya.r@samsung.com has not signed Google Contributor License Agreement. Please visit https://cla.developers.google.com to sign and manage CLA.
Description was changed from ========== Fix compilation error in Vulkan Renderer header file The commit https://crrev.com/db49547c7bbadfaa155607339856944a7eb5fa92 deletes the header file 'cc/output/renderer.h'. Removed the header file 'cc/output/renderer.h' present in source file. BUG=582564 ========== to ========== Fix compilation error in Vulkan Renderer header file The commit https://crrev.com/db49547c7bbadfaa155607339856944a7eb5fa92 deletes the header file 'cc/output/renderer.h'. Removed the header file 'cc/output/renderer.h' present in source file. BUG=582564 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel ==========
Patchset #5 (id:80001) has been deleted
Patchset #4 (id:60001) has been deleted
The CQ bit was checked by a.suchit@chromium.org
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: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
The CQ bit was checked by soorya.r@samsung.com
The patchset sent to the CQ was uploaded after l-g-t-m from aelias@chromium.org Link to the patchset: https://codereview.chromium.org/2374143006/#ps100001 (title: "Added name in AUTHOR file")
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.
Committed patchset #4 (id:100001)
Message was sent while issue was closed.
Description was changed from ========== Fix compilation error in Vulkan Renderer header file The commit https://crrev.com/db49547c7bbadfaa155607339856944a7eb5fa92 deletes the header file 'cc/output/renderer.h'. Removed the header file 'cc/output/renderer.h' present in source file. BUG=582564 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel ========== to ========== Fix compilation error in Vulkan Renderer header file The commit https://crrev.com/db49547c7bbadfaa155607339856944a7eb5fa92 deletes the header file 'cc/output/renderer.h'. Removed the header file 'cc/output/renderer.h' present in source file. BUG=582564 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/ba30ac8b6ef61ce4e71a01c41cd717a3822fa9c2 Cr-Commit-Position: refs/heads/master@{#423086} ==========
Message was sent while issue was closed.
Patchset 4 (id:??) landed as https://crrev.com/ba30ac8b6ef61ce4e71a01c41cd717a3822fa9c2 Cr-Commit-Position: refs/heads/master@{#423086} |