- a76de72 Clean up usage of mask gamma. https://codereview.appspot.com/6749061/ by bungeman@google.com · 12 years ago
- 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
- 27b40e9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- b03fe42 use subclasses instead of function-ptrs for hairline specializations. by reed@google.com · 12 years ago
- 1bdb857 Remove SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX test since it has been rebaselined. by bungeman@google.com · 12 years ago
- a8790de If a path is known to be nonfinite, don't forget that in our autobounds by reed@google.com · 12 years ago
- 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
- a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
- 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 158618e Removed degenerate quads from zero radius Chrome-style round rects by robertphillips@google.com · 12 years ago
- 077348c Fix slow gm debug builds that are doing large path validation runs. by djsollen@google.com · 12 years ago
- c2e8cef Remove use of varargs in SkImageFilter. This is causing a crash in recent by senorblanco@chromium.org · 12 years ago
- 801cee1 Added ability to extract SkBitmaps to filter tool by robertphillips@google.com · 12 years ago
- 6a748ad Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- c7a37c7 Place r5997 (make arcto's convex) behind a compiler flag to delay day of reckoning with Webkit baselines by robertphillips@google.com · 12 years ago
- b95eaa8 Altered arcTo's canonical points to (usually) be convex by robertphillips@google.com · 12 years ago
- 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- c0e88e0 Munch the incoming inverse to force nearly-no-scale to no-scale, if we think by reed@google.com · 12 years ago
- ce65f38 Fixing refcount leak in SkBitmapHeap caused by collisions in SkFlatDictionary by junov@chromium.org · 12 years ago
- b2ad101 Make table color filter use asNewCustomStage. by bsalomon@google.com · 12 years ago
- 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 12 years ago
- 20c301b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- a8d9930 fast case for translate-only repeat bitmapshader, so Tom can be happy by reed@google.com · 12 years ago
- dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 12 years ago
- f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 12 years ago
- b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 12 years ago
- 04685d2 #define SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX to keep old, slow, non-opaque behavior by reed@google.com · 12 years ago
- f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- f7698de retool fFilterOne[X,Y] to store the translate dx, dy, so we can avoid float by reed@google.com · 12 years ago
- 8d21f6c When two or more color matrix image filters are connected together, and the non-leaf matrices do not require clamping, we can concatenate their matrices and apply them together. by senorblanco@chromium.org · 12 years ago
- 3bafe74 Add SkShader::asShadeProc to fast-path the caller when the shader is fast by reed@google.com · 12 years ago
- cb1bbb3 Fonts with cubic outlines are rendered without ClearType by GDI. by bungeman@google.com · 12 years ago
- 9a4c746 reland 5926 w/ fix in middle loop (thank you asserts) by reed@google.com · 12 years ago
- 6222be8 revert 5926 (debug assert) by reed@google.com · 12 years ago
- 1fe2690 add shaderproc32 for translate+clamp+nofilter. by reed@google.com · 12 years ago
- 97cd69c Fix matrix type in setRectToRect by reed@google.com · 12 years ago
- 3768853 Revert r3219. r3219 was a revert of r3036. r3036 made extractSubset copy the opaque bit but was reverted because of a partally-loaded jpeg issue in WK which has since been fixed: by bsalomon@google.com · 12 years ago
- 5b6f916 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 3ab43d5 Minimize use of SkDraw's matrix in SkGpuDevice. by bsalomon@google.com · 12 years ago
- 5dc26b9 SkTCopyOnFirstWrite by bsalomon@google.com · 12 years ago
- 027038a Turn off some debugging statements. by scroggo@google.com · 12 years ago
- fc84359 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 9f25de7 This patch implements generalized DAG connectivity for SkImageFilter. SkImageFilter maintains a list of inputs, which can be constructed either from a SkImageFilter** or zero or more SkImageFilter* arguments (varargs). by senorblanco@chromium.org · 12 years ago
- 36d6eda Draw hairline text as path. by bsalomon@google.com · 12 years ago
- a6926b1 Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a partial revert of r5871 which reverted r5861). by bsalomon@google.com · 12 years ago
- 3fffb2e Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation issues by robertphillips@google.com · 12 years ago
- 5cd3656 Make SkPictures valid regardless of SK_SUPPORT_HINTING_SCALE_FACTOR. by scroggo@google.com · 12 years ago
- cc0c8e6 correctly handle negative values in fixed_clamp() by reed@google.com · 12 years ago
- a1c3d78 Remove gainFocus() and setMatrixClip() virtuals from SkDevice. by bsalomon@google.com · 12 years ago
- 0e354aa Remove external matrix feature. by bsalomon@google.com · 12 years ago
- b1a72cb Remove state from SkColorSpaceLuminance to avoid memory management. by bungeman@google.com · 12 years ago
- 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
- 7cc7f49 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 3a80991 Ensure SkPathRef debug code mutex is initialized during creation of statically-initialized SkPaths. by bsalomon@google.com · 12 years ago
- ae09f2d Adds extra debugging to SkPathRef that can optionally be turned on in a release build. by bsalomon@google.com · 12 years ago
- 1dfe88e Revert r5557 (which itself was a revert of r5433). Relands SkPathRef. Will follow with change for extra debug checks to attempt to ferret out http://www.crbug.com/148637. by bsalomon@google.com · 12 years ago
- 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
- 21b519d catch empty stack in restorefixup called by clipRect by reed@google.com · 12 years ago
- a3301b6 reenable peephole optimization for save/clip/restore, with build flag by reed@google.com · 12 years ago
- dde646a re-land removal of setBitmapDevice by reed@google.com · 12 years ago
- 35e535a Rolling back r5732 due to Chrome Mac compiler issues by robertphillips@google.com · 12 years ago
- 768d59b remove setBitmapDevice -- no longer called, and is a necessary step on our way by reed@google.com · 12 years ago
- 1e9c987 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 9c39744 Fix recursive GPU processing for SkImageFilter. Plumb through the by senorblanco@chromium.org · 12 years ago
- d86e7ab remove call to setBitmapDevice (deprecated). by reed@google.com · 12 years ago
- 34dc9a2 allow chrome to use old drawBitmapRect beahvior for now, using SK_SUPPORT_INT_SRCRECT_DRAWBITMAPRECT by reed@google.com · 12 years ago
- 74bb77e add getMetaData() to SkCanvas (as part of our master plan to remove by mike@reedtribe.org · 12 years ago
- 7064e9a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 8ff8a19 Vertical metrics for FreeType. https://codereview.appspot.com/6554064/ by bungeman@google.com · 12 years ago
- 33535f3 Reimplement drawBitmapRectToRect to correctly handle fraction srcRect. by reed@google.com · 12 years ago
- 5b5bba3 Addressed xcode analysis complaints by robertphillips@google.com · 12 years ago
- a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
- 8136d58 check for very large blurs, and don't try to cache the result in fontcache by reed@google.com · 12 years ago
- 867cbd8 first cut at making iOS work by caryclark@google.com · 12 years ago
- ec0aa76 Explicitly convert from int to SkScalar to avoid a compiler error on gcc 4.5 by george@mozilla.com · 12 years ago
- 7112173 re-re-land 5578 by reed@google.com · 12 years ago
- 10f9f4a revert 5580 by reed@google.com · 12 years ago
- eab16de re-land 5578 w/ pipe fix by reed@google.com · 12 years ago
- c75c36a revert 5578 -- broke pipe by reed@google.com · 12 years ago
- f1ab723 Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This by reed@google.com · 12 years ago
- 66bcbd1 Check for invalid SkPictures by borenet@google.com · 12 years ago
- 055c7c2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 6c5418e Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 branch. by bsalomon@google.com · 12 years ago
- 6132eb9 speculative fix for crbug.com/147406 -- disabling save/clip/restore peephole by reed@google.com · 12 years ago
- a9baf11 Double size of buffer for SkString::printf() by rileya@google.com · 12 years ago
- d614c6a For a picture playback with nothing written, use an empty SkData. by scroggo@google.com · 12 years ago
- 1c6307e Fix some nits from http://codereview.appspot.com/6506103/ by rileya@google.com · 12 years ago
- 8cae835 fix fragile cubic stepper, where we want to assert that each tesselated segment by reed@google.com · 12 years ago
- 1d225f2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 90f2d07 Fix for gcc compile error. Unreviewed. by rileya@google.com · 12 years ago
- 8515e79 Add R-Tree record flag to SkPicture, plus some cleanup/fixes in associated classes. by rileya@google.com · 12 years ago
- 178a267 Address warnings from clang build bot by robertphillips@google.com · 12 years ago
- 1f1543f re-apply 5508, but with the new compile-flag disabled for now by reed@google.com · 12 years ago
- d8a6cc8 Make texteffects gm work through serialization and pipe. by scroggo@google.com · 12 years ago
- bfe1572 revert 5508 -- it broke most of the builds by reed@google.com · 12 years ago
- 1f8787a Using the device scale factor for glyph positioning by wjmaclean@chromium.org · 12 years ago
- a9279f0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 9f5898d Add SkBBoxRecord subclass that builds up a BBoxHierarchy and PictureStateTree. by rileya@google.com · 12 years ago
- 0996e83 Fix 5492. by bungeman@google.com · 12 years ago
- ae30f56 Reduce SkMaskGamma cache thrashing. https://codereview.appspot.com/6497114/ by bungeman@google.com · 12 years ago