aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/vk/GrVkBackendContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add additional checks when creating vulkan contextGreg Daniel2017-04-271-5/+25
* Link to vulkan in tools but not library.Brian Salomon2017-04-261-5/+0
* Add ability to relinquish control of VkDevice and VkInstance lifetime to GrVk...Brian Salomon2017-04-251-1/+2
* Add GrVkInterface constructor with sepereate instance/device proc getters.Brian Salomon2017-04-251-10/+6
* Refactor Vulkan support to support FuchsiaMichael Jurka2017-04-051-18/+65
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hHal Canary2017-01-111-0/+1
* Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"Kevin Lubick2017-01-111-1/+0
* SkTypes.h : move SkAutoMalloc into SkAutoMalloc.hHal Canary2017-01-111-0/+1
* Clean up validation layersJim Van Verth2016-11-111-1/+0
* Add gyp define to enable vulkan debug layersegdaniel2016-07-271-3/+3
* Use Windowing system-specific WindowContext factories.bsalomon2016-07-261-4/+2
* Cleanup needed to use WindowContext for Androiddjsollen2016-06-091-2/+2
* Add Xlib support to viewerjvanverth2016-05-231-6/+8
* Fix Vulkan Build in Androidliyuqian2016-04-291-0/+4
* Revise WSI setup.jvanverth2016-04-211-12/+38
* Update min Vulkan version to 1.0.8.0, and fix various bugsegdaniel2016-04-211-6/+5
* Vulkan config in dmbsalomon2016-04-111-3/+3
* Wait for all device work to finish before destroy VkDeviceegdaniel2016-04-111-0/+1
* Fix a bunch of memory issues in Vulkanegdaniel2016-04-071-0/+3
* First pass at VulkanViewerjvanverth2016-04-061-2/+7
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-2/+2
* Add WSI functions to GrVkInterfacejvanverth2016-03-281-0/+24
* got Vulkan compiling on Linux againethannicholas2016-03-251-20/+20
* Revise layer, extension and feature setup for Vulkanjvanverth2016-03-251-103/+64
* GrVkGpu initialization cleanup.jvanverth2016-03-231-0/+252