index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkDraw.cpp
Commit message (
Expand
)
Author
Age
*
add local-matrix to shader::context
commit-bot@chromium.org
2014-05-06
*
fix TriColorShader to respect the paint's alpha
commit-bot@chromium.org
2014-05-05
*
Remove SkShader virtual method validContext
commit-bot@chromium.org
2014-05-05
*
Revert of fix the error that path is inversed for stroke and strokeAndFill st...
commit-bot@chromium.org
2014-05-04
*
fix the error that path is inversed for stroke and strokeAndFill styles.
commit-bot@chromium.org
2014-05-04
*
create struct to hold all the params passed around for shader::context
commit-bot@chromium.org
2014-05-01
*
Move SkShader::fLocalMatrix into SkShader constructor.
commit-bot@chromium.org
2014-04-28
*
Revert of Revert of Extract most of the mutable state of SkShader into a sepa...
commit-bot@chromium.org
2014-04-23
*
Revert of Extract most of the mutable state of SkShader into a separate Conte...
commit-bot@chromium.org
2014-04-23
*
Extract most of the mutable state of SkShader into a separate Context object.
commit-bot@chromium.org
2014-04-23
*
Revert of Extract most of the mutable state of SkShader into a separate Conte...
commit-bot@chromium.org
2014-04-17
*
Extract most of the mutable state of SkShader into a separate Context object.
commit-bot@chromium.org
2014-04-16
*
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...
commit-bot@chromium.org
2014-04-11
*
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...
commit-bot@chromium.org
2014-04-11
*
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...
commit-bot@chromium.org
2014-04-10
*
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...
commit-bot@chromium.org
2014-04-10
*
Rename kPMColor_SkColorType to kN32_SkColorType.
commit-bot@chromium.org
2014-04-09
*
Remove SkCanvas matrix ops return value.
commit-bot@chromium.org
2014-03-18
*
Allow toString capability to be toggled independent of developer mode.
commit-bot@chromium.org
2014-03-13
*
Add a class to allocate small objects w/o extra calls to new.
commit-bot@chromium.org
2014-03-07
*
use colortype instead of config
reed@google.com
2014-02-20
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
fix (some) 64bit warnings -- size_t -> int
commit-bot@chromium.org
2014-01-24
*
SK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated fixed[round,ceil,floor]
mike@reedtribe.org
2014-01-06
*
fix drawVertices when we have both colors and textures
reed@google.com
2013-12-30
*
Move distance field font code into GrDistanceFieldTextContext.
commit-bot@chromium.org
2013-12-19
*
deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...
reed@google.com
2013-12-17
*
Use SkScalar when aligning glyphs in user space.
bungeman@google.com
2013-12-13
*
Apply hairline optimization only if the path renderer wants it
commit-bot@chromium.org
2013-11-22
*
Minor fixes for distance field fonts:
commit-bot@chromium.org
2013-11-21
*
Guard against most unintentionally ephemeral SkAutoFoo instantiations.
commit-bot@chromium.org
2013-11-18
*
drawPosTextOnPath is now deprecated, removing all overrides and impls
reed@google.com
2013-11-13
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-11-12
*
Hook in rough distance field support for fonts
jvanverth@google.com
2013-11-11
*
Add ability to ninepatch blurred rounded rectangle
scroggo@google.com
2013-11-08
*
Revert "Do not apply hairline optimization for paths if nv_path_rendering is ...
bsalomon@google.com
2013-11-08
*
Do not apply hairline optimization for paths if nv_path_rendering is used
commit-bot@chromium.org
2013-11-08
*
Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blit...
reed@google.com
2013-11-07
*
Revert "speed up A8 by creating a new entry-point in SkDraw that blits the pa...
reed@google.com
2013-11-04
*
speed up A8 by creating a new entry-point in SkDraw that blits the path's cov...
reed@google.com
2013-11-04
*
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...
reed@google.com
2013-10-31
*
Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...
reed@google.com
2013-10-31
*
add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...
reed@google.com
2013-10-31
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-29
*
fix state machine so we know simple only loops once, but we can call maprect ...
reed@google.com
2013-08-28
*
Revert of r10943.
rmistry@google.com
2013-08-27
*
add SkDeviceLooper to handle larger-than-fixedpoint
reed@google.com
2013-08-27
*
remove dead defines from SkUserConfig.h
reed@google.com
2013-07-23
*
Revert "avoid AntiFrameRect when strokeSize is too small. Workaround for skbu...
reed@google.com
2013-06-26
*
avoid AntiFrameRect when strokeSize is too small. Workaround for skbug/1368
reed@google.com
2013-06-25
[next]