index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
ops
/
GrOvalOpFactory.cpp
Commit message (
Expand
)
Author
Age
*
Analytic dashing of circles with single on/off intervals and butt caps.
Brian Salomon
2018-04-20
*
Fix double counting of coverage in analytic round capped stroked circles.
Brian Salomon
2018-04-19
*
Draw stroked circles with round caps analytically.
Brian Salomon
2018-04-16
*
Don't use the inner radius when not stroking in DIEllipse
Greg Daniel
2018-04-04
*
move some RRect methods into priv
Mike Reed
2018-02-22
*
Drop unused shader support for sample variables
Chris Dalton
2018-02-15
*
Revert "Drop support for unused MSAA extensions"
Robert Phillips
2018-01-30
*
Drop support for unused MSAA extensions
Chris Dalton
2018-01-29
*
Revert "Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals,...
Brian Salomon
2018-01-23
*
Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arc...
Brian Salomon
2018-01-23
*
Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs."
Greg Daniel
2018-01-12
*
Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs.
Brian Salomon
2018-01-12
*
Don't force GrGLSLVarying's scope to be compile-time constant
Chris Dalton
2017-12-08
*
Make GrGLSLPrimitiveProcessor::emitTransforms take local coords as GrShaderVar.
Brian Salomon
2017-12-07
*
Convert geometry shaders to operate in Skia device space
Chris Dalton
2017-10-25
*
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
*
Remove precision from GrGLSLVaryingHandler
Chris Dalton
2017-10-16
*
Make GrResourceProvider more sk_spified
Brian Salomon
2017-10-16
*
initClassID no longer auto-allocates ids
Ethan Nicholas
2017-10-09
*
changed vertex attribute precisions to be actual types
Ethan Nicholas
2017-09-27
*
switched SkSL's temporary 'highfloat' type back to 'float'
Ethan Nicholas
2017-09-22
*
Use shader based blending to clamp kPlus mode w/F16
Brian Osman
2017-09-20
*
re-land of new SkSL precisions
Ethan Nicholas
2017-09-18
*
Revert "Revert "Revert "Switched highp float to highfloat and mediump float t...
Ethan Nicholas
2017-09-18
*
Revert "Revert "Switched highp float to highfloat and mediump float to half.""
Ethan Nicholas
2017-09-15
*
Change visitProxies signature
Robert Phillips
2017-09-14
*
Add method to iterate over a GrOp's GrSurfaceProxies
Robert Phillips
2017-09-13
*
Revert "Switched highp float to highfloat and mediump float to half."
Brian Salomon
2017-08-17
*
Switched highp float to highfloat and mediump float to half.
Ethan Nicholas
2017-08-16
*
Replace SkFAIL with SK_ABORT.
Ben Wagner
2017-08-16
*
Minor geometry processor clarification.
Brian Salomon
2017-08-16
*
Move GrProcessorSet into GrPipeline
Brian Salomon
2017-08-09
*
renamed SkSL types in preparation for killing precision modifiers
Ethan Nicholas
2017-07-28
*
GR_TEST_UTILS fixes
Brian Salomon
2017-07-06
*
Rename GrDrawOp::xpRequiresDstTexture to finalize and change return type to a...
Brian Salomon
2017-06-16
*
Add processor info dumping to non-legacy mesh draw ops
Brian Salomon
2017-06-15
*
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
*
Remove support in GPU backend for distance vector field.
Brian Salomon
2017-06-02
*
Fix glDrawRangeElements
Chris Dalton
2017-05-30
*
Adjust start and end points of arcs based on CTM
Brian Osman
2017-05-17
*
Convert GrOvalOpFactory from GrLegacyMeshDrawOp to GrMeshDrawOp using GrSimpl...
Brian Salomon
2017-05-15
*
Convert GrMesh back to a class
Chris Dalton
2017-05-15
*
Include non-legacy GrMeshDrawOps in GLPrograms test.
Brian Salomon
2017-05-12
*
Convert GrMesh to a struct
Chris Dalton
2017-05-03
*
Fix reflected ovals.
Jim Van Verth
2017-04-21
*
Move pipeline handling out of GrMeshDrawOp.
Brian Salomon
2017-04-03
[next]