1. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  2. e1bc7de Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines. by Hal Canary · 6 years ago
  3. 10a83da Add GrContext::MakeVulkan factory that doesn't take a ref'd GrVkBackendContext. by Greg Daniel · 6 years ago
  4. e6f2eca added 565 to 8888 conversion for gpu LCD text rendering for macOS by Timothy Liang · 6 years ago
  5. 861ea5b Remove const from (immutable) SkColorSpace args to some functions by Brian Osman · 6 years ago
  6. 42c2115 ccpr: Initialize the atlas size more intelligently by Chris Dalton · 6 years ago
  7. f18c756 Pull non-substantive changes out of omnibus CL by Robert Phillips · 6 years ago
  8. da86e28 Remove unused code that was used for late mip allocations. by Greg Daniel · 6 years ago
  9. 5f4b09d Allow caller to specify if the want mip maps in makeTextureImage call. by Greg Daniel · 6 years ago
  10. db3b979 Fix IsFunctionallyExact by Robert Phillips · 6 years ago
  11. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  12. 50dbc09 SkTypes: more into SkMacros by Hal Canary · 6 years ago
  13. 22be4c4 SkMacros split from SkTypes.h by Hal Canary · 6 years ago
  14. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  15. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  16. 79aea6a trim #include <new> from SkPostConfig.h by Mike Klein · 6 years ago
  17. 5ebb90d Revert "remove half float workaround in GrGLGpu::onReadPixels" by Stephen White · 6 years ago
  18. 8f5bbda Fall back to bilerp if we are undable to do a copy for mips. by Greg Daniel · 6 years ago
  19. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  20. 802cb31 Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu. by Brian Salomon · 6 years ago
  21. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  22. 4462c04 Avoid degenerate matrices (that trigger asserts) in test code by Brian Osman · 6 years ago
  23. 27dddae rebase by Cary Clark · 6 years ago
  24. afa1158 Make the SkPathRef GenIDChangeListener ref counted by Chris Dalton · 6 years ago
  25. 1471df9 Remove include of GrGLProgramBuilder.h from GrGLProgram.h and GrVkPipelineState.h by Brian Salomon · 6 years ago
  26. d0d409d Add a front() accessor to GrAllocator by Chris Dalton · 6 years ago
  27. 59d997a New more efficient run builder by Herb Derby · 6 years ago
  28. 17ee855 remove half float workaround in GrGLGpu::onReadPixels by Brian Salomon · 6 years ago
  29. 89042d5 GrTessellator: catch missing intersections. by Stephen White · 6 years ago
  30. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  31. fff1966 Revert "Reland "Workaround constexpr bug in MSVC 2015 in GrTextureOp"" by Brian Salomon · 6 years ago
  32. 88a32ef Add a factory to any GrOp-derived class that lacked one by Robert Phillips · 6 years ago
  33. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  34. 4d3f517 Remove GrGLSLFragProcs typedef. Use unique_ptr to for GrGLSLFragmentProcessor ownership. by Brian Salomon · 6 years ago
  35. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  36. fa8ff09 fonts: Hook up FallbackTextHelper to font remoting. by Khushal · 6 years ago
  37. d5b4593 Add checks to make sure we don't overflow 32 bit int in GPU path renderers. by Greg Daniel · 6 years ago
  38. dc63620 Add guard around GrVkBackendContext::Create function. by Greg Daniel · 6 years ago
  39. 9519d4f Remove unused GrObjectMemoryPool by Robert Phillips · 6 years ago
  40. 969bdef Remove GrGeometryProcessor knowledge of explicit local coords by Brian Salomon · 6 years ago
  41. 4ffa027 Smarter use of glyph cache by Herb Derby · 6 years ago
  42. 41f4f31 Reland "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Herb Derby · 6 years ago
  43. e62999f GrTessellator: yet another out-of-range splitting fix. by Stephen White · 6 years ago
  44. 74b390d Revert "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Hal Canary · 6 years ago
  45. da2b9f3 Add Gr enums and version parsing for SwiftShader by Kevin Lubick · 6 years ago
  46. 4225b32 Have draw(Text|PosText|PosTextH) use a single entry on the device by Herb Derby · 6 years ago
  47. 8f9c325 Always use filterColor4f to filter paint colors by Brian Osman · 6 years ago
  48. 77169c8 GrTessellator: fix for overlapping outer boundary edges in AA case. by Stephen White · 6 years ago
  49. 69d0e51 Remove alpha readback path in GrGLGpu::onReadPixels by Brian Salomon · 6 years ago
  50. 7c93472 Add null checks for GrSkSLtoGLSL to GrGLProgramBuilder by Brian Salomon · 6 years ago
  51. ad445ce Remove GrPaint::setGammaCorrect by Brian Osman · 6 years ago
  52. a694870 Remove origin from GrGpu::readPixels by Brian Salomon · 6 years ago
  53. a9b04b9 Remove origin from GrGpu::writePixels by Brian Salomon · 6 years ago
  54. 9363ac4 Remove most of the remaining conflation of colorSpace and sRGB in Ganesh by Brian Osman · 6 years ago
  55. 0ba9fa0 Remove GrGpu::getWritePixelsInfo by Brian Salomon · 6 years ago
  56. d494f6e Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/WritePixels2 by Brian Salomon · 6 years ago
  57. 7027691 Set bounds correctly for color emoji that need post-cache transfoms by Jim Van Verth · 6 years ago
  58. 8683037 Always keep buffers in vulkan persistently mapped. by Greg Daniel · 6 years ago
  59. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  60. 531a48e GrTessellator: fix winding merged to zero on split edge. by Stephen White · 6 years ago
  61. 22f673d Move SkColorTable to src/codec by Leon Scroggins III · 6 years ago
  62. 81df041 Reland "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh." by Greg Daniel · 6 years ago
  63. 774168e Allow CCPR in DDL mode (take 2) by Robert Phillips · 6 years ago
  64. bbcb7f7 Fix fuzzer bugs by Robert Phillips · 6 years ago
  65. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  66. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  67. 53a0298 GrTessellator: fix for ping-pong split fuzzer hang. by Stephen White · 6 years ago
  68. a9d3dae Revert "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh." by Greg Daniel · 6 years ago
  69. de81143 Revert "Move include into head to fix build breakage." by Greg Daniel · 6 years ago
  70. fac6953 Move include into head to fix build breakage. by Greg Daniel · 6 years ago
  71. 35b40ce Revert "Check for ANGLE's implementation of texture_rectangle" by Ravi Mistry · 6 years ago
  72. 00f8866 Check for ANGLE's implementation of texture_rectangle by Weiliang Chen · 6 years ago
  73. 331c266 Use GrVkMemoryAllocator for vulkan memory allocations in ganesh. by Greg Daniel · 6 years ago
  74. 5d1adbf Make sk_sp operator bool explicit. by Ben Wagner · 6 years ago
  75. 70132d0 Make GrPrimitiveProcessor::Attribute a class, hide data members. by Brian Salomon · 6 years ago
  76. cf9086c Revert "Allow CCPR in DDL mode" by Robert Phillips · 6 years ago
  77. 594b64c Revert "Revert "Make GrTextureOp disable coverage AA when rect falls on integers."" by Brian Salomon · 6 years ago
  78. 18dbfd0 Reland "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API." by Greg Daniel · 6 years ago
  79. 93540dd Allow CCPR in DDL mode by Robert Phillips · 6 years ago
  80. bfe9598 Revert "GrTessellator: fix for ping-pong split fuzzer hang." by Ravi Mistry · 6 years ago
  81. 8624059 Rename GrAtlasTextBlob -> GrTextBlob by Herb Derby · 6 years ago
  82. bfb2a05 GrTessellator: fix for ping-pong split fuzzer hang. by Stephen White · 6 years ago
  83. 36be574 Revert "Make GrTextureOp disable coverage AA when rect falls on integers." by Brian Salomon · 6 years ago
  84. ca439a0 Make GrTextureOp disable coverage AA when rect falls on integers. by Brian Salomon · 6 years ago
  85. bdb4956 Drop unneeded .get() in GrCoverageCountingPathRenderer.cpp by tzik · 6 years ago
  86. d8eb7b6 Reland "Turn off domain in GrTextureOp when src rect contains entire proxy" by Brian Salomon · 6 years ago
  87. 16b1eab Reland "Workaround constexpr bug in MSVC 2015 in GrTextureOp" by Brian Salomon · 6 years ago
  88. b80ffee Reland "Add support for SkCanvas::kStrict_SrcRectConstraint to GrTextureOp." by Brian Salomon · 6 years ago
  89. 633f20e Revert "Add support for SkCanvas::kStrict_SrcRectConstraint to GrTextureOp." by Stephen White · 6 years ago
  90. 024317f Revert "Workaround constexpr bug in MSVC 2015 in GrTextureOp" by Stephen White · 6 years ago
  91. 95ef524 Revert "Turn off domain in GrTextureOp when src rect contains entire proxy" by Stephen White · 6 years ago
  92. 06768ca GrTessellator: remove collinear vertices. by Stephen White · 6 years ago
  93. 98bddf9 Revert "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API." by Greg Daniel · 6 years ago
  94. 26c0e4c Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API. by Greg Daniel · 6 years ago
  95. 869433f Turn off domain in GrTextureOp when src rect contains entire proxy by Brian Salomon · 6 years ago
  96. 9eff78e Workaround constexpr bug in MSVC 2015 in GrTextureOp by Brian Salomon · 6 years ago
  97. 26cbe51 Rename GrAtlasTextContext -> GrTextContext by Herb Derby · 6 years ago
  98. b12175f Remove memory pool use from SkTextBlobCache by Herb Derby · 6 years ago
  99. a0047bc Add support for SkCanvas::kStrict_SrcRectConstraint to GrTextureOp. by Brian Salomon · 6 years ago
  100. 6ddbafc Move vulkan layout helpers from GrVkMemory to GrVkImage. by Greg Daniel · 6 years ago