Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@iskakaushik
Copy link
Contributor

No description provided.

@iskakaushik iskakaushik requested a review from chinmaygarde July 25, 2022 16:07
@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

Copy link
Member

@chinmaygarde chinmaygarde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All nits, otherwise LGTM.

// found in the LICENSE file.

#include "impeller/renderer/backend/vulkan/pipeline_library_vk.h"
#include <optional>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super minor nit: Newline between header types.


namespace impeller {

struct PipelineVKCreateInfo {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super minor nit: Per the naming conventions follows elsewhere, PipelineCreateInfoVK.


// |Pipeline|
~PipelineVK() override;
~PipelineVK() override = default;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super minor nit: OOL this (and also especially virtuals).

: Pipeline(std::move(library), std::move(desc)),
pipeline_(std::move(create_info->pipeline)),
render_pass_(std::move(create_info->render_pass)) {
is_valid_ = pipeline_ && render_pass_;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps add an operator bool to PipelineVKCreateInfo or an IsValid call?

@chinmaygarde chinmaygarde changed the title [impeller] [vulkan] Wire-up creating pipeline [Impeller] [vulkan] Wire-up creating pipeline Jul 25, 2022
@iskakaushik iskakaushik added the autosubmit Merge PR when tree becomes green via auto submit App label Jul 26, 2022
@auto-submit auto-submit bot merged commit 9388b8e into flutter:main Jul 26, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jul 26, 2022
zanderso pushed a commit to flutter/flutter that referenced this pull request Jul 26, 2022
* 125a4b4 Roll Skia from c334e0933076 to a9d44a41296f (1 revision) (flutter/engine#34909)

* 763feb4 Roll Skia from a9d44a41296f to b7e27876f093 (1 revision) (flutter/engine#34911)

* 9388b8e [Impeller] [vulkan] Wire-up creating pipeline (flutter/engine#34890)

* bdcc960 Roll buildroot deps (flutter/engine#34894)

* 9a86864 Roll Dart SDK from c77db322733f to 52c6d32a67b6 (1 revision) (flutter/engine#34914)

* 1a9eb88 Roll Fuchsia Linux SDK from JG8eZzFic... to 4xjxrGUrD... (flutter/engine#34915)

* 4c613a6 Remove the OpenGL backend on iOS (flutter/engine#34913)
camsim99 pushed a commit to camsim99/flutter that referenced this pull request Aug 10, 2022
…8392)

* 125a4b4 Roll Skia from c334e0933076 to a9d44a41296f (1 revision) (flutter/engine#34909)

* 763feb4 Roll Skia from a9d44a41296f to b7e27876f093 (1 revision) (flutter/engine#34911)

* 9388b8e [Impeller] [vulkan] Wire-up creating pipeline (flutter/engine#34890)

* bdcc960 Roll buildroot deps (flutter/engine#34894)

* 9a86864 Roll Dart SDK from c77db322733f to 52c6d32a67b6 (1 revision) (flutter/engine#34914)

* 1a9eb88 Roll Fuchsia Linux SDK from JG8eZzFic... to 4xjxrGUrD... (flutter/engine#34915)

* 4c613a6 Remove the OpenGL backend on iOS (flutter/engine#34913)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

autosubmit Merge PR when tree becomes green via auto submit App e: impeller needs tests

Projects

No open projects
Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants