index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
rrects.cpp
Commit message (
Expand
)
Author
Age
*
Plumb GrContext everywhere
Robert Phillips
2018-06-12
*
Remove SK_SUPPORT_GPU checks in tool-only code
Brian Osman
2018-05-31
*
Make GrCaps and GrShaderCaps private.
Brian Salomon
2018-05-11
*
Avoid GrEllipseEffect for small radii on devices without 32 bit float.
Brian Salomon
2017-12-05
*
switched GrClipEdge to an enum class
Ethan Nicholas
2017-11-10
*
renamed GrPrimitiveEdgeType / GrProcessorEdgeType to GrClipEdgeType
Ethan Nicholas
2017-11-09
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
*
Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMesh...
Brian Salomon
2017-06-15
*
Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp s...
Brian Salomon
2017-06-14
*
Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses.
Brian Salomon
2017-06-14
*
Move all non-AA fill rect ops off of GrLegacyMeshDrawOp.
Brian Salomon
2017-05-10
*
Move pipeline handling out of GrMeshDrawOp.
Brian Salomon
2017-04-03
*
GM: some header cleanup
Mike Klein
2017-03-22
*
Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derive...
Brian Salomon
2017-03-09
*
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
*
Update rect ops to use "op" in their name and return sk_sp.
Brian Salomon
2016-12-14
*
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
*
gm: s/SkAutoTUnref/sk_sp/
Hal Canary
2016-11-07
*
remove xfermode from public api
Mike Reed
2016-10-28
*
Rename renderTargetContextPriv to priv, and some more leftover DCs
Brian Osman
2016-10-27
*
Rename GrDrawContext to GrRenderTargetContext
Brian Osman
2016-10-27
*
allow clip calls w/o op param, remove unnecessary kReplace ops
reed
2016-09-21
*
abstract name of clipping ops, to transtion to a more restricted set
reed
2016-09-20
*
Replace a lot of 'static const' with 'constexpr' or 'const'.
mtklein
2016-09-01
*
Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h
robertphillips
2016-06-23
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Remove GrRenderTarget from GrPipelineBuilder
robertphillips
2016-06-06
*
Clean up test drawContext usage
robertphillips
2016-04-28
*
Bring sk_sp to GrDrawContext
robertphillips
2016-04-27
*
Rein in the use of SkDevice.h
robertphillips
2016-04-20
*
Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)
robertphillips
2016-03-02
*
Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patch...
robertphillips
2016-03-02
*
Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)
robertphillips
2016-03-02
*
micro fix for rrects bug using GrDrawContext
joshualitt
2016-01-13
*
Remove two varieties of drawNonAARect from GrDrawTarget
joshualitt
2016-01-13
*
Remove work from constructors to facilitate debugging.
herb
2016-01-08
*
Don't create a GXPFactory when blend is SrcOver
egdaniel
2015-11-23
*
Optionally pass rendertarget to getTestTarget
robertphillips
2015-11-16
*
GM: replace boilerplate with macros
halcanary
2015-09-09
[next]