aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Formatting only, multi-line call actually fits on one line.Gravatar bungeman@google.com2012-01-03
* Disable colormatrix GM test, since it's failing on win32 float release.Gravatar senorblanco@chromium.org2012-01-03
* Build fix. Forgot to update gyp.Gravatar schenney@chromium.org2012-01-03
* Removing unnecessary gm tests. Unreviewed but approved by reed@google.com.Gravatar schenney@chromium.org2012-01-03
* Speculative fix to please the skia buildbots. I couldn't repro the failureGravatar senorblanco@chromium.org2012-01-03
* Add null check to createPlatformTextureGravatar bsalomon@google.com2012-01-03
* Implement the color matrix filter in Ganesh. Also, fix and enable the colorGravatar senorblanco@chromium.org2012-01-03
* Fix off-by-one error in assertion; improve coverage_to_exact_alpha()Gravatar tomhudson@google.com2012-01-03
* expose isSubpixel() on the cache, so SkDraw can know if it should expectGravatar reed@google.com2012-01-03
* Add flags to GrStencilSettingsGravatar bsalomon@google.com2012-01-03
* Fix ToUnicode generation bug.Gravatar vandebo@chromium.org2012-01-03
* add helper drawSizeBounds to show the GM's sizeGravatar reed@google.com2012-01-03
* Update header comments to more accurately describe behavior ofGravatar tomhudson@google.com2012-01-03
* Fix return value from SkImageDecoder::DecodeFile(): false even in case ofGravatar tomhudson@google.com2012-01-03
* experiment #2 for JSON dataGravatar mike@reedtribe.org2012-01-02
* add experimental class for jsonGravatar mike@reedtribe.org2011-12-31
* add optional --forceBWtext to gm, forcing all text to BW to easeGravatar mike@reedtribe.org2011-12-30
* Add tool that downloads gm baseline images from the bots.Gravatar epoger@google.com2011-12-29
* Fix problems with SampleApp Fuzzer due to issues in iterating over degenerate...Gravatar schenney@chromium.org2011-12-29
* Tighten up restrictions on blit width: some shaders assert that theyGravatar tomhudson@google.com2011-12-29
* Commit base-macmini gm baselines that are similar to those in base-macproGravatar epoger@google.com2011-12-28
* Add SkTableColorFilter, as a foundation for several SVG filtersGravatar mike@reedtribe.org2011-12-28
* add SK_OVERRIDEGravatar mike@reedtribe.org2011-12-28
* return -1 if we failed to find by titleGravatar mike@reedtribe.org2011-12-28
* Fix fixed-point antialiased clipping GM; upload baselines.Gravatar tomhudson@google.com2011-12-28
* Add number-of-missing-baseline-images report to gmGravatar epoger@google.com2011-12-28
* Bugfixes to antialiased blitting.Gravatar tomhudson@google.com2011-12-28
* Fix Windows build breakage in http://code.google.com/p/skia/source/detail?r=2925Gravatar epoger@google.com2011-12-28
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* RETURN key now records default slide for startupGravatar mike@reedtribe.org2011-12-27
* New 'blitAntiRect' entry point for blitters, specialized in supersamplingGravatar tomhudson@google.com2011-12-27
* Protecting changes to the SkPath iteration with an ifdef for Chromium.Gravatar schenney@chromium.org2011-12-21
* add move-close-move and move-close-move-close to the "empty" paths to testGravatar reed@google.com2011-12-21
* support vertical text and typeface-by-name on LeopardGravatar caryclark@google.com2011-12-21
* add unittest for invariants for empty paths, still need to think aboutGravatar reed@google.com2011-12-21
* Unreviewed. Adding a define to enable the old bahevior for SkPath::isEmpty.Gravatar schenney@chromium.org2011-12-21
* declare IsVariationSelector to be inline, to fix warningGravatar reed@google.com2011-12-21
* preserve inverseness when strokingGravatar reed@google.com2011-12-21
* add SkUnichar_IsVariationSelector()Gravatar reed@google.com2011-12-21
* New gm to test anti-aliased clipping.Gravatar tomhudson@google.com2011-12-21
* Coverity: Add a default case in SkPDFShader. CID=101159Gravatar vandebo@chromium.org2011-12-21
* Unreviewed. Fixing the Windows build, due to a non definition of M_PI.Gravatar schenney@chromium.org2011-12-20
* Unreviewed changes to the gm tests for paths. Each test is broken into fourGravatar schenney@chromium.org2011-12-20
* Disable colorfilter GM for now, since it causes Debug Fixed builds to assert.Gravatar senorblanco@chromium.org2011-12-20
* Implement SkColorFilter::asColorMatrix() virtual, and override inGravatar senorblanco@chromium.org2011-12-20
* fix 'no static globals' for chromiumGravatar caryclark@google.com2011-12-20
* add baselines for macproGravatar reed@google.com2011-12-20
* fix vertical text on LionGravatar caryclark@google.com2011-12-20
* A software implementation of the Gaussian blur filter, using 3 box blurs. AlsoGravatar senorblanco@chromium.org2011-12-20
* Fixing PathTest. It was always broken in the convexity test code dueGravatar schenney@chromium.org2011-12-20