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.cpp
Commit message (
Expand
)
Author
Age
*
Merge GrGLSLCaps into GrShaderCaps
Brian Salomon
2016-11-29
*
Reland image storage with fixes.
Brian Salomon
2016-11-29
*
Revert "Initial OpenGL Image support."
Brian Salomon
2016-11-23
*
Initial OpenGL Image support.
Brian Salomon
2016-11-22
*
Rename GrTextureParams to GrSamplerParams
Brian Salomon
2016-11-17
*
In GrProcessor::TextureSampler drop the "get", it's cleaner
Brian Salomon
2016-11-17
*
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
*
Quiet a -Wcomma warning.
mtklein
2016-09-26
*
Stop aggregating texture/buffer access objects in GrFragmentProcessor parents.
bsalomon
2016-09-26
*
Conditionally insert gl_PointSize into shaders.
bsalomon
2016-09-21
*
Stop flattening GrCoordTransforms in parent GrFragmentProcessors.
bsalomon
2016-09-20
*
Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (...
bsalomon
2016-09-19
*
Stop flattening GrCoordTransforms in parent GrFragmentProcessors.
bsalomon
2016-09-19
*
Merge building of program desc in Vulkan into one step
egdaniel
2016-09-07
*
Properly recycle uniform buffers in vulkan
egdaniel
2016-07-29
*
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
*
Remove DrawFace enum from GrPipelineBuilder
robertphillips
2016-07-21
*
Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 o...
robertphillips
2016-07-21
*
Remove DrawFace enum from GrPipelineBuilder
robertphillips
2016-07-21
*
Add offsets to GrVkBuffer.
jvanverth
2016-07-07
*
Grow descriptor pools by 1.5
egdaniel
2016-07-06
*
Start using GrGpuCommandBuffer in GrDrawTarget.
egdaniel
2016-06-23
*
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
*
Clean up GrVkImage::setLayout()
jvanverth
2016-05-06
*
Unify DescriptorPools for vulkan uniform descriptor sets
egdaniel
2016-05-02
*
Fix vulkan build on linux and android
egdaniel
2016-04-28
*
Remove unnessary uniform barriers in Vulkan.
egdaniel
2016-04-26
*
Add automatic generation of mipmaps to Vulkan
jvanverth
2016-04-26
*
Update min Vulkan version to 1.0.8.0, and fix various bugs
egdaniel
2016-04-21
*
Don't create new descriptor set for vulkan uniforms every draw
egdaniel
2016-04-08
*
Limit the size of descriptor pools in vulkan
egdaniel
2016-04-07
*
Fix a bunch of memory issues in Vulkan
egdaniel
2016-04-07
*
Switch uniforms to be descriptor set 0 in Vulkan
egdaniel
2016-04-06
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines)
egdaniel
2016-03-23