Adlai Holler
c57aff1800
Use the GrDirectContext factories instead of deprecated GrContext ones ( #19962 )
...
This is part of a larger effort to expose the difference between GrDirectContext,
which runs on the GPU thread and can directly perform operations like uploading
textures, and GrRecordingContext, which can only queue up work to be delivered
to the GrDirectContext later.
2020-07-28 13:32:09 -07:00
gaaclarke
21efd7325e
Made the linter print out more information in its output and fixed bugs ( #19895 )
2020-07-22 15:38:09 -07:00
Guruji Panda
6734ab3914
Fix include paths to help building flutter runner for Fuchsia in Google3. ( #18840 )
...
Include header file without absolute path if the header file belongs to
the same directory as source file.
2020-06-06 16:05:04 -07:00
George Wright
677b563b9a
Refactor of Vulkan GPUSurface code ( #16224 )
...
Co-authored-by: David Worsham <arbreng@gmail.com>
2020-02-04 10:44:35 -08:00
Michael Goderbauer
70a1106b50
Unify copyright lines ( #6757 )
2018-11-07 12:24:35 -08:00
Chinmay Garde
9f8285ac6c
Remove all dependencies on Garnet. ( #5869 )
2018-07-26 12:49:34 -07:00
egdaniel
4eb2a5ea47
Remove use of GrVkInterface in vulkan. ( #5764 )
2018-07-17 08:59:36 -04:00
egdaniel
0ecd42a6b2
Nosksp backend context ( #5544 )
...
* Use new vulkan factory of GrContext which doens't take an sk_sp.
* remove unneeded member.
2018-06-15 14:53:50 -04:00
egdaniel
8c84737ea8
Update GrVkBackendContext to no longer own the VkInstance and VkDevice ( #5457 )
...
This changes the ownership of the VkInstance and VkDevice back to the flutter's objects. I am trying to move skia into a world where GrVkBackendContext is purely a description of the vulkan context skia should use and is just passed in during GrContext creation. It shouldn't need to be ref counted or actually do work in destructor (those changes to come later). This is just a first step towards getting there.
2018-06-04 14:46:12 -04:00
Brian Salomon
58e6c23ece
Modernize GrContext creation ( #4640 )
2018-02-06 13:45:31 -08:00
George Kulakowski
3aa7522c11
Rename ftl to fxl in Fuchsia specific code ( #4090 )
2017-09-11 15:58:48 -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
Chinmay Garde
ad64948112
Account for GrVkBackendContext assuming ownership of the VkInstance and VkDevice. ( #3604 )
2017-04-18 14:21:42 -07:00
Chinmay Garde
94306f4103
Add a Vulkan backend for Fuchsia and Android. ( #3282 )
2017-01-20 14:37:10 -08:00
Chinmay Garde
b843b255b7
Make the creation of VulkanWindow platform agnostic by refactoring out Android specific surface creation routines. ( #3048 )
2016-09-20 15:55:48 -07:00
Chinmay Garde
1b67eb2b82
Setup a vulkan window with device selection and swapchain setup. ( #3033 )
2016-09-15 17:38:16 -07:00