1. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  2. 53f77bd Initial clip-mask-layer support by Florin Malita · 7 years ago
  3. 57061ee Optimizations for analytic shadows. by Jim Van Verth · 7 years ago
  4. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  5. dc87c95 Combine GPU flush with semaphore API by Brian Osman · 7 years ago
  6. 736a9cc remove unused yuv methods by Mike Reed · 7 years ago
  7. 185ba21 change drawAtlas to behave like drawVertices by Mike Reed · 7 years ago
  8. 0acd795 add helper makeShader for the common Clamp case by Mike Reed · 7 years ago
  9. b6069df Fix fast blur for shadow rrects. by Jim Van Verth · 7 years ago
  10. 611572c Remove srgb flags from GrProcessorSet by Brian Salomon · 7 years ago
  11. c04f845 handle GrVkTransferBuffer::Create failure by Forrest Reiling · 7 years ago
  12. cd90104 Disable deferred proxies in Chrome by Robert Phillips · 7 years ago
  13. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  14. df7e075 Fold SkImageCacherator into SkImage_Lazy by Brian Osman · 7 years ago
  15. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  16. a41d48b Add additional checks when creating vulkan context by Greg Daniel · 7 years ago
  17. 4f7d97c Change vulkan image memory allocation back to using sub allocation by Greg Daniel · 7 years ago
  18. f6d7eb1 Remove pre-allocated clip space from GrRenderTargetOpList by Robert Phillips · 7 years ago
  19. ee68365 Remove GrResourceProvider & GrGpu pointers from GrRenderTargetOpList by Robert Phillips · 7 years ago
  20. 8185f59 Hardwire opList lookAhead & lookBack parameters by Robert Phillips · 7 years ago
  21. 5db010b Link to vulkan in tools but not library. by Brian Salomon · 7 years ago
  22. 78de212 Prevent creation of zero-sized proxies by Robert Phillips · 7 years ago
  23. 290c690 Add ability to relinquish control of VkDevice and VkInstance lifetime to GrVkBackendContext by Brian Salomon · 7 years ago
  24. 7ab6a7f Fix writePixels of sRGB data to legacy GPU surface by Brian Osman · 7 years ago
  25. cc90174 Add GrVkInterface constructor with sepereate instance/device proc getters. by Brian Salomon · 7 years ago
  26. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  27. c188982 Add new GrVkBackendContext::Create explicitly requiring vk proc getters by Brian Salomon · 7 years ago
  28. 4a39504 Revert "Split up opLists (take 2)" by Robert Phillips · 7 years ago
  29. df2bf21 Split up opLists (take 2) by Robert Phillips · 7 years ago
  30. ef90ae4 Fix spelling of SkImageGenerator in comment by Brian Osman · 7 years ago
  31. 7fbb7d3 Remove two more gpu headers from include/* by Robert Phillips · 7 years ago
  32. e3302df Make InstancedRendering more opList-splitting friendly by Robert Phillips · 7 years ago
  33. cef213c Move ReleaseProc info to GrTexture and for implementations to define it. by Greg Daniel · 7 years ago
  34. 9f5d467 Remove more headers from include/gpu by Robert Phillips · 7 years ago
  35. 54cbcd7 Remove all headers from include/gpu/effects by Robert Phillips · 7 years ago
  36. d952a99 Fix reflected ovals. by Jim Van Verth · 7 years ago
  37. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  38. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  39. e79b473 Disable use of directly wrapping msaa RTs on Vulkan by Greg Daniel · 7 years ago
  40. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  41. 774831a Add abandoned GPU check to createTextureProxy by Robert Phillips · 7 years ago
  42. 28804f3 Remove all config conversion modes except round-to-nearest by Brian Osman · 7 years ago
  43. 5338f99 rectangle texture scaling is now handled in skslc by Ethan Nicholas · 7 years ago
  44. 7b2391b Remove incorrect assert by Brian Osman · 7 years ago
  45. 1e9ddcc Disable multisampling on Vulkan Nexus Player bot by Greg Daniel · 7 years ago
  46. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  47. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  48. b712a85 Fix missing tolerance in GrPathUtils::worstCasePointCount by Robert Phillips · 7 years ago
  49. 7d6f666 Fix resolve assert in vulkan by Greg Daniel · 7 years ago
  50. 9440345 Add backend safe classes for passing in external texture and render targets into gpu by Greg Daniel · 7 years ago
  51. 3391029 Fix some bugs with read/writePixels by Brian Osman · 7 years ago
  52. bc26c39 Allow the dst of vulkan resolves to be a non RT by Greg Daniel · 7 years ago
  53. 7ce67db Revert "Split up opLists" by Robert Phillips · 7 years ago
  54. bc8ee52 Split up opLists by Robert Phillips · 7 years ago
  55. 7a17b2f Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  56. f41c22f Pass GrSurfaceContext into read/writeSurfacePixels by Robert Phillips · 7 years ago
  57. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 7 years ago
  58. 0d2c9a2 Pass LC_ALL_MASK to newlocale by Eric Karl · 7 years ago
  59. 45fdae1 Re-arrange GrResourceProvider's texture creation methods by Robert Phillips · 7 years ago
  60. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 7 years ago
  61. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 7 years ago
  62. 409e74f Further refactor read/writeSurfacePixels by Brian Osman · 7 years ago
  63. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  64. c589b0b Remove lastOpList capability from GrSurface by Robert Phillips · 7 years ago
  65. dc83b89 sk_sp-ify opList creation & storage by Robert Phillips · 7 years ago
  66. 4343654 Improve accuracy of cubic classification by Chris Dalton · 7 years ago
  67. d2ca59a Further unify logic in readSurfacePixels and writeSurfacePixels by Brian Osman · 7 years ago
  68. 9428a37 Move GrAtlasGlyphCache over to SkArenaAlloc from SkVarAlloc. by Herb Derby · 7 years ago
  69. e440721 Remove GrRenderTargetOpList::discard & move functionality to GrRenderTargetContext by Robert Phillips · 7 years ago
  70. fc978fd Store the GrBackend we are using on GrContext by Greg Daniel · 7 years ago
  71. 178ce3e Make all GrRenderTargetOpList ops store a GrRenderTarget pointer by Robert Phillips · 7 years ago
  72. 2d2da4f Do sRGB premul/unpremul on the GPU by Brian Osman · 7 years ago
  73. 0f47a25 Fix cubic KLM solving by csmartdalton · 7 years ago
  74. 123b7b8 Disable deferred proxies for Chrome branch by Robert Phillips · 7 years ago
  75. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 7 years ago
  76. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  77. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  78. 84c9cb7 getDeferredTextureImageData(): preserve color space in legacy mode by Matt Sarett · 7 years ago
  79. 9f903e4 PM/UPM conversion improvements by Brian Osman · 7 years ago
  80. 7b29749 constexprify GrBlend.h and GrPorterDuffXferProcessor.cpp by Brian Salomon · 7 years ago
  81. d61c9d9 Move ref counting out of GrProcessor and into subclasses. by Brian Salomon · 7 years ago
  82. a90aa2b consolidate read/writePixels in GrSurfaceContext by Robert Phillips · 7 years ago
  83. 48d1b4c Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis."" by Brian Salomon · 7 years ago
  84. 5dac9b3 Revert "Create GrXferProcessor while doing GrProcessorSet analysis." by Brian Salomon · 7 years ago
  85. 0ae0e23 Create GrXferProcessor while doing GrProcessorSet analysis. by Brian Salomon · 7 years ago
  86. dd20e91 Allow Vulkan to upload to main mip level without uploading to all levels. by Greg Daniel · 7 years ago
  87. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 7 years ago
  88. b9a02a1 Update stencil ops to have a parallel proxyID by Robert Phillips · 7 years ago
  89. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 7 years ago
  90. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 7 years ago
  91. 60cd57e Factor out common work in readSurfacePixels and writeSurfacePixels by Brian Osman · 7 years ago
  92. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  93. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  94. 3251ed8 Refactor Vulkan support to support Fuchsia by Michael Jurka · 7 years ago
  95. ee80532 Remove texture sampling from GrConfigConversionEffect by Brian Osman · 7 years ago
  96. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  97. 33aa2c7 Allow FPs to elevate default precision for the entire fragment program by Brian Osman · 7 years ago
  98. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  99. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  100. 0721fe9 Revert incorrect change to GrCoverageSetOp test factory by Brian Salomon · 7 years ago