aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* cache fontmetrics in picture-recordGravatar reed@google.com2012-12-07
* mark bitmaps as immutable as we deserialize them into picture-playbackGravatar reed@google.com2012-12-07
* Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS)Gravatar epoger@google.com2012-12-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-07
* Defining new color constat for transparent colorGravatar junov@google.com2012-12-06
* Use ReduceClipStack in ClipMaskManager.Gravatar bsalomon@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
* Make the clip reducer operate on int rects. Remove redundant Gr from func Gravatar bsalomon@google.com2012-12-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-06
* Move GrReducedClip to its own files.Gravatar bsalomon@google.com2012-12-05
* optimize translate and scaleGravatar reed@google.com2012-12-05
* Add drawPoints dash benchGravatar robertphillips@google.com2012-12-05
* Clean up SkFontHost_mac_coretext.Gravatar bungeman@google.com2012-12-05
* Add operator delete to match operator new for SkTLList.Gravatar bsalomon@google.com2012-12-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-05
* Make GrReduceClipStack use a caller provided query rect rather than return a Gravatar bsalomon@google.com2012-12-04
* Handle recording a bitmap if copy fails.Gravatar scroggo@google.com2012-12-04
* Fix stale iterators in LList test. Add newline to end of SkTLList.hGravatar bsalomon@google.com2012-12-04
* 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
* Provide default guess at font type in Mac CoreText font host, since CT's dete...Gravatar bungeman@google.com2012-12-03
* The short version of the 'loca' table stores offsets divided by 2.Gravatar bungeman@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
* Templatize AutoCFRelease and use it.Gravatar bungeman@google.com2012-12-03
* Insert in middle of SkTInternalLList and SkTLList, in place cons for Gravatar bsalomon@google.com2012-12-03
* Add SkTLList, linked list class implemented on top of the internal llist class.Gravatar bsalomon@google.com2012-12-03
* Fixed remaining clang compiler warningsGravatar robertphillips@google.com2012-12-03
* Revert change accidentally committed.Gravatar bsalomon@google.com2012-12-03
* Add SkTLList, linked list class implemented on top of the internal llist class.Gravatar bsalomon@google.com2012-12-03
* Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for ...Gravatar bsalomon@google.com2012-12-03
* Fix clang 'overloaded-virtual' warnings.Gravatar tfarina@chromium.org2012-12-03
* Tweak an enum declaration to make the clang compiler happy.Gravatar tomhudson@google.com2012-12-03
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-01
* Disabling validation of the glyph cache for standard debug builds.Gravatar djsollen@google.com2012-11-30
* Add auto table ref for coretext.Gravatar bungeman@google.com2012-11-30
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-30
* Fix for roll-blocking compiler error in SkRRect.cppGravatar robertphillips@google.com2012-11-30
* Clean up some Windows compiler warnings.Gravatar senorblanco@chromium.org2012-11-29
* 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
* use fast-pt case when radius <= 1/2, instead of just hairlinesGravatar reed@google.com2012-11-29