-
Notifications
You must be signed in to change notification settings - Fork 30.6k
GPU Texture Compression #178632
Copy link
Copy link
Open
Labels
📜Issue was posted to Discord. Remove to have the issue reannounced. (For "design doc", "emergency")Issue was posted to Discord. Remove to have the issue reannounced. (For "design doc", "emergency")P2Important issues not at the top of the work listImportant issues not at the top of the work lista: tvIssues on TV platformsIssues on TV platformsc: performanceRelates to speed or footprint issues (see "perf:" labels)Relates to speed or footprint issues (see "perf:" labels)c: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Fluttercustomer: bluedesign docTracks a design discussion documentTracks a design discussion documentengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.perf: memoryPerformance issues related to memoryPerformance issues related to memoryteam-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Description
Metadata
Metadata
Assignees
Labels
📜Issue was posted to Discord. Remove to have the issue reannounced. (For "design doc", "emergency")Issue was posted to Discord. Remove to have the issue reannounced. (For "design doc", "emergency")P2Important issues not at the top of the work listImportant issues not at the top of the work lista: tvIssues on TV platformsIssues on TV platformsc: performanceRelates to speed or footprint issues (see "perf:" labels)Relates to speed or footprint issues (see "perf:" labels)c: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Fluttercustomer: bluedesign docTracks a design discussion documentTracks a design discussion documentengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.perf: memoryPerformance issues related to memoryPerformance issues related to memoryteam-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Type
Fields
Give feedbackNo fields configured for issues without a type.
Document Link
What problem are you solving?
Via the Flutter Engine’s Embedder API, Flutter Applications can be built for devices other than those officially supported by Google. Some devices, such as set top boxes and Smart TVs, have advanced graphics capabilities but are more limited in terms of resources like RAM and power availability.
The objective of this design is to allow Flutter application developers to use images that use GPU based texture compression to reduce device memory usage whilst maintaining image quality.