1. 956b310 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  2. a260e2e New Nexus10 baselines after r10379. by senorblanco@chromium.org · 12 years ago
  3. 2dc8bf7 Yet another round of lighting rebaselines: win7. by senorblanco@chromium.org · 12 years ago
  4. 01178b4 Next round of lighting rebaselines after r10379. by senorblanco@chromium.org · 12 years ago
  5. a79d6c5 Next round of lighting baselines after r10379. by senorblanco@chromium.org · 12 years ago
  6. 6d427f2 First round of new lighting baselines after r10379. by senorblanco@chromium.org · 12 years ago
  7. 4e16bb2 Implement crop rect for lighting image filters. Changes for the CPU path were fairly straightforward: use the bounds rectangle when traversing the pixels, not the source rectangle. by senorblanco@chromium.org · 12 years ago
  8. 4d24b74 Make SkImage_Gpu share it's pixelref with the surface to prevent premature return to scratch pool. by commit-bot@chromium.org · 12 years ago
  9. 1acab36 pdfviewer: limit the characters we support in ToUnicode, to 0xffff by edisonn@google.com · 12 years ago
  10. ac4bedc pdfviewer: set the default background to transparent (to match render_picture default), and fix a bug a with corrupt diffs by edisonn@google.com · 12 years ago
  11. aaa9b29 Added GM to test forthcoming bleed flag by robertphillips@google.com · 12 years ago
  12. 68f2a0d This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426. by bsalomon@google.com · 12 years ago
  13. 5dbdfee reversed senses of none and bilerp by humper@google.com · 12 years ago
  14. 47fad70 by commit-bot@chromium.org · 12 years ago
  15. 48b8891 add basic HTTP server for viewing skpdiff results by zachr@google.com · 12 years ago
  16. e2cf805 clean up printf usage in gm by humper@google.com · 12 years ago
  17. f9ed6fe fix android build by humper@google.com · 12 years ago
  18. b86add1 make the filter mode for GrTextureAccess an enum so we can plumb down by humper@google.com · 12 years ago
  19. 7168ecc Transpose the samples in imagefilterscropped, and add a 1x1 blur. The latter by senorblanco@chromium.org · 12 years ago
  20. 37799e1 Add NPOT version of tilemodes GM by commit-bot@chromium.org · 12 years ago
  21. ea348cb experimentally enable USE_HASH for scaledimagecache by reed@google.com · 12 years ago
  22. b8d17fe use dynamic hash to speed up scaledimagecache by reed@google.com · 12 years ago
  23. 55173f2 fix trailing comma in outptu of SkDiffContext by zachr@google.com · 12 years ago
  24. 50bbdb4 pdfviewer: update drawBitmap, and fic a gyp issue: gyp does not run in a consistent way on various palt forms, and it generates some files in ../../../foo instead of ../foo - Solution: use the (inconvenient) Shared intermediary directory that should work on all platforms. by edisonn@google.com · 12 years ago
  25. 44a91dc Add GrContext::setMaxTextureSizeOverride by robertphillips@google.com · 12 years ago
  26. a9b7936 Add lua_pictures target to tools.gyp by sglez@google.com · 12 years ago
  27. 5617267 use namespace instead of static for template params by reed@google.com · 12 years ago
  28. 5d1e558 experimental dynamic-hash (disabled) by reed@google.com · 12 years ago
  29. af42a03 add all four filter levels to the downsample gm, for comparison across cpu/gpu by humper@google.com · 12 years ago
  30. 7909308 Performance trigger rebaselines by robertphillips@google.com · 12 years ago
  31. 9bf380c drawBitmap* cleanup by robertphillips@google.com · 12 years ago
  32. 5c561cb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  33. b1135a3 New baselines for tests affected by r10338 (and others). by senorblanco@chromium.org · 12 years ago
  34. 194d775 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
  35. 91673aa search registered rtconf variables backwards and break when we find the by humper@google.com · 12 years ago
  36. ff36a1d Start from scratch on a faster SkFlatDictionary. by commit-bot@chromium.org · 12 years ago
  37. 1e18225 free cache in destructor, in case endContext was not called. change Resize to return bool indicating success. by reed@google.com · 12 years ago
  38. 2c88fe8 pdfviewer: fix path shortcuts in python script, use os.path.join() by edisonn@google.com · 12 years ago
  39. c60e745 rebaseline.py: add ability to write new expectations to a different file by epoger@google.com · 12 years ago
  40. d6c276f pdfviewer: sets module is deprecated. use set by edisonn@google.com · 12 years ago
  41. 5174286 Revert "Start from scratch on a faster SkFlatDictionary." by mtklein@google.com · 12 years ago
  42. cae5d8d Start from scratch on a faster SkFlatDictionary. by commit-bot@chromium.org · 12 years ago
  43. 588f3d3 Change double constants to floats. by jvanverth@google.com · 12 years ago
  44. 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
  45. 0449a56 pdfviewer: explicitely use set, instead of dictionary, fails to compile in some versions of python. by edisonn@google.com · 12 years ago
  46. 43f2b2c SkiaExamples improvements. by sglez@google.com · 12 years ago
  47. 03d5f4b pdfviewer: path for outputs are relative to some other folder, make them absolute. by edisonn@google.com · 12 years ago
  48. 586db93 refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 12 years ago
  49. d9763a5 fix warning of implicit cast to float by reed@google.com · 12 years ago
  50. 8d725b2 all in the gyp by mtklein@google.com · 12 years ago
  51. 147adb1 pdfviewer: remove dependency on picture_utils. add utility function to render SkStream into bitmap. by edisonn@google.com · 12 years ago
  52. c172cf4 Rollback Nexus10, ANGLE, and Win7 expectations after r10251 revert. by fmalita@google.com · 12 years ago
  53. 5fdc983 expose shaders by reed@google.com · 12 years ago
  54. 27e1c00 rebaseline.py: set text mimetype for all .json files, so text diffs work by epoger@google.com · 12 years ago
  55. 1c25e5a Set all gm expected-results.json files to text mimetype by epoger@google.com · 12 years ago
  56. be19dbe use SK_DECLARE_STATIC_MUTEX by reed@google.com · 12 years ago
  57. 2c38fed use sk_bzero to init level, since I got the number of 0s wrong using { } by reed@google.com · 12 years ago
  58. 87e74b6 rebaseline Android after update to freetype 2.5.0 by fmalita@google.com · 12 years ago
  59. d94697c add mipmaps to scaledimagecache by reed@google.com · 12 years ago
  60. 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 12 years ago
  61. 7f1af50 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  62. a7aa810 Deterministic SkTSet and PDF Output by commit-bot@chromium.org · 12 years ago
  63. 93a2e21 Implemented transparent gradients by commit-bot@chromium.org · 12 years ago
  64. 2853429 remove dead defines from SkUserConfig.h by reed@google.com · 12 years ago
  65. 4740135 Fix Clang build on SkPDFResourceDict (CL 18977002) by commit-bot@chromium.org · 12 years ago
  66. 1f08016 pdfviewer: more simple fixed to prevent crashes by edisonn@google.com · 12 years ago
  67. b44334c pdfviewer: don't crash if the xref is corrupted. by edisonn@google.com · 12 years ago
  68. 70d75ca Add SkChecksum::Murmur3. BUG= R=reed@google.com by commit-bot@chromium.org · 12 years ago
  69. 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
  70. 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
  71. 2fd5d36 pdfviewer: fix type3 font, make SkPdfObject::get parameter const by edisonn@google.com · 12 years ago
  72. e94a7d2 Move gm-expected to trunk/expectations/gm , and modify scripts that use it. by epoger@google.com · 12 years ago
  73. 0e66162 fix signed/unsigned warning by reed@google.com · 12 years ago
  74. 602a1d7 add scaledimagecache by reed@google.com · 12 years ago
  75. 7699eeb Revert r10281 -- it broke the Update step on Test builders by epoger@google.com · 12 years ago
  76. ed5eb4e Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441 by epoger@google.com · 12 years ago
  77. 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
  78. 0ab790b Move gm-expected to trunk/expectations/gm , and modify scripts that use it. by epoger@google.com · 12 years ago
  79. 434251f refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 12 years ago
  80. 88876db remove dead SampleDecode.cpp by reed@google.com · 12 years ago
  81. dfec28d Add SkImage->draw() call with src and dst rects. by commit-bot@chromium.org · 12 years ago
  82. bcc6d7d Update freetype to version 2.5.0.1 when building it from source. by djsollen@google.com · 12 years ago
  83. a82c9eb Use SKIA_OUT variable in make.py by borenet@google.com · 12 years ago
  84. 4fdbb22 turn off debugging printfs by caryclark@google.com · 12 years ago
  85. 672222e Update gyp DEPS by borenet@google.com · 12 years ago
  86. f8f8970 Roll freetype back to 2.4.9 until Android/NaCL errors are resolved. by djsollen@google.com · 12 years ago
  87. ee0f46d put max on outputted poi in skpdiff by zachr@google.com · 12 years ago
  88. 2e767c3 Update freetype DEPS to version 2.5 with PNG encoded color bitmap glyphs by djsollen@google.com · 12 years ago
  89. bc25558 Accidentally skipped buildbot runs on r10257 by borenet@google.com · 12 years ago
  90. 3e2ea25 I don't want these changes as part of the "allow bleeding" CL. by commit-bot@chromium.org · 12 years ago
  91. 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
  92. 6ae6383 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  93. 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
  94. 49a07ad Last friday I changed this file to un-break the build. by commit-bot@chromium.org · 12 years ago
  95. 5b3e2b9 move skpdiff into tools by zachr@google.com · 12 years ago
  96. fc16667 Revert "Adds SkPDFResourceDict class, refactor existing code to use it." by vandebo@chromium.org · 12 years ago
  97. 3a8dfc3 Adds SkPDFResourceDict class, refactor existing code to use it. by commit-bot@chromium.org · 12 years ago
  98. 87bde7d include SkPaint.h by reed@google.com · 12 years ago
  99. b4a57f8 copy/paste error. don't use s. by reed@google.com · 12 years ago
  100. 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