- 935ad02 Add drawPoints dash bench by robertphillips@google.com · 12 years ago
- fdabcb5 Add missing SK_API definition at request of Chromium callers by djsollen@google.com · 12 years ago
- 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago
- 8182fa0 Make SkClipStack::Iter use SkClipStack::Element. by bsalomon@google.com · 12 years ago
- e659c2e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- b8b8ba0 Fix compiler error in SkTInternalList.h by robertphillips@google.com · 12 years ago
- bc293c4 Added SK_BUILD_FOR_NACL to SkPreConfig.h by borenet@google.com · 12 years ago
- 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
- dd3f7a9 Reland r6649 with fix for build errors. by bsalomon@google.com · 12 years ago
- acc71aa Revert 6649 due to build breaks. by bsalomon@google.com · 12 years ago
- 4928f86 Insert in middle of SkTInternalLList and SkTLList, in place cons for SkTLList. by bsalomon@google.com · 12 years ago
- 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 12 years ago
- 42619d8 Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for forthcoming SkTLList. by bsalomon@google.com · 12 years ago
- 0da23a5 Tweak an enum declaration to make the clang compiler happy. by tomhudson@google.com · 12 years ago
- 9f0af0a Create aliases AddRef() and Release() to SkRefCnt for compatibility with scoped_refptr by reed@google.com · 12 years ago
- 000dea7 Disabling validation of the glyph cache for standard debug builds. by djsollen@google.com · 12 years ago
- c3d7d90 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- deb4c16 Keep track of identity SkMatrix44s by jamesr@chromium.org · 12 years ago
- 5fac58c Remove SkClipStack::Iter::combinedNext. by bsalomon@google.com · 12 years ago
- 9f686f3 Create a factory to decode an SkBitmap from an SkData. by scroggo@google.com · 12 years ago
- 8a98e3b Make SkClipStack::Element public. by bsalomon@google.com · 12 years ago
- fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 12 years ago
- 9128edc Rename SkClipStack::Rec to SkClipStack::Element by bsalomon@google.com · 12 years ago
- 91f489a Modify the blur bench to add tests for high-quality blurs, and large non-integer blurs. Change the Coarse flag (which just turns on separable blurs) to an #ifdef, since separable is no longer just Coarse. (This #ifdef will hopefully be shortlived, once Chrome has switched). by senorblanco@chromium.org · 12 years ago
- 8520301 Add newline at end of SkRRect.h by robertphillips@google.com · 12 years ago
- 5985e7c SkRoundRect start by robertphillips@google.com · 12 years ago
- 687c57c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 5e5885a update dox by reed@google.com · 12 years ago
- 629ab54 Added dashing fast path by robertphillips@google.com · 12 years ago
- ab38f7a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 68d6bb0 revert prev change to reset by reed@google.com · 12 years ago
- 4efd9d9 guard for self-assignment in reset() by reed@google.com · 12 years ago
- 705e840 Make the clip stack reduction test generate inverse filled paths. by bsalomon@google.com · 12 years ago
- 631940c don't use bit-wise test for equality when using floats. by reed@google.com · 12 years ago
- 51a6286 Add a function that computes a reduced representation of the clip stack. by bsalomon@google.com · 12 years ago
- 971aca7 change SkDrawFilter::filter to return a bool, where false means don't-draw by reed@google.com · 12 years ago
- db3f0fd must always include another skia header (unless you're SkTypes.h). In this case, by reed@google.com · 12 years ago
- a8a3b3d check for bad enum use when adding contours by reed@google.com · 12 years ago
- 223137f Remove GrRandom API in favor of SkRandom. by tfarina@chromium.org · 12 years ago
- 5347de1 Simple change to remove unnecessary #define statement. by sugoi@google.com · 12 years ago
- 7775fd5 Deferred canvas can now be flushed if an image is beyond a certain size to avoid a costly image copy. by sugoi@google.com · 12 years ago
- f68154a Add isRect variant that returns path closure and direction. by caryclark@google.com · 12 years ago
- 336b4da Separable mask blurs: Add compile-time flag. Fix reversed offsets in asymmetrical blurs (this bug cancels itself out, but I thought it might be confusing for future readers). Use correct stride in asymmetrical blurs (this is a real bug). by senorblanco@chromium.org · 12 years ago
- f6c9a5b add restore() to SkAutoCanvasRestore by reed@google.com · 12 years ago
- 3458716 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 866ff87 Reverting r6489 to fix compiler error in Chrome by robertphillips@google.com · 12 years ago
- f11cf9f Add SkMatrix44::setColMajord, etc. by vollick@chromium.org · 12 years ago
- e0d44ff Add support for new glShaderSource() signature from Khronos. Disabled by default. by senorblanco@chromium.org · 12 years ago
- 15393c7 Add missing SK_API define. by tfarina@chromium.org · 12 years ago
- dab9b4f use SkPath::isNestedRects() to apply blurred nine-patch by reed@google.com · 12 years ago
- 56f233a add two nested rect detector to path by caryclark@google.com · 12 years ago
- 4ce738b Extract transform_scanline_XXXX functions into transform_scanline.h for code-sharing by epoger@google.com · 12 years ago
- b947625 remove unused (and undefined) SkColorSpace parameter. by mike@reedtribe.org · 12 years ago
- 9b21c25 Add SkMatrix44::setTranspose by vollick@chromium.org · 12 years ago
- 459e662 Remove a warning for comparing signed and unsigned integers. by scroggo@google.com · 12 years ago
- 260eae5 move setDevice() to protected: in preparation for its eventual demise by reed@google.com · 12 years ago
- cd5f7e2 mark SkCanvas::setDevice as DEPRECATED -- need to remove all callers in chrome by reed@google.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
- 5596a69 Add support for SK_MSCALAR_IS_FLOAT by vollick@chromium.org · 12 years ago
- 3959a76 Changing the visibility of SkMatrix44::determinant(). by vollick@chromium.org · 12 years ago
- 30c174b Make SkPath cache the result of cheapComputeDirection. by bsalomon@google.com · 12 years ago
- dd31131 add const to src parameter for mapMScalars() by reed@google.com · 12 years ago
- 2e0c79f Revert 6351 due to bugs. by bsalomon@google.com · 12 years ago
- 1ea95be add explicit mapScalars and mapMScalars entry-points, instead of just map() by reed@google.com · 12 years ago
- 20d4467 simplify macros, since we no longer support scalar == fixed by reed@google.com · 12 years ago
- d729b3e add entry-point to SkMaskFilter to fast-path rectangles. by reed@google.com · 12 years ago
- d9f7503 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 6898d52 add centerX() and centerY() to SkIRect (because they made me) 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
- 72b2e6f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.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
- 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
- 4d30383 add more utilities: roundIn(), offsetTo() by reed@google.com · 12 years ago
- a362237 add draw filter option to picture_bench by caryclark@google.com · 12 years ago
- 9daf96a Break out SkOffsetImageFilter into its own file, and derive it from by senorblanco@chromium.org · 12 years ago
- f9a1455 Avoid re-definition of STDC symbols, needed for my ffmpeg work. by senorblanco@chromium.org · 12 years ago
- 1aa90cf Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 61729ec Remove a pointless anonymous namespace in a header. by thakis@chromium.org · 12 years ago
- dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 12 years ago
- 4187a2f Attempt to patch Chrome compiler failures by robertphillips@google.com · 12 years ago
- 17fc651 Make all remaining effects use GrGLEffectMatrix by bsalomon@google.com · 12 years ago
- b4a55b7 Make morphology, convolution, and table color filter opt out of default texture matrices. by bsalomon@google.com · 12 years ago
- 92b6a94 Make GrGLTextureDomainEffect use GrGLEffectMatrix. by bsalomon@google.com · 12 years ago
- b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
- 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
- 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
- 35ac048 Refactoring RTree integration to support SkBBoxHierarchy polymorphism in SkPicture. by junov@chromium.org · 12 years ago
- d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
- 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
- c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
- 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
- ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
- f3dc199 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 7103f18 GDI fonthost to serialize using correct font name. by bungeman@google.com · 12 years ago
- e1e7d7a add SkScalarsEqual() so we don't have to use memcmp for arrays of floats. by reed@google.com · 12 years ago
- 4d3c281 Implement SkCondVar for windows. by scroggo@google.com · 12 years ago