1. 37798fb Implement initCopySurfaceDstDesc for Vulkan by egdaniel · 8 years ago
  2. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 8 years ago
  3. cbc060a SkWStream::writeText inlined. by halcanary · 8 years ago
  4. 74b8d32 Implement texel buffers by cdalton · 8 years ago
  5. dc0fcd4 Vulkan config in dm by bsalomon · 8 years ago
  6. f4ace41 Wait for all device work to finish before destroy VkDevice by egdaniel · 8 years ago
  7. c14b978 Switch SkTileImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  8. f8a6ce8 Add GLSL support for texelFetch by cdalton · 8 years ago
  9. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 8 years ago
  10. a6b92ad Infer sampler precision from pixel config by cdalton · 8 years ago
  11. 1f50acf Add appendPrecisionModifier method to GrGLSLShaderBuilder by cdalton · 8 years ago
  12. fef2860 Switch SkPictureImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  13. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 8 years ago
  14. 29feef8 Force upload to VRAM in filterImage by robertphillips · 8 years ago
  15. c791728 Pass effects directly to fontcache by reed · 8 years ago
  16. e6277de Switch SkDisplacementImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  17. 82b043e Fix roll bot's win gn build by robertphillips · 8 years ago
  18. d58f840 arithmetic mode with Sk4f by mtklein · 8 years ago
  19. 9d77d62 remove unused BML (binary xml) code by reed · 8 years ago
  20. 12fa47d Update LightingImageFilter to sk_sp by robertphillips · 8 years ago
  21. 601e36a Add AVX/AVX2 support for runtime check by Melnikov.Sergey.V · 8 years ago
  22. e635654 Fix memory leak in SkBlurImageFilter by robertphillips · 8 years ago
  23. 42da45d Fix context size for benchmakr. by herb · 8 years ago
  24. ff36811 Add SkFUZZF to help whitelist imagefilter fuzz failures by robertphillips · 8 years ago
  25. 7cbffda Don't create new descriptor set for vulkan uniforms every draw by egdaniel · 8 years ago
  26. 9e0efe5 Add clone to Stage. Rename place to mix and PolymorphicUnion to Stage. Cleanup. by herb · 8 years ago
  27. 377add7 Fix race condition in SkROBuffer. by reed · 8 years ago
  28. 0576aa9 Serialize invNormRotation in SkLightingShader. by mtklein · 8 years ago
  29. 6461251 Upgrade SkSpecialImage to have getTextureRef & getROPixels entry points by robertphillips · 8 years ago
  30. 89c2a0b SkPDF: Fix links to be more valid PDF/A by halcanary · 8 years ago
  31. 050ab5d SkPDF: fix pessimizing-move in PDFA code by halcanary · 8 years ago
  32. 20f313b Increase request cache size. by bungeman · 8 years ago
  33. ef6a47b Update MatrixConvolutionImageFilter to sk_sp by robertphillips · 8 years ago
  34. 2bb3b6d Add slides to VulkanViewer by jvanverth · 8 years ago
  35. 53d5c6e Test CTFonts for equality, not just name and style. by bungeman · 8 years ago
  36. 2c4bd07 Convert SkRefCnt to std::atomic. by bungeman · 8 years ago
  37. 6a5d713 Add specialized rgba8888 unit sampler. by herb · 8 years ago
  38. a1e8f8d Decouple contrast boost from fake gamma. by brianosman · 8 years ago
  39. b63c576 More valgrind appeasement by robertphillips · 8 years ago
  40. e736506 Revert of For *ToFixed, in debug mode, assert that the value is in range. (patchset #6 id:140001 of https://codereview.chromium.org/1824733002/ ) by fmalita · 8 years ago
  41. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  42. 8dea4e4 add header guard to SkPM4fPriv.h to prevent accidental multiple inclusion by lsalzman · 8 years ago
  43. 5f3b0e0 Limit the size of descriptor pools in vulkan by egdaniel · 8 years ago
  44. eadf3cf [4fGradient] Veto blitters for non-opaque paints by fmalita · 8 years ago
  45. 78daeff SkPDF Fix PDF/A to be more valid by halcanary · 8 years ago
  46. 8af936d Fix a bunch of memory issues in Vulkan by egdaniel · 8 years ago
  47. 93dc339 For *ToFixed, in debug mode, assert that the value is in range. by benjaminwagner · 8 years ago
  48. 73add93 Appease valgrind wrt testing code initialization by robertphillips · 8 years ago
  49. 8cd4a24 SkPDF: fix PDF/A by halcanary · 8 years ago
  50. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  51. 6f01104 Revert conversion of SkColorFilterImageFilter to new API by robertphillips · 8 years ago
  52. 303c979 Use a faster repeat tiler when translate only matrix. by herb · 8 years ago
  53. ef0c10c Fix vulkan layer callback bug by egdaniel · 8 years ago
  54. 11171f3 Update MagnifierImageFilter to sk_sp by robertphillips · 8 years ago
  55. 32f7782 sRGB text fake-gamma progress: by brianosman · 8 years ago
  56. 044d3c1 Revert of Track GL buffer state based on unique resource ID (patchset #6 id:100001 of https://codereview.chromium.org/1854283004/ ) by mtklein · 8 years ago
  57. 6e077e1 Mark webps as sRGB by msarett · 8 years ago
  58. deacc97 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  59. b4aa362 Switch uniforms to be descriptor set 0 in Vulkan by egdaniel · 8 years ago
  60. a957b8a Fix null context GenBuffers by cdalton · 8 years ago
  61. 083b869 Register SkLocalMatrixImageFilter for serialization. by mtklein · 8 years ago
  62. 4693a17 cubic stroke fix by caryclark · 8 years ago
  63. c416912 Update DropShadowImageFilter to sk_sp by robertphillips · 8 years ago
  64. fc0f44a Update DownSampleImageFilter to sk_sp by robertphillips · 8 years ago
  65. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  66. 1817d28 Add mipmap procs for F16 format. by brianosman · 8 years ago
  67. 9f37246 First pass at VulkanViewer by jvanverth · 8 years ago
  68. 52b88cc "Fix" compiler issue in SkRandomScalerContext by robertphillips · 8 years ago
  69. ae8c933 Update SkMatrixImageFilter to sk_sp by robertphillips · 8 years ago
  70. 8c0326d Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  71. be243d4 Revert of Delete SkFlattenable::Type (part 1) (patchset #1 id:1 of https://codereview.chromium.org/1861013002/ ) by msarett · 8 years ago
  72. 5605b56 Update SkColorFilterImageFilter to sk_sp by robertphillips · 8 years ago
  73. 3a15fd4 Fix vulkan dual source blending by egdaniel · 8 years ago
  74. 6b63536 Delete SkFlattenable::Type (part 1) by msarett · 8 years ago
  75. fc11b0a Update SkMorphology ImageFilters to sk_sp by robertphillips · 8 years ago
  76. 5c5cfe2 give up if huge paths have unresolvable coincidence by caryclark · 8 years ago
  77. 17b8925 Implement blit image for copySurface in Vulkan by egdaniel · 8 years ago
  78. 59dc542 remove avoid and pixelxor xfermodes by reed · 8 years ago
  79. 6a93fa1 Fix failed filter followed by an affects-transparent-black filter. by senorblanco · 8 years ago
  80. 3b37545 Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) by mtklein · 8 years ago
  81. 99d9231 Delete SkFlattenable::Type by msarett · 8 years ago
  82. 8ef9108 Revert of added GrMSAAPathRenderer (patchset #9 id:160001 of https://codereview.chromium.org/1834133003/ ) by ethannicholas · 8 years ago
  83. b0fabd4 added GrMSAAPathRenderer by ethannicholas · 8 years ago
  84. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  85. 175cf0e Switch SkDownSampleImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  86. c03afd6 Revert of added GrMSAAPathRenderer (patchset #8 id:140001 of https://codereview.chromium.org/1834133003/ ) by ethannicholas · 8 years ago
  87. b591c77 Revert of Update SkXfermodeImageFilter to sk_sp (patchset #4 id:60001 of https://codereview.chromium.org/1852123002/ ) by robertphillips · 8 years ago
  88. 47a2dc8 added GrMSAAPathRenderer by ethannicholas · 8 years ago
  89. 3bc9692 Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  90. aee62f5 Revert of Switch SkDownSampleImageFilter over to new onFilterImage interface (patchset #6 id:100001 of https://codereview.chromium.org/1851583002/ ) by robertphillips · 8 years ago
  91. 33550da Switch SkDownSampleImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  92. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  93. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  94. 18c0097 check for bad params sent to discrete patheffect by reed · 8 years ago
  95. 6db0a7b Image filters: optimize crop rect application. by senorblanco · 8 years ago
  96. 6e2aad4 Add GrContext::releaseAndAbandonContext() by bsalomon · 8 years ago
  97. 895f3f0 SkPDF: properly dedup bitmaps in shaders by halcanary · 8 years ago
  98. 389666b SkPDF: PDFShader does not hold images/bitmaps by halcanary · 8 years ago
  99. f624204 Update SkAlphaThresholdFilter to sk_sp by robertphillips · 8 years ago
  100. 8f1dcaa Update vulkan format features in caps. by egdaniel · 8 years ago