index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
vk
/
GrVkPipeline.cpp
Commit message (
Expand
)
Author
Age
*
sksl: Add a "sk_Clockwise" built-in
Chris Dalton
2018-07-27
*
added byte and ubyte types to SKSL
Ruiqi Mao
2018-07-17
*
Refactor GrPipeline dynamic state.
Brian Salomon
2018-06-26
*
Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists.
Brian Salomon
2018-06-25
*
Revert "Revert "Change how vertex/instance attributes are handled in geometry...
Brian Salomon
2018-06-19
*
Revert "Change how vertex/instance attributes are handled in geometry process...
Mike Klein
2018-06-19
*
Change how vertex/instance attributes are handled in geometry processors.
Brian Salomon
2018-06-18
*
Remove include of GrGLProgramBuilder.h from GrGLProgram.h and GrVkPipelineSta...
Brian Salomon
2018-06-08
*
Make GrPrimitiveProcessor::Attribute a class, hide data members.
Brian Salomon
2018-05-30
*
Remove GrPrimitiveType::kTriangleFan
Brian Salomon
2018-04-30
*
Add cap workarounds for possible arm bugs
Greg Daniel
2018-02-26
*
Enable conditional-uninitialized flag
Kevin Lubick
2018-01-05
*
Revert "Implement window rectangles in vulkan"
Jim Van Verth
2017-11-02
*
Implement window rectangles in vulkan
Chris Dalton
2017-11-02
*
CCPR: use 16-bit ints for the atlas offset attrib
Chris Dalton
2017-10-25
*
changed vertex attribute precisions to be actual types
Ethan Nicholas
2017-09-27
*
Remove origin field from GrSurface (take 2)
Robert Phillips
2017-08-29
*
Switch atlas clients over to using absolute texture coordinates (take 2)
Robert Phillips
2017-08-25
*
Revert "Switch atlas clients over to using absolute texture coordinates"
Robert Phillips
2017-08-24
*
Switch atlas clients over to using absolute texture coordinates
Robert Phillips
2017-08-24
*
Replace SkFAIL with SK_ABORT.
Ben Wagner
2017-08-16
*
Revert "Remove origin field from GrSurface"
Robert Phillips
2017-08-01
*
Remove origin field from GrSurface
Robert Phillips
2017-07-31
*
Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget)
Robert Phillips
2017-07-26
*
Add GrPrimitiveType::kLinesAdjacency
Chris Dalton
2017-06-13
*
Revert "Add GrPrimitiveType::kLinesAdjacency"
Ravi Mistry
2017-06-13
*
Add GrPrimitiveType::kLinesAdjacency
Chris Dalton
2017-06-13
*
Introduce dynamic pipeline state
Chris Dalton
2017-06-07
*
Add support for instanced draws
Chris Dalton
2017-05-31
*
Add some swizzle checks to vulkan backend
Greg Daniel
2017-05-11
*
Remove support for GLs without separate stencil.
Brian Salomon
2017-05-08
*
Add wireframe mode to Viewer.
Jim Van Verth
2017-05-02
*
Add integer vectors to GrSLType
csmartdalton
2017-02-08
*
Remove GrStencilSettings from GrPipeline
csmartdalton
2016-11-01
*
Lots of little cleanup improvements to Vulkan
egdaniel
2016-09-13
*
Merge ProgramDesc's for GL and Vulkan
egdaniel
2016-07-29
*
Remove asserts on scissor size in Vulkan
egdaniel
2016-07-22
*
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
*
Fix check for maxVertexAttributes in GrVkPipeline
egdaniel
2016-06-27
*
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
*
Unbreak vulkan after stencil constant name changes
bsalomon
2016-04-29
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
added support for glMinSampleShading
ethannicholas
2016-03-25
*
Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines)
egdaniel
2016-03-23
*
Use dynamic state from vulkan pipelines
egdaniel
2016-03-18
*
Use VkPipelineCaches during VkPipeline creation
jvanverth
2016-03-02
[next]