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

Conversation

@bdero
Copy link
Member

@bdero bdero commented Aug 29, 2023

Add docstrings for the capabilities. Include examples/extra detail for the more confusing concepts.

Also renames a couple of capabilities for consistency with format terminology:

  • SupportsDecalTileMode -> SupportsDecalSamplerAddressMode
  • SupportsMemorylessTextures -> SupportsDeviceTransientTextures

PR is built on #45240 (waiting for tree to reopen).

@bdero bdero requested a review from chinmaygarde August 29, 2023 22:54
@bdero bdero self-assigned this Aug 29, 2023
/// Example of reading from the first color attachment in a GLSL
/// shader:
/// ```
/// layout(set = 0, binding = 0, input_attachment_index = 0)
Copy link
Member

Choose a reason for hiding this comment

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

Nit: You can skip the layout attributes as the compiler will autogenerate them. We don't usually need or set them in Impeller.

Copy link
Member Author

Choose a reason for hiding this comment

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

Removed.

@bdero bdero force-pushed the bdero/document-capabilities branch from 69cd778 to 187e83c Compare August 29, 2023 23:10
@bdero bdero force-pushed the bdero/document-capabilities branch from 187e83c to 9a614c5 Compare August 29, 2023 23:11
@bdero bdero added the autosubmit Merge PR when tree becomes green via auto submit App label Aug 29, 2023
@auto-submit auto-submit bot merged commit 749e67a into flutter:main Aug 29, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 30, 2023
fluttermirroringbot pushed a commit to flutter/flutter that referenced this pull request Aug 30, 2023
…133618)

flutter/engine@9f2cf5c...749e67a

2023-08-29 [email protected] [Impeller] Document the capabilities. (flutter/engine#45253)
2023-08-29 [email protected] [flutter roll] Revert "ios: remove shared_application and support app extension build" (flutter/engine#45250)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
gaaclarke pushed a commit to gaaclarke/engine that referenced this pull request Aug 30, 2023
Add docstrings for the capabilities. Include examples/extra detail for the more confusing concepts.

Also renames a couple of capabilities for consistency with format terminology:
* SupportsDecalTileMode -> SupportsDecalSamplerAddressMode
* SupportsMemorylessTextures -> SupportsDeviceTransientTextures

PR is built on flutter#45240 (waiting for tree to reopen).
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

Projects

No open projects
Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants