1. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  2. 48d94b8c Add command line flag for optionally loading JS from external files. by commit-bot@chromium.org · 11 years ago
  3. 3c12840 remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOAT, assume its always false stop respecting SK_SCALAR_SLOW_COMPARES, assume its always false by reed@google.com · 11 years ago
  4. c0784db remove SkScalarCompare type and header by reed@google.com · 11 years ago
  5. a3f882c render_pictures: add --writeJsonSummaryPath by commit-bot@chromium.org · 11 years ago
  6. 4428734 Allow 0-width SkBitmap in setConfig. by halcanary@google.com · 11 years ago
  7. 5333300 Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect. by senorblanco@chromium.org · 11 years ago
  8. 9c5435d Revert "Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect." by senorblanco@chromium.org · 11 years ago
  9. 14e2127 Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect. by senorblanco@chromium.org · 11 years ago
  10. bc55eec Implement SkAshmemDiscardableMemory by halcanary@google.com · 11 years ago
  11. 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  12. 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
  13. 42cc237 New Composite CSS border object by robertphillips@google.com · 11 years ago
  14. 99589af Add support for reading a directory of images with --expectations (-r). by commit-bot@chromium.org · 11 years ago
  15. b6872c0 Add support for MIPS to android build by commit-bot@chromium.org · 11 years ago
  16. 9230ea2 make info real in SkPixelRef, and add bitmap::asImageInfo by reed@google.com · 11 years ago
  17. ee9fb43 fix file names in gpu.gypi by bsalomon@google.com · 11 years ago
  18. e93e1db Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by senorblanco@chromium.org · 11 years ago
  19. 907fbd5 Make texture domain a helper so that it can be incorporated into other effects. by commit-bot@chromium.org · 11 years ago
  20. 7842c81 Add GM to test bitmap shaders with basic geometry and bitmap masks. by commit-bot@chromium.org · 11 years ago
  21. 332999e Fix #define for distance field fonts by commit-bot@chromium.org · 11 years ago
  22. 4075770 Reverting 12528 & 12533 (Implement srcRect and dstRect functionality in SkBitmapSource) due to image differences on N4 by robertphillips@google.com · 11 years ago
  23. 094147d Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by commit-bot@chromium.org · 11 years ago
  24. 899b22a Revert "Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource"." until I can sort out the xfermodeimagefilter and tileimagefilter failures. by senorblanco@chromium.org · 11 years ago
  25. af35920 Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by senorblanco@chromium.org · 11 years ago
  26. 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
  27. ea4f3db Add Windows compilation support to V8 example by robertphillips@google.com · 11 years ago
  28. 36d08c5 SkCachingPixelRef to use SkImageGenerator by halcanary@google.com · 11 years ago
  29. 44a3877 V8 and Skia by commit-bot@chromium.org · 11 years ago
  30. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  31. 1d62f42 Implement a NEON version of the RGBA gaussian blur. This shows a 9-15% speedup on Nexus-10. by senorblanco@chromium.org · 11 years ago
  32. 1d02264 Remove cityhash.gyp by commit-bot@chromium.org · 11 years ago
  33. 55ca824 Refactor FourByteInterps. Add 64-bit Fast version. Add tests. by commit-bot@chromium.org · 11 years ago
  34. e3bb3bc Add JSON output option to bench. by commit-bot@chromium.org · 11 years ago
  35. c25d221 Add four_byte_interp benches. by commit-bot@chromium.org · 11 years ago
  36. 611fde1 Remove the comments settings for vim tab width and expansion variables. by commit-bot@chromium.org · 11 years ago
  37. 2252832 Remove GR_IMPLEMENTATION define. by commit-bot@chromium.org · 11 years ago
  38. 5092adc Separate and update PDF_DIFF_TRACE_IN_PNG by scroggo@google.com · 11 years ago
  39. 248647c Restructuring of PdfViewer code. by scroggo@google.com · 11 years ago
  40. 24339aa Libraries without '-l' treated as relative paths. by bungeman@google.com · 11 years ago
  41. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  42. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  43. 742058f Speed up GrResourceCache lookup by inlining GrBinHashKey comparisons by commit-bot@chromium.org · 11 years ago
  44. dbe7f52 ARM Skia NEON patches - 16/17 - Blitmask by commit-bot@chromium.org · 11 years ago
  45. 361270e move to newer angle by commit-bot@chromium.org · 11 years ago
  46. c09df2c Non-rect polygons are not covered in GM cases, such as triangle, trapezoid, diamond, polygons with lots of edges, concave polygons, etc, especially for stroke-style and stroke-and-fill style painters. So add a GM case to avoid potential rendering errors. by commit-bot@chromium.org · 11 years ago
  47. 2e86551 Fold bench source file list into bench.gyp. by commit-bot@chromium.org · 11 years ago
  48. 09f2579 DM: add --tileGrid by mtklein@google.com · 11 years ago
  49. d8f82a4 Enhance SkDropShadowImageFilter to support separate X & Y sigmas, and crop rect. This required a new flavour of the constructor. by senorblanco@chromium.org · 11 years ago
  50. ee21a3e DM: some refactoring by mtklein@google.com · 11 years ago
  51. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  52. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  53. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  54. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  55. 866f4e3 optimize pathops coverage by commit-bot@chromium.org · 11 years ago
  56. ad04eb4 Add SkImageGenerator Interface by halcanary@google.com · 11 years ago
  57. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  58. bf64261 Move PdfTokenLooper into its own file. by scroggo@google.com · 11 years ago
  59. d906702 Move SkPdfContext into its own files. by scroggo@google.com · 11 years ago
  60. 7d8013f Changes to SkTDStackNester. by scroggo@google.com · 11 years ago
  61. 0daf00c Move SkTDStackNester into its own private file. by scroggo@google.com · 11 years ago
  62. dad7070 More common_conditions simplifications. by mtklein@google.com · 11 years ago
  63. f1077f9 Add extra warnings to match what Android uses. by mtklein@google.com · 11 years ago
  64. b60cdc8 Revert "Add extra warnings to match what Android uses." by scroggo@google.com · 11 years ago
  65. 692f88c Add extra warnings to match what Android uses. by djsollen@google.com · 11 years ago
  66. 9092289 Pdfviewer refactoring. by scroggo@google.com · 11 years ago
  67. e917962 Include pdfviewer in everything. by scroggo@google.com · 11 years ago
  68. 3443fd8 move SkImageInfo into its own header by reed@google.com · 11 years ago
  69. efc51b7 fix multithread related crashes in skpdiff by djsollen@google.com · 11 years ago
  70. 23a9121 pdfviewer: compile pdfviewer in gm, only if the flag is set (currently we compile pdfviewer, even if it is not used) by commit-bot@chromium.org · 11 years ago
  71. d830d13 Hook in rough distance field support for fonts by jvanverth@google.com · 11 years ago
  72. 451b596 Android FontHost cannot use FontMgr yet. by bungeman@google.com · 11 years ago
  73. f376f5d Implement a NEON version of morphology. This is good for ~2.2X speedup on Tegra3. by senorblanco@chromium.org · 11 years ago
  74. b3d154d Remove SK_FONTHOST_USES_FONTMGR. by bungeman@google.com · 11 years ago
  75. ffd178c Initial draft code to run pdfviewer withg gms by commit-bot@chromium.org · 11 years ago
  76. 5916705 add GM case nonclosedpaths. The 2 bugs below showed some non-closed paths which are easy to get wrong rendering results. So add a GM case for this kind paths to avoid potential bugs to be introduced. by commit-bot@chromium.org · 11 years ago
  77. 27eec46 SSE2 implementation of RGBA box blurs. This yields ~2X perf improvement on Xeon ES-2690. by senorblanco@chromium.org · 11 years ago
  78. 9901727 Fix stale assert in GrDrawTarget::print by commit-bot@chromium.org · 11 years ago
  79. 96ac2f6 Add GM to verify removal of 32767 limit in SkBlurMaskFilter::filterRectsToNine is okay by robertphillips@google.com · 11 years ago
  80. 126f7f5 Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values."" by reed@google.com · 11 years ago
  81. 1f0121a New SkRTConf macro SK_CONF_TRY_SET: no complaint on missing configuration by halcanary@google.com · 11 years ago
  82. 6e3e422 Break up SkLazyPixelRef functionally into class hierarchy. by commit-bot@chromium.org · 11 years ago
  83. 7b05659 Add gms and benchmarks for drawing blurry round rects. by scroggo@google.com · 11 years ago
  84. 84e922b Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values." by reed@google.com · 11 years ago
  85. ac9d306 speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values. by reed@google.com · 11 years ago
  86. a2bbc6e pathops work in progress by caryclark@google.com · 11 years ago
  87. 0251288 Adding size parameter to read array functions by commit-bot@chromium.org · 11 years ago
  88. 1986756 Speculative Android build fix. by senorblanco@chromium.org · 11 years ago
  89. 7a47ad3 Implement SSE2-based implementations of the morphology filters (dilate & erode). This gives a 3-5X speedup over the naive implementation, and also mitigates a timing-based security attack in Chrome (https://code.google.com/p/chromium/issues/detail?id=251711). by senorblanco@chromium.org · 11 years ago
  90. 4e5559a Allow specifying the max texture count on the bots by robertphillips@google.com · 11 years ago
  91. 7585479 Allow SkLazyPixelRef to use SkScaledImageCache by commit-bot@chromium.org · 11 years ago
  92. ea7e69a A fix for annoying clang error "unused-const-variabl" in third_party code. by commit-bot@chromium.org · 11 years ago
  93. 2d3a789 DM: add --pipe by commit-bot@chromium.org · 11 years ago
  94. 5003bde Factor out skia_keep_frame_pointer. Handy with perf to get call stacks. by commit-bot@chromium.org · 11 years ago
  95. 50a3043 We want to give SkPixelRef a way to signal over to GrResourceCache that it's become pointless to keep around textures based on that SkPixelRef when its pixels change, so that it can be a good citizen and free those textures. by commit-bot@chromium.org · 11 years ago
  96. ece95c3 [PDF] Add unpremultiply support and a GM (try5) by vandebo@chromium.org · 11 years ago
  97. ccf6b91 Revert "[PDF] Add unpremultiply support and a GM (try4)" by vandebo@chromium.org · 11 years ago
  98. e66d376 [PDF] Add unpremultiply support and a GM (try4) by vandebo@chromium.org · 11 years ago
  99. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  100. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago