index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
vk
/
GrVkPipelineStateCache.cpp
Commit message (
Expand
)
Author
Age
*
Revert "Drop support for unused MSAA extensions"
Robert Phillips
2018-01-30
*
Drop support for unused MSAA extensions
Chris Dalton
2018-01-29
*
Revert "Implement window rectangles in vulkan"
Jim Van Verth
2017-11-02
*
Implement window rectangles in vulkan
Chris Dalton
2017-11-02
*
Remove uses of sk_sp when passing around GrVkPipelineState
Greg Daniel
2017-10-16
*
Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget)
Robert Phillips
2017-07-26
*
Replaced all calls to fragmentPosition() with sk_FragCoord
Ethan Nicholas
2017-02-13
*
Revert "Replaced all calls to fragmentPosition() with sk_FragCoord"
Ethan Nicholas
2017-02-02
*
Replaced all calls to fragmentPosition() with sk_FragCoord
Ethan Nicholas
2017-01-19
*
switched GrVkPipelineStateCache over to use SkLRUCache
Ethan Nicholas
2017-01-03
*
Rename vars and functions from 'glslcaps'->'shadercaps'
Brian Salomon
2016-11-29
*
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
*
Use sse4.2 CRC32 instructions to hash when available.
mtklein
2016-08-08
*
SkRTConf: eliminate
halcanary
2016-08-04
*
Revert of SkRTConf: reduce functionality to what we use, increase simplicity ...
mtklein
2016-08-03
*
SkRTConf: reduce functionality to what we use, increase simplicity
halcanary
2016-08-03
*
Merge ProgramDesc's for GL and Vulkan
egdaniel
2016-07-29
*
Fix vulkan build on linux and android
egdaniel
2016-04-28
*
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