aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPathRenderer.h
Commit message (Expand)AuthorAge
* Add stroking support to distance field path rendererGravatar jvanverth2015-11-23
* Revert of Add stroking support to distance field path renderer (patchset #8 i...Gravatar fmalita2015-11-22
* Add stroking support to distance field path rendererGravatar jvanverth2015-11-20
* Revert of Add stroking support to distance field path renderer (patchset #7 i...Gravatar jvanverth2015-11-19
* Add stroking support to distance field path rendererGravatar jvanverth2015-11-19
* Remove GrPipelineBuilder from getPathRenderer callGravatar robertphillips2015-10-29
* Remove GrAddPathRenderers_defaultGravatar joshualitt2015-09-02
* 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
* remove SkInstCntGravatar mtklein2015-06-26
* Make GrStrokeInfo inherit from SkStrokeRecGravatar kkinnunen2015-05-18
* Extract gpu line dashing to GrDashLinePathRendererGravatar kkinnunen2015-04-26
* Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilderGravatar egdaniel2015-01-22
* Move ViewMatrix off of drawstateGravatar joshualitt2014-12-29
* Add XP to handle the cases where we disable color write.Gravatar egdaniel2014-12-22
* 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
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Revert of r13384 (Stateful PathRenderer implementation)Gravatar robertphillips@google.com2014-02-11
* Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse"Gravatar mike@reedtribe.org2014-02-11
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-11
* Stateful PathRenderer implementationGravatar robertphillips@google.com2014-02-10
* Apply hairline optimization only if the path renderer wants itGravatar commit-bot@chromium.org2013-11-22
* Remove GrRefCnt.h in favor of SkRefCnt.hGravatar commit-bot@chromium.org2013-09-09
* Replace uses of GR_API by SK_API.Gravatar commit-bot@chromium.org2013-08-20
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Fix a crash on stroking empty paths with nv_path_rendering enabledGravatar commit-bot@chromium.org2013-08-05
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-21
* Reland path bounds change with correct bounds for convex and hairline path re...Gravatar bsalomon@google.com2013-05-20
* Revert "Revert "Revert "Pass bounds into draw calls in path renderers."""Gravatar bsalomon@google.com2013-05-17
* Revert "Revert "Pass bounds into draw calls in path renderers.""Gravatar bsalomon@google.com2013-05-17
* Revert "Pass bounds into draw calls in path renderers."Gravatar bsalomon@google.com2013-05-16
* Pass bounds into draw calls in path renderers.Gravatar bsalomon@google.com2013-05-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Follow up on the previous patch :Gravatar sugoi@google.com2012-12-17
* Use the stencil buffer to avoid temporary alpha clip masks.Gravatar bsalomon@google.com2012-12-14
* 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
* plumb SkInstCnt to all subclasses of GrRefCntGravatar reed@google.com2012-06-26
* Search and replace change. Some Gr enum value names didn't have a "Gr" in the...Gravatar bsalomon@google.com2012-06-06
* Added documentation of stage/TU allocationGravatar robertphillips@google.com2012-05-10
* add/delete some comments to path renderer interfaceGravatar bsalomon@google.com2012-03-12
* simplify GrPathRenderer interfaceGravatar bsalomon@google.com2012-03-02
* Prep #1 for making GrDrawState a classGravatar bsalomon@google.com2011-12-06
* Don't use GrDrawTarget's AA state bit to convey whether to do custom-aaGravatar bsalomon@google.com2011-10-27
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12