aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Pull SkMergeImageFilter out into its own file.Gravatar senorblanco@chromium.org2012-12-04
* Make SkClipStack::Iter use SkClipStack::Element.Gravatar bsalomon@google.com2012-12-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-04
* Fix compiler error in SkTInternalList.hGravatar robertphillips@google.com2012-12-03
* Added SK_BUILD_FOR_NACL to SkPreConfig.hGravatar borenet@google.com2012-12-03
* add getTypes() to SkMatrix44, to cache how complex the matrix is.Gravatar reed@google.com2012-12-03
* Reland r6649 with fix for build errors.Gravatar bsalomon@google.com2012-12-03
* Revert 6649 due to build breaks.Gravatar bsalomon@google.com2012-12-03
* Insert in middle of SkTInternalLList and SkTLList, in place cons for Gravatar bsalomon@google.com2012-12-03
* Fixed remaining clang compiler warningsGravatar robertphillips@google.com2012-12-03
* Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for ...Gravatar bsalomon@google.com2012-12-03
* Tweak an enum declaration to make the clang compiler happy.Gravatar tomhudson@google.com2012-12-03
* Create aliases AddRef() and Release() to SkRefCnt for compatibility with scop...Gravatar reed@google.com2012-11-30
* Disabling validation of the glyph cache for standard debug builds.Gravatar djsollen@google.com2012-11-30
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-30
* Keep track of identity SkMatrix44sGravatar jamesr@chromium.org2012-11-29
* Remove SkClipStack::Iter::combinedNext.Gravatar bsalomon@google.com2012-11-29
* Create a factory to decode an SkBitmap from an SkData.Gravatar scroggo@google.com2012-11-29
* Make SkClipStack::Element public.Gravatar bsalomon@google.com2012-11-29
* add SkPictureUtils::GatherPixelRefs()Gravatar reed@google.com2012-11-29
* Rename SkClipStack::Rec to SkClipStack::ElementGravatar bsalomon@google.com2012-11-29
* Modify the blur bench to add tests for high-quality blurs, and large non-inte...Gravatar senorblanco@chromium.org2012-11-29
* Add newline at end of SkRRect.hGravatar robertphillips@google.com2012-11-29
* SkRoundRect startGravatar robertphillips@google.com2012-11-29
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-29
* update doxGravatar reed@google.com2012-11-28
* Added dashing fast pathGravatar robertphillips@google.com2012-11-28
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-28
* revert prev change to resetGravatar reed@google.com2012-11-27
* guard for self-assignment in reset()Gravatar reed@google.com2012-11-27
* Make the clip stack reduction test generate inverse filled paths.Gravatar bsalomon@google.com2012-11-27
* don't use bit-wise test for equality when using floats.Gravatar reed@google.com2012-11-27
* Add a function that computes a reduced representation of the clip stack.Gravatar bsalomon@google.com2012-11-26
* change SkDrawFilter::filter to return a bool, where false means don't-drawGravatar reed@google.com2012-11-26
* must always include another skia header (unless you're SkTypes.h). In this case,Gravatar reed@google.com2012-11-26
* check for bad enum use when adding contoursGravatar reed@google.com2012-11-26
* Remove GrRandom API in favor of SkRandom.Gravatar tfarina@chromium.org2012-11-21
* Simple change to remove unnecessary #define statement.Gravatar sugoi@google.com2012-11-21
* Deferred canvas can now be flushed if an image is beyond a certain size to av...Gravatar sugoi@google.com2012-11-21
* Add isRect variant that returns path closure and direction.Gravatar caryclark@google.com2012-11-21
* Separable mask blurs: Add compile-time flag. Fix reversed offsets in asymme...Gravatar senorblanco@chromium.org2012-11-20
* add restore() to SkAutoCanvasRestoreGravatar reed@google.com2012-11-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-20
* Reverting r6489 to fix compiler error in ChromeGravatar robertphillips@google.com2012-11-20
* Add SkMatrix44::setColMajord, etc.Gravatar vollick@chromium.org2012-11-19
* Add support for new glShaderSource() signature from Khronos. Disabled by def...Gravatar senorblanco@chromium.org2012-11-19
* Add missing SK_API define.Gravatar tfarina@chromium.org2012-11-19
* use SkPath::isNestedRects() to apply blurred nine-patchGravatar reed@google.com2012-11-19
* add two nested rect detector to pathGravatar caryclark@google.com2012-11-19
* Extract transform_scanline_XXXX functions into transform_scanline.h for code-...Gravatar epoger@google.com2012-11-16