aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-01
* add SkCanvas constructor that explicitly creates no_config with dimensionsGravatar commit-bot@chromium.org2014-01-31
* Have peek32 return uint32_t& to make it harder to look at more than 4 bytes.Gravatar commit-bot@chromium.org2014-01-31
* Add shim for SkOrderedReadBuffer.h too.Gravatar commit-bot@chromium.org2014-01-31
* initial import of Chrome's trace_event into skia frameworkGravatar commit-bot@chromium.org2014-01-31
* Set write buffer flags only in SkWriteBuffer and SkFlatController constructors.Gravatar commit-bot@chromium.org2014-01-30
* remove (unnecessary) SkScalarMul and SkScalarMulAdd macros from SkMatrix.cpp.Gravatar commit-bot@chromium.org2014-01-30
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* patch from issue 119343003Gravatar commit-bot@chromium.org2014-01-30
* Give correct bounds to SkCanvas's AutoDrawLooper use for filter draws.Gravatar senorblanco@chromium.org2014-01-28
* change setAlphaType to not modify the pixelref's genIDGravatar reed@google.com2014-01-28
* That's confusing. Make it clear we're working with 3 points == 9 scalars.Gravatar commit-bot@chromium.org2014-01-28
* Revert of Fast blurred rectangles on GPU (https://codereview.chromium.org/119...Gravatar commit-bot@chromium.org2014-01-28
* Perform the same analytic blur calculation on the GPU that we do on the CPU. ...Gravatar commit-bot@chromium.org2014-01-27
* Implement a computeFastBounds() traversal for SkImageFilter.Gravatar senorblanco@chromium.org2014-01-27
* add optional SkAlphaType parameter to notifyPixelsChangedGravatar commit-bot@chromium.org2014-01-27
* fix more 64bit warningsGravatar reed@google.com2014-01-27
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-26
* add alternative to isRect named asRectGravatar commit-bot@chromium.org2014-01-25
* add legacy/helper allocN32Pixels, and convert gm to use itGravatar reed@google.com2014-01-25
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-25
* SkOnce: add option to call another cleanup function once at exit.Gravatar commit-bot@chromium.org2014-01-24
* fix (some) 64bit warnings -- size_t -> intGravatar commit-bot@chromium.org2014-01-24
* add installPixelsGravatar reed@google.com2014-01-24
* Resolve a few memory leaks in tests.Gravatar commit-bot@chromium.org2014-01-24
* Clarify kAutohinting is kForceAutohinting.Gravatar bungeman@google.com2014-01-23
* No deduping dictionaries for matrices and regions.Gravatar commit-bot@chromium.org2014-01-23
* Remove a stray setReserve that causes dynamic allocation in picture creation.Gravatar commit-bot@chromium.org2014-01-21
* Tweak validate() to check less as the size of the hash grows.Gravatar commit-bot@chromium.org2014-01-17
* Make leak counters thread-safe and turn them on by default for DebugGravatar commit-bot@chromium.org2014-01-17
* Missing #include "SkTemplates.h" for SkAutoTMalloc.Gravatar commit-bot@chromium.org2014-01-16
* Hide bitmap rowbyes assert when LEGACY_ONLOCKPIXELSGravatar commit-bot@chromium.org2014-01-16
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-16
* Move SkMessageBus::Get out of header, and retry crrev.com/106563002.Gravatar commit-bot@chromium.org2014-01-15
* Factor out UnPreMultiplyPreservingByteOrderGravatar commit-bot@chromium.org2014-01-15
* no need to refcnt colortables, since pixelrefs own themGravatar reed@google.com2014-01-15
* add asserts to validateGravatar reed@google.com2014-01-15
* change isRect to return true for 3-sided rectangular pathsGravatar commit-bot@chromium.org2014-01-15
* Reland "Fix genID cloning bugs."Gravatar scroggo@google.com2014-01-15
* use some helper Make functions to initialize SkImageInfoGravatar commit-bot@chromium.org2014-01-15
* Revert "Make leak counters thread-safe and turn them on by default for Debug"Gravatar djsollen@google.com2014-01-14
* Convert SkWriter32 to use an SkTDArray for its internal storage.Gravatar commit-bot@chromium.org2014-01-14
* Make leak counters thread-safe and turn them on by default for DebugGravatar commit-bot@chromium.org2014-01-14
* Revert of https://codereview.chromium.org/132643007/Gravatar commit-bot@chromium.org2014-01-13
* Revert "Revert of https://codereview.chromium.org/129423002/"Gravatar reed@google.com2014-01-13
* Revert of https://codereview.chromium.org/129423002/Gravatar commit-bot@chromium.org2014-01-13
* add SkBitmap::installPixelRef()Gravatar reed@google.com2014-01-13
* Allocate memory in SkTDynamicHash on first use.Gravatar commit-bot@chromium.org2014-01-13
* remove remaining references to Sk64 (obsolete)Gravatar reed@google.com2014-01-13
* remove (now unused) Sk64 -- just use int64_tGravatar reed@google.com2014-01-10