index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
PaintTest.cpp
Commit message (
Expand
)
Author
Age
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
SkPaint::FilterLevel -> SkFilterQuality
reed
2015-03-16
*
DM warning-free on win64
bsalomon
2014-12-12
*
modify nothingToDraw to notice filters
reed
2014-11-11
*
Revert of modify nothingToDraw to notice filters (patchset #1 id:1 of https:/...
mtklein
2014-11-11
*
modify nothingToDraw to notice filters
reed
2014-11-11
*
Remove android specific genID from SkPaint.
djsollen
2014-10-23
*
Add SkPaint::getHash().
mtklein
2014-10-07
*
Remove SkPaint dirty bits.
mtklein
2014-09-25
*
Make a flipped fDirtyBit always mean "this field is not the default".
mtklein
2014-09-22
*
remove (unused) scale parameter from measureText
reed
2014-08-26
*
move common blur types into central header
commit-bot@chromium.org
2014-04-28
*
fix expected size in 32bit builds
reed@google.com
2014-04-17
*
Orphan ProcXfermode, with an eye towards removing it
commit-bot@chromium.org
2014-04-17
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-04-17
*
always store bitfields along with dirty in FlatteningTraits
commit-bot@chromium.org
2014-04-16
*
read/write function_ptrs as just void*, and not as 'array of bytes'
commit-bot@chromium.org
2014-04-16
*
remove legacy filter-flags, and store FilterLevel directly
commit-bot@chromium.org
2014-04-16
*
Make sure SkDrawLooper objects can only be allocated on the heap.
commit-bot@chromium.org
2014-04-15
*
SkPaint: eliminate some dead bytes in 64-bit build.
commit-bot@chromium.org
2014-03-24
*
Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codere...
commit-bot@chromium.org
2014-03-21
*
SkPaint: eliminate some dead bytes in 64-bit build.
commit-bot@chromium.org
2014-03-20
*
Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codere...
commit-bot@chromium.org
2014-03-19
*
SkPaint: eliminate some dead bytes in 64-bit build.
commit-bot@chromium.org
2014-03-19
*
Merge tomhudson and mtklein SkPaint shrinking approaches.
commit-bot@chromium.org
2014-02-21
*
Reverting r13496 (Merge tomhudson and mtklein SkPaint shrinking approaches) d...
robertphillips@google.com
2014-02-20
*
Merge tomhudson and mtklein SkPaint shrinking approaches.
commit-bot@chromium.org
2014-02-19
*
Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://...
commit-bot@chromium.org
2014-02-18
*
Merge tomhudson and mtklein SkPaint shrinking approaches.
commit-bot@chromium.org
2014-02-18
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-09-07
*
Switch out random number generator for tests, benches, samples.
commit-bot@chromium.org
2013-09-06
*
Push sigma-based blur interface into our GMs/benches/tests/samplecode
robertphillips@google.com
2013-09-06
*
Revert r10603 (Remove operator== from SkPaint) due to Chrome failures
robertphillips@google.com
2013-08-07
*
Remove operator== from SkPaint
commit-bot@chromium.org
2013-08-07
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-25
*
Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side...
robertphillips@google.com
2013-07-24
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-23
*
stop using bitmap-filter flags outside of paint itself, as a step towards rea...
reed@google.com
2013-07-22
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-03
*
use if (false) instead of #ifdef to avoid unused code warning
reed@google.com
2013-07-02
*
add charsToGlyphs to SkTypeface
reed@google.com
2013-07-02
*
add kBicubicFilterBitmap_Flag to paint, just for testing purposes.
reed@google.com
2013-05-22
*
Initialize bounds even if the text length is zero.
djsollen@google.com
2013-03-04
*
Fix errors when compiling with -Wall -Werror on Android.
djsollen@google.com
2013-02-07
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
[next]