aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-19
* Fix bugs in r7291Gravatar epoger@google.com2013-01-19
* re-land r7258 with fixes and testsGravatar epoger@google.com2013-01-19
* Partial revert of r7287 to green up the bots.Gravatar senorblanco@chromium.org2013-01-18
* Roll out r7258Gravatar epoger@google.com2013-01-18
* Update gyp revision.Gravatar bungeman@google.com2013-01-18
* (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.)Gravatar senorblanco@chromium.org2013-01-18
* gm self-test: followup to r7284Gravatar epoger@google.com2013-01-18
* Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283)Gravatar robertphillips@google.com2013-01-18
* make gm self-test more robustGravatar epoger@google.com2013-01-18
* fix unused-variable warning in src/effects/SkBicubicImageFilter.cppGravatar reed@google.com2013-01-18
* tools.gyp: dependencies in apfabetical orderGravatar edisonn@google.com2013-01-18
* Removed unused variable in SkBicubicImageFilter.cppGravatar robertphillips@google.com2013-01-18
* in SkPath::dump(), add \n after close() printf, so we don't run into the next...Gravatar reed@google.com2013-01-18
* increase iteration count from 16 to 24, when computing cubic-line intersection.Gravatar reed@google.com2013-01-18
* Fix 7273 for neonGravatar robertphillips@google.com2013-01-18
* Fix GPU-less build. Unreviewed.Gravatar senorblanco@chromium.org2013-01-18
* Implement a bicubic resampling image filter, with raster and GPU backends.Gravatar senorblanco@chromium.org2013-01-18
* Build render_pdfs on buildbot.Gravatar edisonn@google.com2013-01-18
* Added shaderproc for 1xN repeatX/repeatY BitmapProcShaderGravatar robertphillips@google.com2013-01-18
* Fix gyp files when building Android for x86Gravatar djsollen@google.com2013-01-18
* Whitespace commit to test annotations (AddDashboardAnnotation)Gravatar rmistry@google.com2013-01-18
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-18
* change SkPath::dump() to output compilable code snippet, to aid in debugging.Gravatar reed@google.com2013-01-17
* shape ops work in progressGravatar caryclark@google.com2013-01-17
* Don't die when there are no fonts available.Gravatar bungeman@google.com2013-01-17
* Added new bench to test out 1xN BitmapProcShadersGravatar robertphillips@google.com2013-01-17
* All skp files in Google Storage have been updatedGravatar rmistry@google.com2013-01-17
* Fix call to INHERITED::isEqual in GrRadial2Gradient. Should be INHERITED::onI...Gravatar bsalomon@google.com2013-01-17
* Reapply r7198 with Mac/Windows fixesGravatar epoger@google.com2013-01-17
* Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec...Gravatar bsalomon@google.com2013-01-17
* Make navigating the picture view in debugger more functional.Gravatar bungeman@google.com2013-01-17
* Fix debugger handling of clip rrectsGravatar robertphillips@google.com2013-01-17
* cherry-pick from 7241: speed-up matrix44::setconcat when both inputs areGravatar reed@google.com2013-01-17
* Adding CheckChangeHasOnlyOneEol to upload and commit presubmit checksGravatar rmistry@google.com2013-01-17
* Switch debugger profiling stubs over to being guarded by SK_DEVELOPERGravatar robertphillips@google.com2013-01-17
* Revert r7241, which broke tests on most platforms.Gravatar tomhudson@google.com2013-01-17
* Remove unused debugger code from SampleApp.Gravatar djsollen@google.com2013-01-17
* Top-level presubmit script for Skia trunk that checks https://skia-tree-statu...Gravatar rmistry@google.com2013-01-17
* Add SSE2 multiplication for SkMatrix44 on some platforms.Gravatar tomhudson@google.com2013-01-17
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-17
* Fixing expression logic from r7237/r7234Gravatar junov@chromium.org2013-01-16
* Compiler warning fixes for r7235Gravatar robertphillips@google.com2013-01-16
* fix int->scalar warningsGravatar reed@google.com2013-01-16
* add gm for comparing drawSprite and drawBitmapGravatar reed@google.com2013-01-16
* Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that u...Gravatar junov@chromium.org2013-01-16
* Add option to ignore small pixel diffs for --validate. By default, rightGravatar edisonn@google.com2013-01-16
* mark default constructor for SkMatrix44 as deprecated, since it calls setIden...Gravatar reed@google.com2013-01-16
* Adding SK_API to SkTileGridPicture class declarationGravatar junov@chromium.org2013-01-16
* Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-...Gravatar bsalomon@google.com2013-01-16