index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
vk
/
GrVkResourceProvider.cpp
Commit message (
Expand
)
Author
Age
*
Fix some static intializers in Vulkan code.
Greg Daniel
2018-06-26
*
Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists.
Brian Salomon
2018-06-25
*
Add unit test the explicit tests create a GrVkCopyPipeline
Greg Daniel
2018-03-01
*
Remove uses of sk_sp when passing around GrVkPipelineState
Greg Daniel
2017-10-16
*
Rework GrSamplerParams to be more compact and use its own wrap mode enum.
Brian Salomon
2017-09-07
*
Fix up and clarify use of maxMipLevel in Vulkan
Greg Daniel
2017-09-01
*
Revert "Revert "Remove Gr*Gpu includes from header files.""
Greg Daniel
2017-06-16
*
Revert "Remove Gr*Gpu includes from header files."
Greg Daniel
2017-06-15
*
Remove Gr*Gpu includes from header files.
Greg Daniel
2017-06-15
*
Add support for Geom shaders in Vulkan backend.
Greg Daniel
2017-05-04
*
Setup support for UNIFORM_TEXEL_BUFFER descriptor sets in Vulkan
Greg Daniel
2017-05-02
*
Remove GrGLSLSampler type and subclasses
Brian Salomon
2016-11-21
*
Rename GrTextureParams to GrSamplerParams
Brian Salomon
2016-11-17
*
Fix Vulkan command buffer assert on device lost
Jim Van Verth
2016-11-07
*
Remove GrStencilSettings from GrPipeline
csmartdalton
2016-11-01
*
Remove unused resolve parameters for vulkan render passes
Greg Daniel
2016-10-03
*
Add GrVkCopyPipeline to handle vulkan copies as draws
egdaniel
2016-09-27
*
Don't add the resolve attachment to vulkan render passes.
egdaniel
2016-08-26
*
Add support for getting vulkan descriptor sets without a GrVkUniformHandler.
egdaniel
2016-08-25
*
Reuse sampler descriptor set allocations in Vulkan
egdaniel
2016-07-26
*
Recycle small uniform buffers.
jvanverth
2016-07-22
*
Setup system in Vulkan to reuse VkDescriptorSet allocations.
egdaniel
2016-07-21
*
Update RT views and framebuffer in vulkan after mipmaping
egdaniel
2016-07-13
*
Only check resource tracking on program shutdown, not context shutdown
jvanverth
2016-07-07
*
Vulkan fixes for TesselatingPathRenderer test
jvanverth
2016-07-06
*
Grow descriptor pools by 1.5
egdaniel
2016-07-06
*
Add resource tracking output and command buffer recycling
jvanverth
2016-07-06
*
Add static buffer support
jvanverth
2016-06-30
*
Start using GrGpuCommandBuffer in GrDrawTarget.
egdaniel
2016-06-23
*
Add GpuCommandBuffer support.
egdaniel
2016-06-08
*
Subclass GrVkCommandBuffer into Primary and Secondary CommandBuffers.
egdaniel
2016-06-08
*
Add support for finding/creating general GrVkRenderPass from the VkResourcePr...
egdaniel
2016-06-08
*
Refactor creation of GrVkRenderPasses to make them move general
egdaniel
2016-06-07
*
Unify DescriptorPools for vulkan uniform descriptor sets
egdaniel
2016-05-02
*
Add automatic generation of mipmaps to Vulkan
jvanverth
2016-04-26
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Change VkPipelineStateCahce to use Hash and LRU LList.
egdaniel
2016-03-28
*
Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines)
egdaniel
2016-03-23
*
Add DescriptorPool and set manager to GrVkProgram
egdaniel
2016-03-18
*
Add a cache of GrVkSamplers in GrVkResourceProvider.
egdaniel
2016-03-04
*
Use VkPipelineCaches during VkPipeline creation
jvanverth
2016-03-02
*
Add vulkan files into skia repo. This is an incomplete backend with only part...
Greg Daniel
2016-02-22
*
Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://c...
egdaniel
2016-02-22
*
Add vulkan files into skia repo. This is an incomplete backend with only part...
Greg Daniel
2016-02-22