index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
vk
/
GrVkGpu.cpp
Commit message (
Expand
)
Author
Age
*
Update vulkan ranges to be 0 to 1 for all z values
Greg Daniel
2016-11-02
*
Move memoization of multisample specs id to GrRenderTarget
csmartdalton
2016-11-01
*
Remove check of INITIALIZATION_FAILED in qcomm vulkan runs
Greg Daniel
2016-10-31
*
Remove SkAutoTUnref and SkAutoTDelete from public includes.
bungeman
2016-10-27
*
Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList
Robert Phillips
2016-10-26
*
Fix interface validation in Vulkan.
Greg Daniel
2016-10-12
*
Add fence support for TransferBuffers
jvanverth
2016-09-30
*
Add command buffer submits before copy calls in vulkan.
egdaniel
2016-09-27
*
Revert of Add command buffer submits before copy calls in vulkan. (patchset #...
egdaniel
2016-09-27
*
Add command buffer submits before copy calls in vulkan.
egdaniel
2016-09-27
*
Add GrVkCopyPipeline to handle vulkan copies as draws
egdaniel
2016-09-27
*
Fix possible divide by zero in vulkan granularity adjustments
egdaniel
2016-09-20
*
Support use of non-coherent memory allocations in Vulkan.
jvanverth
2016-09-20
*
Workaround for Adreno INITIALIZATION_FAILED bug
egdaniel
2016-09-20
*
Refactor vulkan buffer mapping and unmapping
egdaniel
2016-09-19
*
Lots of little cleanup improvements to Vulkan
egdaniel
2016-09-13
*
Add workaround for Adreno copyImageToBuffer calls on Vulkan
egdaniel
2016-09-12
*
Add some copy support for vulkan msaa
egdaniel
2016-08-31
*
Remove unneeded pipeline barrier in vulkan
egdaniel
2016-08-29
*
Don't add the resolve attachment to vulkan render passes.
egdaniel
2016-08-26
*
Add addtional resolve calls to vulkan backend
egdaniel
2016-08-24
*
Fix compile warning on MSVC-vulkan (VkDeviceSize -> size_t)
brianosman
2016-08-15
*
Fix copying of data in vulkan testing texture
egdaniel
2016-08-15
*
Allow vulkan to upload data to testing textures with optimal layouts
egdaniel
2016-08-12
*
Fix vulkan resolve
egdaniel
2016-08-05
*
Implement Vulkan Resolve.
egdaniel
2016-08-04
*
Add gyp define to enable vulkan debug layers
egdaniel
2016-07-27
*
Recycle small uniform buffers.
jvanverth
2016-07-22
*
Convert readSurfacePixels to use a draw context instead of a texture
bsalomon
2016-07-19
*
Dont allocate a new image which already has mip levels, when regenerating vul...
egdaniel
2016-07-15
*
Update RT views and framebuffer in vulkan after mipmaping
egdaniel
2016-07-13
*
Check granularity in render pass bounds
egdaniel
2016-07-07
*
Add offsets to GrVkBuffer.
jvanverth
2016-07-07
*
Fix caching of sample locations
csmartdalton
2016-07-06
*
Add resource tracking output and command buffer recycling
jvanverth
2016-07-06
*
Fix vulkan image sampling
egdaniel
2016-07-06
*
Revert of Fix caching of sample locations (patchset #3 id:40001 of https://co...
rmistry
2016-07-04
*
Fix caching of sample locations
csmartdalton
2016-07-04
*
initial checkin of SkSL compiler
ethannicholas
2016-07-01
*
Use bounds of batches for render pass bounds
egdaniel
2016-07-01
*
Add static buffer support
jvanverth
2016-06-30
*
Fix vulkan onGetWritePixelsInfo
egdaniel
2016-06-28
*
Fix Vulkan readPixels
egdaniel
2016-06-27
*
Add support for draws in vulkan read and write pixels
egdaniel
2016-06-27
*
Add Sleep on windows GrVkGpu dtor to avoid fence bug
egdaniel
2016-06-24
*
Have gpu createTestingOlyBackendTexture know if it is a render target or not
egdaniel
2016-06-24
*
Start using GrGpuCommandBuffer in GrDrawTarget.
egdaniel
2016-06-23
*
Use single alloc for vulkan optimal image heaps to fix memory crash
egdaniel
2016-06-22
*
Create free list heap for suballocation
jvanverth
2016-06-13
*
Add GpuCommandBuffer support.
egdaniel
2016-06-08
[next]