index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
beziereffects.cpp
Commit message (
Expand
)
Author
Age
*
Remove clamping of kPlus with F16 configs
Brian Osman
2018-07-11
*
Refactor GrPipeline dynamic state.
Brian Salomon
2018-06-26
*
Revert "Revert "Change how vertex/instance attributes are handled in geometry...
Brian Salomon
2018-06-19
*
Move op memory storage to GrContext (take 2)
Robert Phillips
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
*
Revert "Move op memory storage to GrContext"
Robert Phillips
2018-06-15
*
Move op memory storage to GrContext
Robert Phillips
2018-06-15
*
Plumb GrContext everywhere
Robert Phillips
2018-06-12
*
Remove SK_SUPPORT_GPU checks in tool-only code
Brian Osman
2018-05-31
*
Add convenience overload of SkPointPriv::SetRectTriStrip that takes SkRect
Brian Salomon
2018-05-18
*
Make GrCaps and GrShaderCaps private.
Brian Salomon
2018-05-11
*
Don't support GrCubicEffect if float != fp32
Chris Dalton
2018-04-16
*
switched GrClipEdge to an enum class
Ethan Nicholas
2017-11-10
*
renamed GrPrimitiveEdgeType / GrProcessorEdgeType to GrClipEdgeType
Ethan Nicholas
2017-11-09
*
make point array methods private
Cary Clark
2017-11-07
*
convert mapHomogeneousPoints to SkPoint3
Cary Clark
2017-10-18
*
Revert "Revert "Make GPU backend triangulate rects such that they are rendere...
Brian Salomon
2017-10-18
*
Revert "Make GPU backend triangulate rects such that they are rendered as tri...
Brian Salomon
2017-10-17
*
Make GPU backend triangulate rects such that they are rendered as tri strips ...
Brian Salomon
2017-10-17
*
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 GrAppliedClip into GrPipeline
Brian Salomon
2017-08-10
*
Move GrProcessorSet into GrPipeline
Brian Salomon
2017-08-09
*
Make ops in bezier_effects GMs be non-Legacy GrMeshDrawOps
Brian Salomon
2017-07-14
*
Improve cubic KLM accuracy
Chris Dalton
2017-06-09
*
SkCanvas: Helpers for draw{Point,Line,Circle}
Hal Canary
2017-05-16
*
Move pipeline handling out of GrMeshDrawOp.
Brian Salomon
2017-04-03
*
Find cubic KLM functionals directly
csmartdalton
2017-03-23
*
Generaly Fixes to gpu bezier code
Greg Daniel
2017-03-14
*
Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derive...
Brian Salomon
2017-03-09
*
Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList.
Brian Salomon
2017-03-06
*
stop using SkScalarMul
Mike Reed
2017-02-14
*
Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.
Brian Salomon
2017-01-11
*
Revert "Revert "Removing ref counting from GrXPFactory.""
Brian Salomon
2017-01-09
*
Revert "Removing ref counting from GrXPFactory."
Brian Salomon
2017-01-09
*
Removing ref counting from GrXPFactory.
Brian Salomon
2017-01-09
*
Remove ref counting from GrOp.
Brian Salomon
2017-01-03
*
move src/gpu/batches -> src/gpu/ops
Brian Salomon
2016-12-16
*
Rename GrTestBatch and subclasses to Op
Brian Salomon
2016-12-16
*
Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_sp
Brian Salomon
2016-12-09
*
Relandx2 "Remove antialiasing control from GrPaint."
Brian Salomon
2016-12-09
*
Revert "Reland "Remove antialiasing control from GrPaint.""
Brian Salomon
2016-12-09
*
Reland "Remove antialiasing control from GrPaint."
Brian Salomon
2016-12-09
*
Revert "Remove antialiasing control from GrPaint."
Brian Salomon
2016-12-08
*
Remove antialiasing control from GrPaint.
Brian Salomon
2016-12-08
*
Rename GrDrawBatch->GrDrawOp
Brian Salomon
2016-12-01
*
Rename GrBatch to GrOp
Brian Salomon
2016-12-01
*
gm: s/SkAutoTUnref/sk_sp/
Hal Canary
2016-11-07
[next]