aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* add helpers for isTranslate and isScaleTranslateGravatar mike@reedtribe.org2012-12-10
* Improve handling of inverse clip paths in GrClipMaskManager.Gravatar bsalomon@google.com2012-12-07
* Fix some extract subset bugs.Gravatar scroggo@google.com2012-12-07
* speedup peek32() when the offset is in the last block (fTail)Gravatar reed@google.com2012-12-07
* comment-only fixGravatar epoger@google.com2012-12-07
* Defining new color constat for transparent colorGravatar junov@google.com2012-12-06
* As part of preliminary groundwork for a chromium fix, this changelist is depr...Gravatar sugoi@google.com2012-12-06
* add query to pixelref for its encoded data (if it has any)Gravatar reed@google.com2012-12-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-06
* optimize translate and scaleGravatar reed@google.com2012-12-05
* Add drawPoints dash benchGravatar robertphillips@google.com2012-12-05
* Add missing SK_API definition at request of Chromium callersGravatar djsollen@google.com2012-12-05
* 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