aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrSoftwarePathRenderer.h
Commit message (Expand)AuthorAge
* Deinline some GrPathRenderer method and one GrDrawingMananger method.Gravatar Brian Salomon2018-07-10
* Add GrProxyProviderGravatar Robert Phillips2018-01-08
* Improve GrPathRendererChain heuristicsGravatar Chris Dalton2017-09-07
* Revert "Improve GrPathRendererChain heuristics"Gravatar Chris Dalton2017-09-07
* Improve GrPathRendererChain heuristicsGravatar Chris Dalton2017-09-07
* Move DrawToTargetWithShapeMask to GrSoftwarePathRendererGravatar Brian Osman2017-08-17
* Rebase and fix chromiumGravatar Brian Osman2017-03-04
* Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.Gravatar Brian Salomon2017-01-11
* Rename GrDrawContext to GrRenderTargetContextGravatar Brian Osman2016-10-27
* Add optional sw generated path coverage mask cachingGravatar bsalomon2016-09-21
* Minor change to Ganesh path renderersGravatar robertphillips2016-07-21
* Remove fColor from PathRenderer DrawPathArgs structGravatar robertphillips2016-07-07
* Use GrShape in GrPathRenderer.Gravatar bsalomon2016-06-24
* Make GrClipMaskManager stateless and push GrPipelineBuilder construction down...Gravatar robertphillips2016-06-03
* GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not ...Gravatar robertphillips2016-05-20
* Make GrPathRenderer only support fills for path stencilingGravatar bsalomon2016-05-05
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Simplify parameters passed to path renderersGravatar robertphillips2015-08-13
* Also provides the ResourceProvider to onDrawPath which allows the DF PR to no...Gravatar bsalomon2015-07-31
* Extract gpu line dashing to GrDashLinePathRendererGravatar kkinnunen2015-04-26
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilderGravatar egdaniel2015-01-22
* Move ViewMatrix off of drawstateGravatar joshualitt2014-12-29
* This cl moves color and coverage off of drawstate. In an effort to keep this...Gravatar joshualitt2014-12-09
* Drawstate on stackGravatar joshualitt2014-11-17
* Remove uses of GrAutoScratchTexture.Gravatar bsalomon2014-10-14
* Revert of r13384 (Stateful PathRenderer implementation)Gravatar robertphillips@google.com2014-02-11
* Stateful PathRenderer implementationGravatar robertphillips@google.com2014-02-10
* Follow up on the previous patch :Gravatar sugoi@google.com2012-12-17
* Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana...Gravatar bsalomon@google.com2012-12-10
* As part of preliminary groundwork for a chromium fix, this changelist is depr...Gravatar sugoi@google.com2012-12-06
* Remove translate param from GrContext::drawPath (and subsequent calls).Gravatar bsalomon@google.com2012-10-08
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Remove stage masksGravatar bsalomon@google.com2012-07-20
* Split GrSWMaskHelper into its own filesGravatar robertphillips@google.com2012-06-27
* Fixed two bugs in SW-only clip mask generationGravatar robertphillips@google.com2012-06-21
* First functioning version of SW-only clip mask creatorGravatar robertphillips@google.com2012-05-17
* Minor refactoring/enhancement of GrSWMaskHelper to prepare for wider useGravatar robertphillips@google.com2012-05-15
* First portion of refactoring to bundle SW path rendering into GrPathRendererGravatar robertphillips@google.com2012-04-27