aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Close pending save() calls in QT debugger to avoid saveLayer() corruption.Gravatar tomhudson@google.com2012-11-27
* Address debugger profiling issue in tile modeGravatar robertphillips@google.com2012-11-27
* Make the clip stack reduction test generate inverse filled paths.Gravatar bsalomon@google.com2012-11-27
* don't leak *every* src mask in the ninepatch case. doh.Gravatar reed@google.com2012-11-27
* add onOnceBeforeDraw() virtual, so gm's can easily perform lazy initializationGravatar reed@google.com2012-11-27
* don't use bit-wise test for equality when using floats.Gravatar reed@google.com2012-11-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-27
* Actually fix GPU-less build.Gravatar bsalomon@google.com2012-11-26
* Fix GPU-less build.Gravatar bsalomon@google.com2012-11-26
* 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 legacy build-guards, now that webkit has rebaselined these.Gravatar reed@google.com2012-11-26
* choose correct blitrow proc based on global alphaGravatar reed@google.com2012-11-26
* Visualize bitmaps in debuggerGravatar robertphillips@google.com2012-11-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-22
* Remove GrRandom API in favor of SkRandom.Gravatar tfarina@chromium.org2012-11-21
* shape ops work in progressGravatar caryclark@google.com2012-11-21
* Add self-test that reveals SkChecksum weaknessGravatar epoger@google.com2012-11-21
* Fixed some compilation problems with debugger with robertphillipsGravatar rmistry@google.com2012-11-21
* add default: to fix warningGravatar reed@google.com2012-11-21