aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
Commit message (Expand)AuthorAge
* Reland r5963 with two fixes:Gravatar bsalomon@google.com2012-10-16
* Revert r5962 because of failures.Gravatar bsalomon@google.com2012-10-16
* Require matrix for custom stage to be set when custom stage is installed.Gravatar bsalomon@google.com2012-10-16
* Add SK_API to base classes of classes with SK_API.Gravatar bungeman@google.com2012-10-13
* When two or more color matrix image filters are connected together, and the n...Gravatar senorblanco@chromium.org2012-10-12
* Add SkShader::asShadeProc to fast-path the caller when the shader is fastGravatar reed@google.com2012-10-12
* Fonts with cubic outlines are rendered without ClearType by GDI.Gravatar bungeman@google.com2012-10-12
* Minimize use of SkDraw's matrix in SkGpuDevice.Gravatar bsalomon@google.com2012-10-11
* SkTCopyOnFirstWriteGravatar bsalomon@google.com2012-10-11
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-11
* This patch implements generalized DAG connectivity for SkImageFilter. SkImag...Gravatar senorblanco@chromium.org2012-10-10
* Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a parti...Gravatar bsalomon@google.com2012-10-10
* Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation...Gravatar robertphillips@google.com2012-10-09
* Remove gainFocus() and setMatrixClip() virtuals from SkDevice.Gravatar bsalomon@google.com2012-10-09
* Remove external matrix feature.Gravatar bsalomon@google.com2012-10-08
* Add the ability to provide function pointers to SkPicture serializationGravatar scroggo@google.com2012-10-04
* Lock gFTMutex when modifying FT globals.Gravatar scroggo@google.com2012-10-04
* Disable SK_DEBUG_PATH_REF in debug builds.Gravatar bsalomon@google.com2012-10-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-04
* Adds extra debugging to SkPathRef that can optionally be turned on in a relea...Gravatar bsalomon@google.com2012-10-03
* Revert r5557 (which itself was a revert of r5433). Relands SkPathRef. Will fo...Gravatar bsalomon@google.com2012-10-03
* add getSeed()Gravatar reed@google.com2012-10-02
* re-land removal of setBitmapDeviceGravatar reed@google.com2012-10-01
* Rolling back r5732 due to Chrome Mac compiler issuesGravatar robertphillips@google.com2012-09-30
* remove setBitmapDevice -- no longer called, and is a necessary step on our wayGravatar reed@google.com2012-09-28
* Fix recursive GPU processing for SkImageFilter. Plumb through theGravatar senorblanco@chromium.org2012-09-27
* Suppress some warnings on linux.Gravatar bsalomon@google.com2012-09-26
* add getMetaData() to SkCanvas (as part of our master plan to removeGravatar mike@reedtribe.org2012-09-26
* Reimplement drawBitmapRectToRect to correctly handle fraction srcRect.Gravatar reed@google.com2012-09-25
* "fix" chrome buildGravatar robertphillips@google.com2012-09-25
* iOS support work in progressGravatar caryclark@google.com2012-09-24
* Make flattenables no longer depend on global static initializers.Gravatar scroggo@google.com2012-09-21
* remove unused parameter (that also slowed us down) to SkAutoTDeleteGravatar reed@google.com2012-09-20
* first cut at making iOS workGravatar caryclark@google.com2012-09-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-19
* re-re-land 5578Gravatar reed@google.com2012-09-18
* revert 5580Gravatar reed@google.com2012-09-18
* re-land 5578 w/ pipe fixGravatar reed@google.com2012-09-18
* revert 5578 -- broke pipeGravatar reed@google.com2012-09-18
* Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. ThisGravatar reed@google.com2012-09-18
* Check for invalid SkPicturesGravatar borenet@google.com2012-09-17
* Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 b...Gravatar bsalomon@google.com2012-09-14
* Fix some nits from http://codereview.appspot.com/6506103/Gravatar rileya@google.com2012-09-14
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-14
* Add R-Tree record flag to SkPicture, plus some cleanup/fixes in associated cl...Gravatar rileya@google.com2012-09-13
* re-apply 5508, but with the new compile-flag disabled for nowGravatar reed@google.com2012-09-12
* revert 5508 -- it broke most of the buildsGravatar reed@google.com2012-09-12
* Using the device scale factor for glyph positioningGravatar wjmaclean@chromium.org2012-09-12
* SkPathRef: one allocation for pts+verbs, path GenID, copy-on-writeGravatar bsalomon@google.com2012-09-07
* Add SK_API to path == decl.Gravatar bsalomon@google.com2012-09-07