mikejurka
b8fc6b788d
Vulkan: Enable Fuchsia memory extensions on initialization. ( #4301 )
...
Refactor querying of supported Vulkan extensions.
2017-10-31 12:08:27 -07:00
mikejurka
9db1c6ba3b
Don't query for deprecated magma extension ( #4292 )
2017-10-30 10:09:38 -07:00
Craig Stout
9c518cb751
Update vulkan semaphore extension
...
Use fuchsia specific extension to avoid casting handles as fds.
2017-09-26 11:34:34 -07:00
Michael Goderbauer
08961f8ec5
Format all c-like sources with clang-format ( #4088 )
...
* format
* license script adaptions
* updated licenses
* review comments
2017-09-12 15:36:20 -07:00
George Kulakowski
3aa7522c11
Rename ftl to fxl in Fuchsia specific code ( #4090 )
2017-09-11 15:58:48 -07:00
freiling
1c99b3f470
[content handler] pipeline surface submission to mozart ( #3915 )
...
This change basically moves the singaling of the surface acquire event into the gpu driver, eliminating the VkQueueWaitIdle on surface submission
This change depends on https://skia-review.googlesource.com/c/25641/ so do not submit until Flutter has rolled Skia past that point
2017-09-05 12:39:18 -07:00
John Bauman
4b96f40947
Enable VK_GOOGLE_external_memory_magma extension on Fuchsia ( #3999 )
...
Newer version of the vulkan validation layer check that this
extension is enabled before allowing vkExportDeviceMemoryMAGMA.
2017-08-23 11:53:22 -07:00
Chinmay Garde
9740093f67
Account for updated GrVkFormatToPixelConfig signature. ( #3615 )
...
Fixes Vulkan backend.
2017-04-21 15:15:36 -07:00
Chinmay Garde
ad64948112
Account for GrVkBackendContext assuming ownership of the VkInstance and VkDevice. ( #3604 )
2017-04-18 14:21:42 -07:00
Chinmay Garde
cd19497b3b
Fix breaking build after formats reorder in #3384 ( #3385 )
2017-02-01 15:01:16 -08:00
Chinmay Garde
dd45346928
[Vulkan] Try a desired list of surface formats before picking one at random. ( #3384 )
2017-02-01 14:54:10 -08:00
Chinmay Garde
0c3e6ff414
Account for vk.GetPhysicalDeviceSurfaceCapabilitiesKHR returning invalid extents. ( #3376 )
2017-01-30 16:27:00 -08:00
Chinmay Garde
94306f4103
Add a Vulkan backend for Fuchsia and Android. ( #3282 )
2017-01-20 14:37:10 -08:00