index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
Commit message (
Expand
)
Author
Age
*
Clarify kAutohinting is kForceAutohinting.
bungeman@google.com
2014-01-23
*
No deduping dictionaries for matrices and regions.
commit-bot@chromium.org
2014-01-23
*
Remove a stray setReserve that causes dynamic allocation in picture creation.
commit-bot@chromium.org
2014-01-21
*
Tweak validate() to check less as the size of the hash grows.
commit-bot@chromium.org
2014-01-17
*
Make leak counters thread-safe and turn them on by default for Debug
commit-bot@chromium.org
2014-01-17
*
Missing #include "SkTemplates.h" for SkAutoTMalloc.
commit-bot@chromium.org
2014-01-16
*
Hide bitmap rowbyes assert when LEGACY_ONLOCKPIXELS
commit-bot@chromium.org
2014-01-16
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-16
*
Move SkMessageBus::Get out of header, and retry crrev.com/106563002.
commit-bot@chromium.org
2014-01-15
*
Factor out UnPreMultiplyPreservingByteOrder
commit-bot@chromium.org
2014-01-15
*
no need to refcnt colortables, since pixelrefs own them
reed@google.com
2014-01-15
*
add asserts to validate
reed@google.com
2014-01-15
*
change isRect to return true for 3-sided rectangular paths
commit-bot@chromium.org
2014-01-15
*
Reland "Fix genID cloning bugs."
scroggo@google.com
2014-01-15
*
use some helper Make functions to initialize SkImageInfo
commit-bot@chromium.org
2014-01-15
*
Revert "Make leak counters thread-safe and turn them on by default for Debug"
djsollen@google.com
2014-01-14
*
Convert SkWriter32 to use an SkTDArray for its internal storage.
commit-bot@chromium.org
2014-01-14
*
Make leak counters thread-safe and turn them on by default for Debug
commit-bot@chromium.org
2014-01-14
*
Revert of https://codereview.chromium.org/132643007/
commit-bot@chromium.org
2014-01-13
*
Revert "Revert of https://codereview.chromium.org/129423002/"
reed@google.com
2014-01-13
*
Revert of https://codereview.chromium.org/129423002/
commit-bot@chromium.org
2014-01-13
*
add SkBitmap::installPixelRef()
reed@google.com
2014-01-13
*
Allocate memory in SkTDynamicHash on first use.
commit-bot@chromium.org
2014-01-13
*
remove remaining references to Sk64 (obsolete)
reed@google.com
2014-01-13
*
remove (now unused) Sk64 -- just use int64_t
reed@google.com
2014-01-10
*
Eliminate useless NULL push by making fIndexedData 0-based.
commit-bot@chromium.org
2014-01-10
*
fNextIndex is redundant. Remove it.
commit-bot@chromium.org
2014-01-10
*
Revert of https://codereview.chromium.org/112113005/
commit-bot@chromium.org
2014-01-10
*
Fix genID cloning bugs.
commit-bot@chromium.org
2014-01-10
*
Reduce verbosity of SkGraphics::Init in default case.
halcanary@google.com
2014-01-10
*
use bitmap's fRowBytes, as the pixelref's is not (yet) reliable
reed@google.com
2014-01-09
*
Fix race on creating the default typeface.
bungeman@google.com
2014-01-09
*
Allocate SkPictureFlat::fScratch lazily.
commit-bot@chromium.org
2014-01-09
*
Rename GPU functions on SkBlurMaskFilter and pass ctm.
commit-bot@chromium.org
2014-01-08
*
Use a spinlock in SkOnce.
commit-bot@chromium.org
2014-01-08
*
change offset to xy for pixelref subsetting
reed@google.com
2014-01-08
*
Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/"""
reed@google.com
2014-01-06
*
Avoid some work on SkClipStack equality when the topmost genids match
commit-bot@chromium.org
2014-01-06
*
add rowBytes param to setPreLock, in prep for onNewLockPixels change
reed@google.com
2014-01-06
*
Revert "Revert "Revert of https://codereview.chromium.org/110593003/""
reed@google.com
2014-01-06
*
SK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated fixed[round,ceil,floor]
mike@reedtribe.org
2014-01-06
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-04
*
Make SkImageFilter crop rects relative to the primitive origin, instead of re...
senorblanco@chromium.org
2014-01-03
*
Revert "Revert of https://codereview.chromium.org/110593003/"
reed@google.com
2014-01-03
*
Revert of https://codereview.chromium.org/110593003/
commit-bot@chromium.org
2014-01-03
*
Add onNewLockPixels, that returns rowbytes and relies on info in pixelref
reed@google.com
2014-01-03
*
assert in setPixelRef that the pr matches the bitmap's config
reed@google.com
2014-01-03
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-03
*
Function pointers -> templates in SkPictureFlat.
commit-bot@chromium.org
2014-01-02
*
remove SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR and make fInfo const
reed@google.com
2014-01-02
[next]