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.h
Commit message (
Expand
)
Author
Age
*
Move memoization of multisample specs id to GrRenderTarget
csmartdalton
2016-11-01
*
Remove SkAutoTUnref and SkAutoTDelete from public includes.
bungeman
2016-10-27
*
Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList
Robert Phillips
2016-10-26
*
Add fence support for TransferBuffers
jvanverth
2016-09-30
*
Add GrVkCopyPipeline to handle vulkan copies as draws
egdaniel
2016-09-27
*
Add some copy support for vulkan msaa
egdaniel
2016-08-31
*
Add addtional resolve calls to vulkan backend
egdaniel
2016-08-24
*
Implement Vulkan Resolve.
egdaniel
2016-08-04
*
Add test configs for instanced rendering
csmartdalton
2016-07-29
*
Add gyp define to enable vulkan debug layers
egdaniel
2016-07-27
*
Update RT views and framebuffer in vulkan after mipmaping
egdaniel
2016-07-13
*
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
*
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
*
Add static buffer support
jvanverth
2016-06-30
*
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
*
Create free list heap for suballocation
jvanverth
2016-06-13
*
Add GpuCommandBuffer support.
egdaniel
2016-06-08
*
Subclass GrVkCommandBuffer into Primary and Secondary CommandBuffers.
egdaniel
2016-06-08
*
Make sure that Vulkan debug callback ptr is non-null.
jvanverth
2016-05-02
*
Add mipmap loading to Vulkan.
jvanverth
2016-04-29
*
Fix Vulkan Build in Android
liyuqian
2016-04-29
*
Fix vulkan build on linux and android
egdaniel
2016-04-28
*
Add automatic generation of mipmaps to Vulkan
jvanverth
2016-04-26
*
Refactor to separate backend object lifecycle and GpuResource budget decision
kkinnunen
2016-04-22
*
Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:1...
jvanverth
2016-04-20
*
Use transfer buffer for BatchAtlas texture copies.
jvanverth
2016-04-20
*
Add optional data parameter to createBuffer
cdalton
2016-04-19
*
Implement initCopySurfaceDstDesc for Vulkan
egdaniel
2016-04-12
*
Track GL buffer state based on unique resource ID
cdalton
2016-04-07
*
Revert of Track GL buffer state based on unique resource ID (patchset #6 id:1...
mtklein
2016-04-06
*
Track GL buffer state based on unique resource ID
cdalton
2016-04-06
*
Implement blit image for copySurface in Vulkan
egdaniel
2016-04-05
*
Remove ownership parameter from GrResourceProvider::wrapBackendTextureAsRende...
kkinnunen
2016-04-01
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Change VkPipelineStateCahce to use Hash and LRU LList.
egdaniel
2016-03-28
*
Add WSI functions to GrVkInterface
jvanverth
2016-03-28
*
Consolidate GPU buffer implementations
cdalton
2016-03-25
*
Revise layer, extension and feature setup for Vulkan
jvanverth
2016-03-25
*
Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of h...
robertphillips
2016-03-25
*
Consolidate GPU buffer implementations
cdalton
2016-03-25
*
Remove debug prints in GrVkGpu
egdaniel
2016-03-24
*
Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines)
egdaniel
2016-03-23
*
GrVkGpu initialization cleanup.
jvanverth
2016-03-23
*
Fully implement onResetContext for Vulkan
egdaniel
2016-03-22
*
Enable extension support and debug layer.
jvanverth
2016-03-18
[next]