index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
animator
Commit message (
Expand
)
Author
Age
*
Fix warnings that were exposed when running with SK_DEBUG enable on an optimi...
djsollen
2016-04-29
*
Rein in the use of SkDevice.h
robertphillips
2016-04-20
*
switch maskfilters to sk_sp
reed
2016-04-04
*
rm src/animator/SkTime.cpp
halcanary
2016-03-25
*
Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not over...
benjaminwagner
2016-03-25
*
move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR
reed
2016-03-25
*
disable SK_SUPPORT_LEGACY_PATHEFFECT_PTR for skia builds
reed
2016-03-18
*
Replace uses of SkImageDecoder in src/animator
msarett
2016-03-18
*
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
*
Remove version checks for _MSC_VER < 1800 (msvs2013).
bungeman
2016-03-10
*
use Make instead of Create to return a shared shader
reed
2016-03-08
*
move drawextrapatheffect header into animator
reed
2016-02-28
*
Move SkTDStack.h to src/animator.
bungeman
2016-02-18
*
SkTime: Stop using POSIX entensions to time.h for timezone
halcanary
2016-01-12
*
Start using <type_traits> and <utility> (C++11).
bungeman
2016-01-05
*
remove cruft from SkTypes.h, including SkBool
reed
2015-12-27
*
SkTime::GetNSecs()
mtklein
2015-10-23
*
Revert of SkTime::GetNSecs() (patchset #11 id:200001 of https://codereview.ch...
mtklein
2015-10-23
*
SkTime::GetNSecs()
mtklein
2015-10-23
*
Revert of SkTime::GetNSecs() (patchset #10 id:180001 of https://codereview.ch...
mtklein
2015-10-22
*
SkTime::GetNSecs()
mtklein
2015-10-22
*
Revert of SkTime::GetNSecs() (patchset #9 id:160001 of https://codereview.chr...
caryclark
2015-10-22
*
SkTime::GetNSecs()
mtklein
2015-10-22
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Remove SK_OFFSETOF from SkTypes, clean up offsetof usage.
bungeman
2015-08-25
*
Move SkTemplates.h to private.
bungeman
2015-08-19
*
Fix a stray -Winconsistent-missing-override warning.
mtklein
2015-07-28
*
Fix up -Winconsistent-missing-override
mtklein
2015-07-13
*
delete (unused) TransparentShader
reed
2015-06-05
*
Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...
reed
2015-05-12
*
Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...
reed
2015-05-12
*
stop calling SkScalarDiv
reed
2015-05-12
*
Update more directories under src/ to follow C++11 style rule for {virtual,ov...
tfarina
2015-04-27
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
SkPaint::FilterLevel -> SkFilterQuality
reed
2015-03-16
*
add length parameter to addText, to match attr values
reed
2015-02-04
*
[SkSVGDevice] Initial text support
fmalita
2015-02-03
*
Add patheffects to debugger printout
robertphillips
2015-01-26
*
Make SkStream *not* ref counted.
scroggo
2015-01-21
*
remove dead SkPersp macros
reed
2015-01-20
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Remove macros that make it look like it's a good idea to not be able to flatten.
mtklein
2015-01-07
*
Cleanup: More override fixes - another round.
tfarina
2015-01-05
*
Cleanup: Another round of override fixes.
tfarina
2014-12-20
*
rename SkDrawable to SkADrawable
reed
2014-11-26
*
stop calling SkCanvas::getDevice
reed
2014-06-30
*
add rowbytes option to allocPixels
reed
2014-06-28
[next]