index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
ops
/
GrAAHairLinePathRenderer.cpp
Commit message (
Expand
)
Author
Age
*
make growToInclude private
Mike Reed
2018-01-08
*
Remove public version of SkMatrix::mapPointsWithStride.
Brian Salomon
2018-01-05
*
switched GrClipEdge to an enum class
Ethan Nicholas
2017-11-10
*
renamed GrPrimitiveEdgeType / GrProcessorEdgeType to GrClipEdgeType
Ethan Nicholas
2017-11-09
*
move parts of SkPoint to SkPointPriv
Cary Clark
2017-11-08
*
convert mapHomogeneousPoints to SkPoint3
Cary Clark
2017-10-18
*
Make GrResourceProvider more sk_spified
Brian Salomon
2017-10-16
*
Handle coverage for hairline lines with sub pixel lengths correctly on GPU
Greg Daniel
2017-10-12
*
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
*
Improve GrPathRendererChain heuristics
Chris Dalton
2017-09-07
*
Revert "Improve GrPathRendererChain heuristics"
Chris Dalton
2017-09-07
*
Improve GrPathRendererChain heuristics
Chris Dalton
2017-09-07
*
change SkRect::growToInclude to take a point instead of x,y
Mike Reed
2017-08-28
*
Move GrProcessorSet into GrPipeline
Brian Salomon
2017-08-09
*
Remove GrLegacyMeshDrawOp and GrPipelineBuilder
Brian Salomon
2017-07-19
*
Make AAHairlineOp a non-legacy GrDrawMeshOp
Brian Salomon
2017-07-07
*
Draw zero length subpaths in AA hairline path renderer
Brian Osman
2017-06-28
*
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
*
Fix glDrawRangeElements
Chris Dalton
2017-05-30
*
Convert GrMesh back to a class
Chris Dalton
2017-05-15
*
Include non-legacy GrMeshDrawOps in GLPrograms test.
Brian Salomon
2017-05-12
*
Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type".
Brian Salomon
2017-05-12
*
Add flag to avoid stencil buffers in Skia
Eric Karl
2017-05-09
*
Convert GrMesh to a struct
Chris Dalton
2017-05-03
*
Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp
Brian Salomon
2017-04-04
*
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
*
Find cubic KLM functionals directly
csmartdalton
2017-03-23
*
Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derive...
Brian Salomon
2017-03-09
*
Make GrClip.h private
Brian Salomon
2017-03-09
*
Make GrPipelineAnalysis a nested class of GrProcessorSet.
Brian Salomon
2017-02-22
*
Remove component flags from GrPipelineInput.
Brian Salomon
2017-02-14
*
SkScalarMul is deprecated
Mike Reed
2017-02-14
*
make GR_TEST_UTILS=0 work
Hal Canary
2017-02-02
*
Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.
Brian Salomon
2017-01-11
*
Removes tracking of whether color is ignored by XP.
Brian Salomon
2017-01-04
*
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
*
Rename files, macros, types, and functions related to GrDrawOp testing.
Brian Salomon
2016-12-20
*
move src/gpu/batches -> src/gpu/ops
Brian Salomon
2016-12-16