index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrSoftwarePathRenderer.h
Commit message (
Expand
)
Author
Age
*
Deinline some GrPathRenderer method and one GrDrawingMananger method.
Brian Salomon
2018-07-10
*
Add GrProxyProvider
Robert Phillips
2018-01-08
*
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
*
Move DrawToTargetWithShapeMask to GrSoftwarePathRenderer
Brian Osman
2017-08-17
*
Rebase and fix chromium
Brian Osman
2017-03-04
*
Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.
Brian Salomon
2017-01-11
*
Rename GrDrawContext to GrRenderTargetContext
Brian Osman
2016-10-27
*
Add optional sw generated path coverage mask caching
bsalomon
2016-09-21
*
Minor change to Ganesh path renderers
robertphillips
2016-07-21
*
Remove fColor from PathRenderer DrawPathArgs struct
robertphillips
2016-07-07
*
Use GrShape in GrPathRenderer.
bsalomon
2016-06-24
*
Make GrClipMaskManager stateless and push GrPipelineBuilder construction down...
robertphillips
2016-06-03
*
GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not ...
robertphillips
2016-05-20
*
Make GrPathRenderer only support fills for path stenciling
bsalomon
2016-05-05
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Simplify parameters passed to path renderers
robertphillips
2015-08-13
*
Also provides the ResourceProvider to onDrawPath which allows the DF PR to no...
bsalomon
2015-07-31
*
Extract gpu line dashing to GrDashLinePathRenderer
kkinnunen
2015-04-26
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder
egdaniel
2015-01-22
*
Move ViewMatrix off of drawstate
joshualitt
2014-12-29
*
This cl moves color and coverage off of drawstate. In an effort to keep this...
joshualitt
2014-12-09
*
Drawstate on stack
joshualitt
2014-11-17
*
Remove uses of GrAutoScratchTexture.
bsalomon
2014-10-14
*
Revert of r13384 (Stateful PathRenderer implementation)
robertphillips@google.com
2014-02-11
*
Stateful PathRenderer implementation
robertphillips@google.com
2014-02-10
*
Follow up on the previous patch :
sugoi@google.com
2012-12-17
*
Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana...
bsalomon@google.com
2012-12-10
*
As part of preliminary groundwork for a chromium fix, this changelist is depr...
sugoi@google.com
2012-12-06
*
Remove translate param from GrContext::drawPath (and subsequent calls).
bsalomon@google.com
2012-10-08
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Remove stage masks
bsalomon@google.com
2012-07-20
*
Split GrSWMaskHelper into its own files
robertphillips@google.com
2012-06-27
*
Fixed two bugs in SW-only clip mask generation
robertphillips@google.com
2012-06-21
*
First functioning version of SW-only clip mask creator
robertphillips@google.com
2012-05-17
*
Minor refactoring/enhancement of GrSWMaskHelper to prepare for wider use
robertphillips@google.com
2012-05-15
*
First portion of refactoring to bundle SW path rendering into GrPathRenderer
robertphillips@google.com
2012-04-27