index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
ops
/
GrDrawVerticesOp.h
Commit message (
Expand
)
Author
Age
*
Use shader based blending to clamp kPlus mode w/F16
Brian Osman
2017-09-20
*
Change visitProxies signature
Robert Phillips
2017-09-14
*
Add method to iterate over a GrOp's GrSurfaceProxies
Robert Phillips
2017-09-13
*
Move GrProcessorSet into GrPipeline
Brian Salomon
2017-08-09
*
Make GrDrawVerticesOp a non-legacy GrMeshDrawOp
Brian Salomon
2017-07-13
*
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
*
Do color correction of vertex colors in GPU drawVertices
Brian Osman
2017-05-31
*
Only support SkVertices in GrDrawVerticesOp and GrRenderTargetContext
Brian Osman
2017-05-26
*
Fix flag collision in GrDrawVerticesOp
Brian Osman
2017-05-23
*
Move pipeline handling out of GrMeshDrawOp.
Brian Salomon
2017-04-03
*
Renames of processor analysis-related classes and method.
Brian Salomon
2017-03-30
*
Remove GrPipelineOptimizations computation from GrPipeline::init and nest in ...
Brian Salomon
2017-03-29
*
Split GrPipelineInput into separate color and coverage types, the latter of w...
Brian Salomon
2017-03-27
*
remove unused VerticesFlags
Mike Reed
2017-03-16
*
Revert[4] "store vertices arrays inline with object""""
Mike Reed
2017-03-16
*
Revert[3] "store vertices arrays inline with object"""
Mike Reed
2017-03-16
*
Revert[2] "store vertices arrays inline with object""
Mike Reed
2017-03-15
*
Revert "store vertices arrays inline with object"
Mike Reed
2017-03-15
*
store vertices arrays inline with object
Mike Reed
2017-03-15
*
Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derive...
Brian Salomon
2017-03-09
*
Make GrPipelineAnalysis a nested class of GrProcessorSet.
Brian Salomon
2017-02-22
*
Add refcnt'ed immutable vertices class for SkCanvas::drawVertices.
Brian Salomon
2017-02-06
*
Batch across matrix changes in drawVertices and add GM to test.
Brian Salomon
2017-02-03
*
Make SkGpuDevice::drawVertices perform color byte order swap and premul step ...
Brian Salomon
2017-01-30
*
Removing tracking of whether GP/FP coverage calculations are used by XP.
Brian Salomon
2017-01-04
*
Remove ref counting from GrOp.
Brian Salomon
2017-01-03
*
Misc batch->op cleanup Part 2 of 2
Brian Salomon
2016-12-21
*
This renames methods and classes that relate to static analysis of combinatio...
Brian Salomon
2016-12-21
*
move src/gpu/batches -> src/gpu/ops
Brian Salomon
2016-12-16