1. e699d0c Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 8 years ago
  2. 790f99a Remove usage of SkImageDecoder in debugger by msarett · 8 years ago
  3. 18bbd00 don't create zero length intervals by caryclark · 8 years ago
  4. 6ac97b7 Switch SkImageSource image filter over to new onFilterImage interface by robertphillips · 8 years ago
  5. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  6. 042f859 Initialize the font fallback when the direct write font manager is created. by kulshin · 8 years ago
  7. 8103a34 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 8 years ago
  8. c48fc9b Revert of nanobench: turn on f16 and sRGB on the bots (patchset #1 id:1 of https://codereview.chromium.org/1769163006/ ) by mtklein · 8 years ago
  9. b82f088 Fix skiaserve in debug mode by joshualitt · 8 years ago
  10. 51d04d3 Revert of SkPDF: Add sk_sp setters; .release() becomes std::move() (patchset #2 id:20001 of https://codereview.chromium.org/1775043002/ ) by halcanary · 8 years ago
  11. 647cc84 Add sk_ref_sp helper function. by reed · 8 years ago
  12. 9904c92 SkPDF: Add sk_sp setters; .release() becomes std::move() by halcanary · 8 years ago
  13. 6b5c5cc nanobench: turn on f16 and sRGB on the bots by mtklein · 8 years ago
  14. d5e3b9e Fill out more information in GrVkCaps by egdaniel · 8 years ago
  15. 8418aac Remove SkImageGeneratorUtils. None of this code is used. by brianosman · 8 years ago
  16. 910114a Buffer fix for VkProgram caching by jvanverth · 8 years ago
  17. 40736ab Switch SkComposeImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  18. 093779c Expand coverage of vertices gm by bsalomon · 8 years ago
  19. 412f534 Update DNG SDK version. by yujieqin · 8 years ago
  20. bb6c41b add f16 and srgb --configs to nanobench by mtklein · 8 years ago
  21. 88cb822 4377: drawVertices crashes when shader+colorfilter in the paint by aleksandar.stojiljkovic · 8 years ago
  22. 810f77f Create a small python driver for skiaserve by joshualitt · 8 years ago
  23. ab01ccd Rename SkSpecialImage::getBitmap to getBitmapDeprecated by robertphillips · 8 years ago
  24. b0666ad Fix up GrAuditTrail to allow arbitrary reordering by joshualitt · 8 years ago
  25. d8a4f77 Fix 4f gradient swizzle post http://crrev.com/1774523002 by fmalita · 8 years ago
  26. 93bb080 make pm4f be RGBA always, not pmcolor order by reed · 8 years ago
  27. 08e65e7 Lazy init batch unique ID by joshualitt · 8 years ago
  28. e6eaa32 Small GrTessellator refactor and cleanup. by senorblanco · 8 years ago
  29. aa5e1ae work around leftshift for negative values by reed · 8 years ago
  30. c41fd92 DM: verbose and quiet logging by mtklein · 8 years ago
  31. c80bf74 Switch SkOffsetImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  32. bd590aa Fix caching bug in new SkImageFilter::filterImage path by robertphillips · 8 years ago
  33. c901c11 Add element_type, swap, operators, fix reset on sk_sp. by bungeman · 8 years ago
  34. ece8392 SkPDF: use sk_make_sp<T> when it makes sense. by halcanary · 8 years ago
  35. cdaa97b Circle GP/batch housecleaning by bsalomon · 8 years ago
  36. f2e2a1e Swarming bots: fix trybots by borenet · 8 years ago
  37. 706d21f Hide new methods from non-Android. by benjaminwagner · 8 years ago
  38. 53add95 Disable color space test for old versions of libpng by msarett · 8 years ago
  39. 4675220 Archive SkRemote-related code. I want to start fresh. by mtklein · 8 years ago
  40. 8d988b3 Add support for 2x2 matrices by cdalton · 8 years ago
  41. 48810a0 SkPDF: s/SkAutoTUnref/sk_sp/g by halcanary · 8 years ago
  42. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 8 years ago
  43. b3b13b7 dm: log log by mtklein · 8 years ago
  44. 4418dba Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated by robertphillips · 8 years ago
  45. 19de504 Add advance[XY]Fixed getters for Android. by benjaminwagner · 8 years ago
  46. d7b2885 SkPDF Create working move constructor for inner classes by halcanary · 8 years ago
  47. f9deeb6 Update android_make to support both --gcc and --clang options. by djsollen · 8 years ago
  48. 71aca54 add virtual ~Effect() by mtklein · 8 years ago
  49. aecc018 Attempt to combine batches in forward direction before flush by bsalomon · 8 years ago
  50. 673748a link with -rdynamic on Linux by mtklein · 8 years ago
  51. d8d046c Swarming bots: add build products whitelist by borenet · 8 years ago
  52. c60fee0 Rework files and add test cases. by herb · 8 years ago
  53. 1590f3b Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ ) by msarett · 8 years ago
  54. 54887a6 Revert of Add BigRectGM. (patchset #2 id:20001 of https://codereview.chromium.org/1758113005/ ) by benjaminwagner · 8 years ago
  55. 095d31c Update Skia's YUV API by msarett · 8 years ago
  56. a9101ee Add BigRectGM. by benjaminwagner · 8 years ago
  57. 92080d5 Update SKP version by update-skps · 8 years ago
  58. ad8bcfe Use a smart pointer for SkColorSpace factories by msarett · 8 years ago
  59. eaf086e Add SkSpecialImage-based methods to SkImageFilter by robertphillips · 8 years ago
  60. a5ab9ec Add variants of the setters on SkPaint which take a sk_sp<effect>. At the same time, change the internal storage to be sk_sp<effect>. by reed · 8 years ago
  61. fcad44b SkPDF: AutoTUnref<T> changes in use by halcanary · 8 years ago
  62. 941da9d Fix behavior of sk_sp::reset(T*) and add unittest. by reed · 8 years ago
  63. 992854d Revert of add setter on SkPaint that takes sk_sp (patchset #1 id:1 of https://codereview.chromium.org/1769803002/ ) by reed · 8 years ago
  64. a917eba add setter on SkPaint that takes sk_sp by reed · 8 years ago
  65. ffa39e0 sk_sp: fix contravariant constructors by halcanary · 8 years ago
  66. ec7c0ce remove unneeded flag for annotations by reed · 8 years ago
  67. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 8 years ago
  68. e77875a Fix stall in Vk clear by jvanverth · 8 years ago
  69. e244322 Check libpng version before reading color space by msarett · 8 years ago
  70. 91fcb3e SkPDF: PDFDevice use SkTArray<T> rather than SkTDArray<T*> by halcanary · 8 years ago
  71. 41dc3d6 Support building Vulkan on Linux. by bsalomon · 8 years ago
  72. 6a73821 Set SkColorSpace object for PNGs and parse ICC profiles by msarett · 8 years ago
  73. 9722019 Turn on gpu stats in debug builds. by bsalomon · 8 years ago
  74. 20adafa disable linear pipeline for now (so bots don't crash) by reed · 8 years ago
  75. fd95789 Ignore backspace when appending to the filter string in SampleApp. Fixes a bug on Windows where the initial Backspace gets appended, causing no slides to match. by brianosman · 8 years ago
  76. d882901 Add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ )" by reed · 8 years ago
  77. 7520fc4 Relocate the specialized linear gradient interval builder by fmalita · 8 years ago
  78. d4f89e4 Swarming tasks: print start and end time by borenet · 8 years ago
  79. e43f7e6 Fix SkiaServe gpu JSON to work with any reordering algorithm by joshualitt · 8 years ago
  80. 490d30f break out the tile and matrix strategies by herb · 8 years ago
  81. 7b0b2ca Make Cmake work with debug build by halcanary · 8 years ago
  82. a0cee5f remove align16 calls in skhader context sizes. will handle this elsewhere as needed by reed · 8 years ago
  83. 8b6394c Add a cache of GrVkSamplers in GrVkResourceProvider. by egdaniel · 8 years ago
  84. d331259 Revert of Don't allow nullptr in texels array params (unless using a transfer buffer). (patchset #3 id:60001 of https://codereview.chromium.org/1765633002/ ) by bsalomon · 8 years ago
  85. 0032a30 Fix SkRadialGradient center discontinuity by fmalita · 8 years ago
  86. 8ee78f3 Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 8 years ago
  87. 7c87cf4 Fix YUV horizontal and vertical sampling checks by msarett · 8 years ago
  88. f1215a5 Swarming bots: setup for skipping download of build products by borenet · 8 years ago
  89. 68c63b3 Avoid drawing NVPR DIF text when text size is 0 by kkinnunen · 8 years ago
  90. 56fb57a disable assert for now by reed · 8 years ago
  91. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 8 years ago
  92. f98bc6d Use installed vulkan SDK and remove checked in SDK by bsalomon · 8 years ago
  93. de7bbab Pull and build shaderc rather than use checked in lib/header by bsalomon · 8 years ago
  94. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 8 years ago
  95. ce56026 Force tiles in SampleApp to integer boundaries. by bungeman · 8 years ago
  96. d812fb4 enforce 16byte alignment in shader contexts by reed · 8 years ago
  97. e79586b Revert of respect sRGB when converting from sk to gr configs (patchset #1 id:1 of https://codereview.chromium.org/1756913003/ ) by brianosman · 8 years ago
  98. 3fc3fea cmake: Exclude vulkan directory. by jcgregorio · 8 years ago
  99. bd72413 Remove dependency on SkJsonCanvas.h by joshualitt · 8 years ago
  100. 8621100 rewrite TArray test to not delete an SkSTArray via a SkTArray pointer. by mtklein · 8 years ago