George Kulakowski
550d0c6490
Rename Magenta to Zircon, along with associated abbreviations ( #4114 )
2017-09-14 22:49:46 -07:00
George Kulakowski
3aa7522c11
Rename ftl to fxl in Fuchsia specific code ( #4090 )
2017-09-11 15:58:48 -07:00
Josh Gargus
321e68e8bf
Rename Mozart SceneManager to "Scenic". ( #4056 )
2017-09-01 17:40:27 -07:00
Jeff Brown
8ee1910ca9
Use metrics provided by scene events. ( #3922 )
...
Compute the necessary texture resolution using more accurate scaling
information provided by Mozart scene node metrics events instead of the
device pixel ratio provided by the Mozart view properties (which we
might remove in the future).
This allows us to allocate smaller textures when a Flutter view is
being scaled down.
2017-07-24 19:17:55 -07:00
Chinmay Garde
925298d947
Update the content handler to use the Mozart session API. ( #3887 )
2017-07-18 15:40:18 -07:00
Ian McKellar
9f21bfa9bb
Fix build, OnHandleReady signature change ( #3874 )
2017-07-13 10:25:19 -07:00
freiling
7412b7e126
[Content Handler] Fix VulkanRasterizer file watcher foo ( #3835 )
2017-06-27 17:12:59 -07:00
freiling
ce5c71488b
Revert "[content handler] tune VulkanSurfaceProducer allocation and recycling heuristics" ( #3824 )
...
This reverts commit fc70e6eb1e02ab1e6764b45690e4639bfd104cc1.
2017-06-23 17:50:38 -07:00
freiling
674b8f1171
Vulkan on Fuchsia performance tuning ( #3822 )
...
* increase Vulkan GrContext resource cache limits to match android
* [content handler] tune VulkanSurfaceProducer allocation and recycling heuristics
2017-06-23 16:02:23 -07:00
freiling
e954e2f689
[MA-225][DNO-95] remove message loop handlers when destroying VulkanSurfaceProducer to avoid callbacks on deleted pointers ( #3733 )
2017-06-02 16:31:39 -07:00
freiling
a26700cea8
[MA-216] fix vulkan teardown order ( #3666 )
2017-05-09 15:18:40 -07:00
freiling
3950f0f267
[fuchsia] change VulkanRasterizer member ordering to avoid crashes during teardown on device shell logout ( #3597 )
2017-04-17 11:55:13 -07:00
freiling
c24a0e5175
[Issue #9357 ] Fix crash in software fallback path ( #3591 )
...
Keep the VulkanProcTable around long enough to use it from the destructor of the VulkanApplication
2017-04-13 16:50:21 -07:00
freiling
5d4f274fcc
Add buffer recycling to vulkan_rasterizer ( #3588 )
2017-04-12 15:42:38 -07:00
freiling
2a4af6906e
Back Vulkan Rasterizer with Mozart View ( #3568 )
...
This version does not recycle buffers. It is meant only as an initial solution,
and the proper buffer recycling logic has been broken out into a separate change
2017-04-07 17:22:53 -07:00
Chinmay Garde
94306f4103
Add a Vulkan backend for Fuchsia and Android. ( #3282 )
2017-01-20 14:37:10 -08:00