aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* 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
* Add auto table ref for coretext.Gravatar bungeman@google.com2012-11-30
* Adds BENCH_ALLOWED_NOISE to widen expected bench ranges.Gravatar bensong@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
* rebaseline.py: Allow multiple testnames on the command line.Gravatar senorblanco@chromium.org2012-11-29
* remove 4444 support (for now) form gm -- not used (afaik) and slows us downGravatar reed@google.com2012-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
* add SkPictureUtils::GatherPixelRefs()Gravatar reed@google.com2012-11-29
* Change SkClipStack::Element::State to SkClipStack::Type, rename Comine* membe...Gravatar bsalomon@google.com2012-11-29
* Turn on the separable blur (release the hounds!). This will require rebaseli...Gravatar senorblanco@chromium.org2012-11-29
* Rename SkClipStack::Rec to SkClipStack::ElementGravatar bsalomon@google.com2012-11-29
* Fix the gr/gl destruction order in Test.cppGravatar 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
* Remove legacy flag for android from testsGravatar djsollen@google.com2012-11-29
* Fix test app to ensure that we destroy our GPU resources.Gravatar djsollen@google.com2012-11-29
* Enable profiling options to be selectively enabled for a given buildGravatar djsollen@google.com2012-11-29
* shape ops work in progressGravatar caryclark@google.com2012-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
* Remove what turns out to be a bogus assert.Gravatar bungeman@google.com2012-11-28
* update doxGravatar reed@google.com2012-11-28
* Write correct type of sfnt file in mac coretext open stream.Gravatar bungeman@google.com2012-11-28
* Update bench_expectations.txt with new codes in issue 6842112.Gravatar bensong@google.com2012-11-28
* Update gm self-test to pass again after r6585Gravatar epoger@google.com2012-11-28
* Added dashing fast pathGravatar robertphillips@google.com2012-11-28
* Set empty/wide-open genID on clip stack in more places and fix a bug in GrRed...Gravatar bsalomon@google.com2012-11-28
* Update gyp to allow alternative out directoriesGravatar djsollen@google.com2012-11-28
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-28
* Implement radius interpolation for separable blur. Unroll both separable imp...Gravatar senorblanco@chromium.org2012-11-27
* update bench_expectations with wider range before further investigations and ...Gravatar bensong@google.com2012-11-27
* capture repro case for gradient bug (inside if-false for now)Gravatar reed@google.com2012-11-27
* revert prev change to resetGravatar reed@google.com2012-11-27
* add skp bench expectations and watch for alerts.Gravatar bensong@google.com2012-11-27
* guard for self-assignment in reset()Gravatar reed@google.com2012-11-27
* Temporarily disable clip stack reduce test while working on fix.Gravatar bsalomon@google.com2012-11-27