- 13201e7 fold kClear_Mode into kSrc_Mode, and make kSrc_Mode go faster by reed@google.com · 12 years ago
- 0f5891c remove (unused) debugging global by reed@google.com · 12 years ago
- cec8de6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 9bee33a Add a conservativelyContainsRect function to SkPath. by bsalomon@google.com · 12 years ago
- fbb0ed9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 9a5b570 Allow SkPicture-derived classes install their own SkPicturePlayback-derived object by robertphillips@google.com · 12 years ago
- 6f6dfb4 Added profiling stubs to SkPicturePlayback by robertphillips@google.com · 12 years ago
- 30c174b Make SkPath cache the result of cheapComputeDirection. by bsalomon@google.com · 12 years ago
- 2e0c79f Revert 6351 due to bugs. by bsalomon@google.com · 12 years ago
- 453995e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 3fb91a1 use SKIRect::centerX,Y by reed@google.com · 12 years ago
- d729b3e add entry-point to SkMaskFilter to fast-path rectangles. by reed@google.com · 12 years ago
- 6794a25 Apply intersect rects to earlier clip elements and skip rects when possible. by bsalomon@google.com · 12 years ago
- e8ca6c6 Combine multiple intersecting rects in SkClipStack::Iter. by bsalomon@google.com · 12 years ago
- 2a7579d CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that, by reed@google.com · 12 years ago
- adc58e4 Unit testing for SkTileGrid Review URL: https://codereview.appspot.com/6827053 by junov@chromium.org · 12 years ago
- 7b7cdd1 Some improvements to reduce the number of pixels touched in generating alpha clip masks by bsalomon@google.com · 12 years ago
- 8f0a7b8 Add temporary interfaces in blur and clip to by caryclark@google.com · 12 years ago
- bb094b9 fix SkRegion::intersects(rect) where the part of the rgn that we intersect is by reed@google.com · 12 years ago
- 3302783 Convert clipPaths to clipRects where possible in pictureRecord by robertphillips@google.com · 12 years ago
- 796a175 fix SkRegion::contains(rect), thanks to danakj and http://code.google.com/p/skia/issues/detail?id=958 by mike@reedtribe.org · 12 years ago
- 7b53706 Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playback. by junov@chromium.org · 12 years ago
- de1390d When cloning into an SkPicture, clear its data. by scroggo@google.com · 12 years ago
- 760f2d9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 35ac048 Refactoring RTree integration to support SkBBoxHierarchy polymorphism in SkPicture. by junov@chromium.org · 12 years ago
- dfef456 Fix asserts in SkPathMeasure to honor documented API by djsollen@google.com · 12 years ago
- f94b3a4 Make SkShader store localM directly rather than as a separate alloc. by bsalomon@google.com · 12 years ago
- c1f6db8 catch case where clipping shortened the line down to a single pixel, but our by reed@google.com · 12 years ago
- 683c3c7 Shortcut inverting the identity matrix. by bsalomon@google.com · 12 years ago
- 09a029b factor out computation for dy in SkEdge lines, so we can later try a fix. by reed@google.com · 12 years ago
- 4284388 Fix cross compilation with mingw. by bungeman@google.com · 12 years ago
- 0c3b9cf Use consistent globals in AttachCache. https://codereview.appspot.com/6816052/ by bungeman@google.com · 12 years ago
- e8ebeb1 Add option to gm: write out images into a hierarchy, rather than a flat set of files by epoger@google.com · 12 years ago
- 0c5f376 Fix generateMask to properly apply pre-blend. by bungeman@google.com · 12 years ago
- 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