1. 588f3d3 Change double constants to floats. by jvanverth@google.com · 12 years ago
  2. 08284e4 Add basic SVD support to SkMatrix. Allows you to pull out the x- and y-scale factors, sandwiched by two rotations. by commit-bot@chromium.org · 12 years ago
  3. 0449a56 pdfviewer: explicitely use set, instead of dictionary, fails to compile in some versions of python. by edisonn@google.com · 12 years ago
  4. 43f2b2c SkiaExamples improvements. by sglez@google.com · 12 years ago
  5. 03d5f4b pdfviewer: path for outputs are relative to some other folder, make them absolute. by edisonn@google.com · 12 years ago
  6. 586db93 refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 12 years ago
  7. d9763a5 fix warning of implicit cast to float by reed@google.com · 12 years ago
  8. 8d725b2 all in the gyp by mtklein@google.com · 12 years ago
  9. 147adb1 pdfviewer: remove dependency on picture_utils. add utility function to render SkStream into bitmap. by edisonn@google.com · 12 years ago
  10. c172cf4 Rollback Nexus10, ANGLE, and Win7 expectations after r10251 revert. by fmalita@google.com · 12 years ago
  11. 5fdc983 expose shaders by reed@google.com · 12 years ago
  12. 27e1c00 rebaseline.py: set text mimetype for all .json files, so text diffs work by epoger@google.com · 12 years ago
  13. 1c25e5a Set all gm expected-results.json files to text mimetype by epoger@google.com · 12 years ago
  14. be19dbe use SK_DECLARE_STATIC_MUTEX by reed@google.com · 12 years ago
  15. 2c38fed use sk_bzero to init level, since I got the number of 0s wrong using { } by reed@google.com · 12 years ago
  16. 87e74b6 rebaseline Android after update to freetype 2.5.0 by fmalita@google.com · 12 years ago
  17. d94697c add mipmaps to scaledimagecache by reed@google.com · 12 years ago
  18. 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 12 years ago
  19. 7f1af50 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  20. a7aa810 Deterministic SkTSet and PDF Output by commit-bot@chromium.org · 12 years ago
  21. 93a2e21 Implemented transparent gradients by commit-bot@chromium.org · 12 years ago
  22. 2853429 remove dead defines from SkUserConfig.h by reed@google.com · 12 years ago
  23. 4740135 Fix Clang build on SkPDFResourceDict (CL 18977002) by commit-bot@chromium.org · 12 years ago
  24. 1f08016 pdfviewer: more simple fixed to prevent crashes by edisonn@google.com · 12 years ago
  25. b44334c pdfviewer: don't crash if the xref is corrupted. by edisonn@google.com · 12 years ago
  26. 70d75ca Add SkChecksum::Murmur3. BUG= R=reed@google.com by commit-bot@chromium.org · 12 years ago
  27. d2d9f56 skpdiff: remove default value for output. Diifs can be very big, and fill a hard drive, no sense to generate them if not needed. by edisonn@google.com · 12 years ago
  28. 8e47376 If we fail to contruct the Pdf Image Shader, mark the object as busted, and dn't try to remove it from shaders list. Also, when we delete invalid shaders, remove the lock, otherwise we freeze (see CanonicalShadersMutex usage). by edisonn@google.com · 12 years ago
  29. 2fd5d36 pdfviewer: fix type3 font, make SkPdfObject::get parameter const by edisonn@google.com · 12 years ago
  30. e94a7d2 Move gm-expected to trunk/expectations/gm , and modify scripts that use it. by epoger@google.com · 12 years ago
  31. 0e66162 fix signed/unsigned warning by reed@google.com · 12 years ago
  32. 602a1d7 add scaledimagecache by reed@google.com · 12 years ago
  33. 7699eeb Revert r10281 -- it broke the Update step on Test builders by epoger@google.com · 12 years ago
  34. ed5eb4e Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441 by epoger@google.com · 12 years ago
  35. 2ccc3af pdfviewer: improve memory usage, improve parse time (by 30-50%) and don't allocate extra buffers (more to do, but low priority now), and put the page specific memory in an allocator. by edisonn@google.com · 12 years ago
  36. 0ab790b Move gm-expected to trunk/expectations/gm , and modify scripts that use it. by epoger@google.com · 12 years ago
  37. 434251f refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 12 years ago
  38. 88876db remove dead SampleDecode.cpp by reed@google.com · 12 years ago
  39. dfec28d Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 12 years ago
  40. bcc6d7d Update freetype to version 2.5.0.1 when building it from source. by djsollen@google.com · 12 years ago
  41. a82c9eb Use SKIA_OUT variable in make.py by borenet@google.com · 12 years ago
  42. 4fdbb22 turn off debugging printfs by caryclark@google.com · 12 years ago
  43. 672222e Update gyp DEPS by borenet@google.com · 12 years ago
  44. f8f8970 Roll freetype back to 2.4.9 until Android/NaCL errors are resolved. by djsollen@google.com · 12 years ago
  45. ee0f46d put max on outputted poi in skpdiff by zachr@google.com · 12 years ago
  46. 2e767c3 Update freetype DEPS to version 2.5 with PNG encoded color bitmap glyphs by djsollen@google.com · 12 years ago
  47. bc25558 Accidentally skipped buildbot runs on r10257 by borenet@google.com · 12 years ago
  48. 3e2ea25 I don't want these changes as part of the "allow bleeding" CL. by commit-bot@chromium.org · 12 years ago
  49. faa5ae4 Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/bin/g++ and Clang 3.3. by commit-bot@chromium.org · 12 years ago
  50. 6ae6383 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  51. ccf225c This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 12 years ago
  52. 49a07ad Last friday I changed this file to un-break the build. by commit-bot@chromium.org · 12 years ago
  53. 5b3e2b9 move skpdiff into tools by zachr@google.com · 12 years ago
  54. fc16667 Revert "Adds SkPDFResourceDict class, refactor existing code to use it." by vandebo@chromium.org · 12 years ago
  55. 3a8dfc3 Adds SkPDFResourceDict class, refactor existing code to use it. by commit-bot@chromium.org · 12 years ago
  56. 87bde7d include SkPaint.h by reed@google.com · 12 years ago
  57. b4a57f8 copy/paste error. don't use s. by reed@google.com · 12 years ago
  58. d761e32 pdfviewer: SkTDict, does accept to pass the length of the key also. We will use it, as this is a prerequirment for optimizing memory usage for pdf parser. by edisonn@google.com · 12 years ago
  59. eb3fe8e rename fFilterQuality to fFilterLevel by reed@google.com · 12 years ago
  60. 9cfc83c stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum by reed@google.com · 12 years ago
  61. 35f02fb ports for mac, ios, android, linux, windows by zachr@google.com · 12 years ago
  62. 1d241f1 Revert "Add SkImage->draw() call with src and dst rects." by fmalita@google.com · 12 years ago
  63. 1d91600 Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 12 years ago
  64. ac03d91 pdfviewer: All NulCanvas (does not draw operations), TrackDevice (trackes what pixels have been changed) by edisonn@google.com · 12 years ago
  65. 3fc4826 pdfviewer: fix typo (false != NULL) by edisonn@google.com · 12 years ago
  66. c93c8ac Add --csv parameter to skpdiff to dump all scores in a csv file. We can run it with all skps, and have scores available to look at worst offenders progarmatically. by edisonn@google.com · 12 years ago
  67. 4b18f57 Clean up a few warnings on Windows x64. by bungeman@google.com · 12 years ago
  68. b8f3655 Update obvious deps. by bungeman@google.com · 12 years ago
  69. 489ba1d Update android_make to use arrays instead of space delimited strings by djsollen@google.com · 12 years ago
  70. 2679ff8 refactor gyp to isolate freetype usage by djsollen@google.com · 12 years ago
  71. 02dd688 Make the copy of fontconfig font names before freeing their memory. by bungeman@google.com · 12 years ago
  72. 904f86e Revert "migrate skpdiff to tools" by zachr@google.com · 12 years ago
  73. a54aaf7 migrate skpdiff to tools by zachr@google.com · 12 years ago
  74. 14cec91 Add SkNWayCanvas comment API overrides. by commit-bot@chromium.org · 12 years ago
  75. 1f3c738 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  76. 899f1d8 Revert deps changes in r10220 and r10217. by bungeman@google.com · 12 years ago
  77. f64c684 Add a 'unique' method to SkRefCnt, document the usage, and add support. by bungeman@google.com · 12 years ago
  78. 13388e7 Lie about views_animated dependencies until Android situation is resolved. by bungeman@google.com · 12 years ago
  79. 99e789c Fix latent warning as error in Android specific code. by bungeman@google.com · 12 years ago
  80. c29f3d8 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 12 years ago
  81. 2b0ab9e Update obvious deps. by bungeman@google.com · 12 years ago
  82. 777ded0 Fix some noisy warnings on Windows x64. by bungeman@google.com · 12 years ago
  83. faeb18b Revert "Slipping in a small bug fix for my previous patch" by reed@google.com · 12 years ago
  84. 8ac834b bad line in gyp fie snuck into last commit, continuing the ARM breakage by humper@google.com · 12 years ago
  85. 0817fb6 Slipping in a small bug fix for my previous patch by sglez@google.com · 12 years ago
  86. 16acf75 use SK_ScalarPI, and fix ARM build by humper@google.com · 12 years ago
  87. dd85088 struct and class forward declarations incompatible on some compilers by humper@google.com · 12 years ago
  88. f436683 scale --> convolution typo by humper@google.com · 12 years ago
  89. f131cde missing M_PI include needed on Windows by humper@google.com · 12 years ago
  90. ab56cda remove unused function by humper@google.com · 12 years ago
  91. 5f3f681 fix mac by sglez@google.com · 12 years ago
  92. 138ebc3 The image resampling code has been transplanted from Chrome; it's incredibly fast. by humper@google.com · 12 years ago
  93. d322cf4 Revert "Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class." by vandebo@chromium.org · 12 years ago
  94. 1d38ae9 please fix the build, please BUG= by sglez@google.com · 12 years ago
  95. fc9eb1b Add include to fix build by sglez@google.com · 12 years ago
  96. c84fb47 Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class. by commit-bot@chromium.org · 12 years ago
  97. 6645cde Fix build problem with reverted issue 16948011 by commit-bot@chromium.org · 12 years ago
  98. fc70a4a Remove unneeded mention of SkThread_pthread.cpp in ports.gyp. by bungeman@google.com · 12 years ago
  99. d2fd07c Bench performance trigger rebaselines by robertphillips@google.com · 12 years ago
  100. d92cf2e Fix texture allocation in SWMaskHelper by robertphillips@google.com · 12 years ago