aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrAAHairLinePathRenderer.h
Commit message (Expand)AuthorAge
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Also provides the ResourceProvider to onDrawPath which allows the DF PR to no...Gravatar bsalomon2015-07-31
* Move instanced index buffer creation to flush timeGravatar bsalomon2015-05-04
* Revert of Move instanced index buffer creation to flush time (patchset #6 id:...Gravatar bsalomon2015-05-04
* Move instanced index buffer creation to flush timeGravatar bsalomon2015-05-04
* 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
* Hairline batchGravatar joshualitt2015-02-03
* Revert of Hairline batch (patchset #17 id:360001 of https://codereview.chromi...Gravatar joshualitt2015-02-03
* Hairline batchGravatar joshualitt2015-02-03
* Revert of Hairline batch (patchset #16 id:300001 of https://codereview.chromi...Gravatar joshualitt2015-02-02
* Hairline batchGravatar joshualitt2015-02-02
* Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilderGravatar egdaniel2015-01-22
* Move ViewMatrix off of drawstateGravatar joshualitt2014-12-29
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-11
* Revert of Remove GP from drawstate, revision of invariant output for GP (patc...Gravatar joshualitt2014-12-10
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-10
* This cl moves color and coverage off of drawstate. In an effort to keep this...Gravatar joshualitt2014-12-09
* First step to moving vertex attributes to the geometryProcessorGravatar joshualitt2014-12-03
* Drawstate on stackGravatar joshualitt2014-11-17
* Revert of r13384 (Stateful PathRenderer implementation)Gravatar robertphillips@google.com2014-02-11
* Stateful PathRenderer implementationGravatar robertphillips@google.com2014-02-10
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-17
* Fix hairline pathrenderer for Nexus-10. Switches to using additionalGravatar jvanverth@google.com2013-08-16
* Reverting r10707. Unreviewed.Gravatar jvanverth@google.com2013-08-14
* Fix hairline pathrenderer for Nexus-10. Switches to using additionalGravatar commit-bot@chromium.org2013-08-14
* Add implicit hairline conic rendering to GPUGravatar egdaniel@google.com2013-07-12
* Reland path bounds change with correct bounds for convex and hairline path re...Gravatar bsalomon@google.com2013-05-20
* 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
* 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
* Updated useSWOnlyPath method to use path chain instead of raw path renderer m...Gravatar robertphillips@google.com2012-05-24
* First functioning version of SW-only clip mask creatorGravatar robertphillips@google.com2012-05-17
* make pathrenderers release their geometry before returningGravatar bsalomon@google.com2012-03-07
* 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