index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
dashing.cpp
Commit message (
Expand
)
Author
Age
*
Replace a lot of 'static const' with 'constexpr' or 'const'.
mtklein
2016-09-01
*
adjust gm bounds for better content fit
reed
2016-04-11
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://...
reed
2016-03-18
*
Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://c...
reed
2016-03-18
*
switch patheffects over to sk_sp
reed
2016-03-18
*
allow one zero length dash
caryclark
2016-03-18
*
Revert of allow one zero length dash (patchset #8 id:140001 of https://codere...
bungeman
2016-03-18
*
allow one zero length dash
caryclark
2016-03-18
*
make sausages rounder and portable
caryclark
2016-03-17
*
pass cap to dash text
caryclark
2016-03-16
*
add new tests
caryclark
2016-01-30
*
fix large dashed paths
caryclark
2015-12-18
*
Fix gpu dashing for case where all intervals are 0.
egdaniel
2015-10-05
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
remove unused GM flags
mtklein
2015-01-23
*
Spin off GM::runAsBench() from flags.
mtklein
2015-01-23
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Bug fix for cull_line in SkDashPathEffect.
egdaniel
2014-11-05
*
Crop the fast path dashed lines to the cull rect
robertphillips
2014-11-04
*
Use vertex attributes for dash effect in gpu
egdaniel
2014-06-12
*
Cleanup: Get rid of make_isize() function from gm.h.
tfarina
2014-06-09
*
Real fix for Widnows build errors for GrDashingEffect
commit-bot@chromium.org
2014-05-19
*
Add Dashing gpu effect for simple dashed lines
commit-bot@chromium.org
2014-05-19
*
Turn on quilt mode in DM.
commit-bot@chromium.org
2014-04-30
*
Remove scaleToFit from DashPathEffect
commit-bot@chromium.org
2014-03-31
*
Factory methods for heap-allocated SkPathEffect and SkXfermode objects.
commit-bot@chromium.org
2014-02-20
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
Fix minor memory leaks
robertphillips@google.com
2013-03-27
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
dashing asPoints could draw excessively long first dash
robertphillips@google.com
2013-01-15
*
fix warnings
reed@google.com
2013-01-07
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-05
*
Expand dashing3 GM to include additional dashing cases
robertphillips@google.com
2012-12-04
*
Added dashing fast path
robertphillips@google.com
2012-11-28
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
remove bogus nearlyzero checks
reed@google.com
2012-05-21
*
add dashing2 gm to exercise dashing on curves and polygons
reed@google.com
2012-05-18
*
add gm for dashing variations
reed@google.com
2012-05-04