aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/vk/GrVkMemory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update Flush and Invalidate Memory calls in vulkan to take offset and sizeGreg Daniel2018-03-021-11/+32
* Revert "Revert "Fixes to alignment issues with regards to mapped vulkan memor...Greg Daniel2018-02-261-6/+24
* Revert "Fixes to alignment issues with regards to mapped vulkan memory."Greg Daniel2018-02-251-12/+5
* Fixes to alignment issues with regards to mapped vulkan memory.Greg Daniel2018-02-231-5/+12
* Remove trailing whitespace.Ben Wagner2017-10-091-1/+1
* Convert NULL and 0 to nullptr.Ben Wagner2017-08-281-2/+2
* Add GrVkTexelBuffer classGreg Daniel2017-05-081-2/+4
* Remove SkAutoTDelete.Ben Wagner2016-11-031-2/+2
* Add GrVkCopyPipeline to handle vulkan copies as drawsegdaniel2016-09-271-1/+1
* Some Vulkan memory fixes and cleanupjvanverth2016-09-231-19/+61
* Revert of Some Vulkan memory fixes and cleanup (patchset #2 id:20001 of https...jvanverth2016-09-221-60/+20
* Some Vulkan memory fixes and cleanupjvanverth2016-09-221-20/+60
* Support use of non-coherent memory allocations in Vulkan.jvanverth2016-09-201-26/+64
* Always add a barrier when old layout was general in vulkan.egdaniel2016-08-311-3/+5
* Check allignment of sub heap allocation in vulkanegdaniel2016-08-101-6/+9
* require semi at the end of SkASSERT and friendscaryclark2016-07-271-1/+1
* Fix vulkan compileegdaniel2016-07-071-1/+1
* Pull out freelist allocation from GrVkSubHeapjvanverth2016-07-071-66/+56
* Add static buffer supportjvanverth2016-06-301-3/+5
* Remove unnecessary srcAccessMask for preinitialized images in vulkanegdaniel2016-06-241-1/+1
* Check for some potential subheap allocation failures.jvanverth2016-06-161-1/+39
* Add heap tests for Vulkan.jvanverth2016-06-161-4/+4
* Fix linux compile errorjvanverth2016-06-141-2/+2
* Create free list heap for suballocationjvanverth2016-06-131-41/+397
* Add offset to memory allocationsjvanverth2016-06-011-10/+26
* Revise WSI setup.jvanverth2016-04-211-1/+0
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+0
* Add WSI functions to GrVkInterfacejvanverth2016-03-281-8/+8
* Add vulkan files into skia repo. This is an incomplete backend with only part...Greg Daniel2016-02-221-0/+157
* Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://c...egdaniel2016-02-221-157/+0
* Add vulkan files into skia repo. This is an incomplete backend with only part...Greg Daniel2016-02-221-0/+157