index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
vk
/
GrVkPipelineState.h
Commit message (
Expand
)
Author
Age
*
Revert "Implement window rectangles in vulkan"
Jim Van Verth
2017-11-02
*
Implement window rectangles in vulkan
Chris Dalton
2017-11-02
*
Fix cleanup on program creation failure
Robert Phillips
2017-08-01
*
renamed SkSL types in preparation for killing precision modifiers
Ethan Nicholas
2017-07-28
*
Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget)
Robert Phillips
2017-07-26
*
Add support for using texel buffers in Vulkan backend.
Greg Daniel
2017-05-09
*
Add support for Geom shaders in Vulkan backend.
Greg Daniel
2017-05-04
*
Move the ability to access textures, buffers, and image storages out from GrP...
Brian Salomon
2017-04-04
*
Retract GrPipeline from setRenderTargetState calls
Robert Phillips
2017-03-29
*
Merge GrGLSLCaps into GrShaderCaps
Brian Salomon
2016-11-29
*
Rename GrTextureAccess to GrProcessor::TextureSampler.
Brian Salomon
2016-11-17
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Remove GrStencilSettings from GrPipeline
csmartdalton
2016-11-01
*
Merge building of program desc in Vulkan into one step
egdaniel
2016-09-07
*
Merge GrGLSLProgramDesc into GrProgramDesc
egdaniel
2016-09-07
*
Merge ProgramDesc's for GL and Vulkan
egdaniel
2016-07-29
*
Reuse sampler descriptor set allocations in Vulkan
egdaniel
2016-07-26
*
Setup system in Vulkan to reuse VkDescriptorSet allocations.
egdaniel
2016-07-21
*
Refactor Vulkan image, texture, RTs so that create and getter handles match.
egdaniel
2016-05-13
*
Support allowSRGBInputs on Vulkan (via secondary texture views)
brianosman
2016-05-12
*
Separate user and raw stencil settings
cdalton
2016-05-11
*
Revert of Separate user and raw stencil settings (patchset #8 id:140001 of ht...
robertphillips
2016-05-11
*
Separate user and raw stencil settings
cdalton
2016-05-10
*
Unify DescriptorPools for vulkan uniform descriptor sets
egdaniel
2016-05-02
*
Update min Vulkan version to 1.0.8.0, and fix various bugs
egdaniel
2016-04-21
*
Limit the size of descriptor pools in vulkan
egdaniel
2016-04-07
*
Add WSI functions to GrVkInterface
jvanverth
2016-03-28
*
Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines)
egdaniel
2016-03-23