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

Conversation

@jonahwilliams
Copy link
Contributor

Slightly improves performance and tests malioc on CI

@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.

@chinmaygarde chinmaygarde changed the title [impeller] use IPSampleDecal in advanced blends [Impeller] use IPSampleDecal in advanced blends. Feb 11, 2023
@jonahwilliams jonahwilliams force-pushed the advanced_blend_spec_2 branch 3 times, most recently from 4730607 to 4aa04ea Compare February 15, 2023 20:42
continue
result = {}
result['filename'] = os.path.relpath(shader['filename'], build_gen_dir)
filename = os.path.relpath(shader['filename'], build_gen_dir)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@zanderso I tried to get the paths right with various combinations of relative and absolute paths, plus a few different working directories, but no dice.

This seems like a harmless change though.

Copy link
Member

Choose a reason for hiding this comment

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

What were shader['filename'] and build_gen_dir here when you ran from a cwd of src/ (that is the directory containing out) ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

build_gen_dir: out/android_debug_arm64/gen/malioc
filename: ../flutter/impeller/scene/shaders/gles/unskinned.vert.gles

@jonahwilliams jonahwilliams added the autosubmit Merge PR when tree becomes green via auto submit App label Feb 16, 2023
@auto-submit auto-submit bot merged commit 7cf63a0 into flutter:main Feb 16, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 16, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 16, 2023
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Feb 17, 2023
…120928)

* 7cf63a03f [Impeller] use IPSampleDecal in advanced blends. (flutter/engine#39523)

* 9da851557 Remove extraneous if (flutter/engine#39683)

* 6602fc753 [macOS] Implement platform view mutators (flutter/engine#38699)
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.

3 participants