1. cb1adb4 Add srcData version of createBackendTexture API by Robert Phillips · 6 years ago
  2. 40d9c51 Fix font creation lost style on Mac by Mike Reed · 6 years ago
  3. 22ea7e9 add Builder::dump() by Mike Klein · 6 years ago
  4. d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 6 years ago
  5. 9b7f143 GrTessellator: fix for intersections returning non-finite points. by Stephen White · 6 years ago
  6. 07cd38d Revert "SkParagraph" by Herb Derby · 6 years ago
  7. 8016441 Interpreter: Refactor interface and lifetime management by Brian Osman · 6 years ago
  8. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 6 years ago
  9. 10ad0b9 SkParagraph by Julia Lavrova · 6 years ago
  10. fe18de5 Experimental: Add R_16 and RG_1616 to Ganesh (take 2) by Robert Phillips · 6 years ago
  11. 992df57 Revert "Experimental: Add R_16 and RG_1616 to Ganesh" by Greg Daniel · 6 years ago
  12. 36a54c1 Rename SkStrikeSpecStorage -> SkStrikeSpec by Herb Derby · 6 years ago
  13. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 6 years ago
  14. 4b432fa run rewrite_includes.py by Mike Klein · 6 years ago
  15. fc99416 Major rearchitecture of SkSL parsing, focused on improving performance. by Ethan Nicholas · 6 years ago
  16. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 6 years ago
  17. 93d0146 Experimental: Add R_16 and RG_1616 to Ganesh by Robert Phillips · 6 years ago
  18. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 6 years ago
  19. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 6 years ago
  20. 6386efa Remove unused "DropsTileOnZeroDivide" caps bit by Brian Osman · 6 years ago
  21. de4c58c Combine GrPerspQuad and GrQuad by Michael Ludwig · 6 years ago
  22. 6eb8c24 Move readSurfacePixels and writePixelSurface into GrSurfaceContext. by Greg Daniel · 6 years ago
  23. e2826ab Add API to invalidate GL texture parameters from GrBackendTexture. by Brian Salomon · 6 years ago
  24. 7716331 print SKVM test failures by Mike Klein · 6 years ago
  25. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 6 years ago
  26. d17e05a Extract GrQuadList into separate header by Michael Ludwig · 6 years ago
  27. 7b7077c centralize test/bench SkVM builders by Mike Klein · 6 years ago
  28. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 6 years ago
  29. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 6 years ago
  30. 267f507 streamline SkVM test rebaselining by Mike Klein · 6 years ago
  31. 081bf66 best guess for -MSRTC bot by Mike Klein · 6 years ago
  32. ef032cd Disable RGBA_F32 mipmap testing for all of openGL ES by Robert Phillips · 6 years ago
  33. 68c50d0 sketch an skvm by Mike Klein · 6 years ago
  34. 27eb525 Expand testing of color initialized backend textures to include mip levels by Robert Phillips · 6 years ago
  35. d249e8c One ShouldDrawAsPath to rule them all! by Herb Derby · 6 years ago
  36. b67b235 GrTessellator: always rewind to edge top when splitting. by Stephen White · 6 years ago
  37. fd4f4df Move GrQuad to src/gpu/geometry folder by Michael Ludwig · 6 years ago
  38. bd1ef68 Implement color-based backend texture creation for Vulkan by Robert Phillips · 6 years ago
  39. 8043f32 Clean update ETC1 data utilities (take 2) by Robert Phillips · 6 years ago
  40. e8db325 Add trivial implemenations of shaper run iterators. by Ben Wagner · 6 years ago
  41. 69aaee0 Revert "Compare pixels for TypefaceWithNoPaths test" by Mike Reed · 6 years ago
  42. 5bdf525 Fix divide by zero in interpreter test by Brian Osman · 6 years ago
  43. b3f82dd Reland "Remove call to copy in GrcontextPriv read/write pixel calls." by Greg Daniel · 6 years ago
  44. 909231c Interpreter: Matrix/Vector multiplication by Brian Osman · 6 years ago
  45. 1e855b2 Interpreter: Support component-wise ops for matrices by Brian Osman · 6 years ago
  46. 4057352 Compare pixels for TypefaceWithNoPaths test by Herb Derby · 6 years ago
  47. aa1b6b3 Make stencilRect() in GrRTCPriv more flexible. by Michael Ludwig · 6 years ago
  48. 16e6fd5 Interpreter: Fix vector/matrix equality and inequality by Brian Osman · 6 years ago
  49. 1013ecf Revert "Remove call to copy in GrcontextPriv read/write pixel calls." by Greg Daniel · 6 years ago
  50. 8a3c059 GrTessellator: fix event creation for dead boundary edges. by Stephen White · 6 years ago
  51. d0d66fb Remove call to copy in GrcontextPriv read/write pixel calls. by Greg Daniel · 6 years ago
  52. 29e013d Interpreter: Fix construction of Matrices by Brian Osman · 6 years ago
  53. 7eb5c0f Add "GrMipMapped" parameter to visitProxies by Chris Dalton · 6 years ago
  54. f8e60e4 Fix VkhardwareBufferTest to check for egl native fence extension. by Greg Daniel · 6 years ago
  55. ae9633b add SkSL support for mix, cross, and dot by Ethan Nicholas · 6 years ago
  56. aad8315 Reland "Allow swapping out of GrBackendTexture used by SkSurface" by Brian Salomon · 6 years ago
  57. f73b8db Revert "Allow swapping out of GrBackendTexture used by SkSurface" by Brian Salomon · 6 years ago
  58. 07c117b Support larger compound types in the interpreter by Brian Osman · 6 years ago
  59. a541db4d Add test of char to glyph round tripping. by Ben Wagner · 6 years ago
  60. 6a5f7e2 split RGB into YUV planes by Mike Reed · 6 years ago
  61. 41f395d Reland "Track quad type on GrQuad directly" by Michael Ludwig · 6 years ago
  62. 9456f7a Allow swapping out of GrBackendTexture used by SkSurface by Brian Salomon · 6 years ago
  63. 0dee19b Revert "Track quad type on GrQuad directly" by Robert Phillips · 6 years ago
  64. 85766c4 Track quad type on GrQuad directly by Michael Ludwig · 6 years ago
  65. 459b295 Expand backend allocation API to allow an initialization color (only for GL to start) by Robert Phillips · 6 years ago
  66. c51d791 Interpreter: Fix scalar -> vector constructors by Brian Osman · 6 years ago
  67. 08ba085 Revert "De-GL-ify tests, gm and tools" by Robert Phillips · 6 years ago
  68. 89fb346 De-GL-ify tests, gm and tools by Robert Phillips · 6 years ago
  69. e384a1e Reland "Make SkRemoteGlyphCache obey the prepareForDrawing contract" by Herb Derby · 6 years ago
  70. 1706cbf Remove VisitorType from GrOp::visitProxies by Chris Dalton · 6 years ago
  71. b04b694 Make GrGLGpu::createBackendTexture parallel GrGLGpu::createTextureImpl by Robert Phillips · 6 years ago
  72. 82162ee SkSL interpreter intrinsics by Ethan Nicholas · 6 years ago
  73. 201491e Revert "Make SkRemoteGlyphCache obey the prepareForDrawing contract" by Herb Derby · 6 years ago
  74. 4e04530 Make SkRemoteGlyphCache obey the prepareForDrawing contract by Herb Derby · 6 years ago
  75. ab6eefe Move SkLeanWindows.h to src. by Ben Wagner · 6 years ago
  76. fe0aeb3 update SkUserConfig.h a bit by Mike Klein · 6 years ago
  77. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 6 years ago
  78. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 6 years ago
  79. 9e6a393 support for SkSL interpreter external function calls by Ethan Nicholas · 6 years ago
  80. a8ceb77 Revert "remove SkMiniPicture and co." by Mike Klein · 6 years ago
  81. b6a6f08 disassemble on unit test failure by Mike Klein · 6 years ago
  82. efb9f14 Add testing of mipmaps to backend allocation test by Robert Phillips · 6 years ago
  83. f3fa600 Implement postfix ++/--, and use the correct 1 for floats by Brian Osman · 6 years ago
  84. 201700f Initial version of rescaling async readback API by Brian Salomon · 6 years ago
  85. 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 6 years ago
  86. 4e93feb Interpreter: Implement ternary operator by Brian Osman · 6 years ago
  87. 0c6daf0 Direct backend object allocation API by Robert Phillips · 6 years ago
  88. 1091f02 Interpreter: Change all Load/Store ops to use immediate indices by Brian Osman · 6 years ago
  89. 91164d1 added external value support to SkSL interpreter by Ethan Nicholas · 6 years ago
  90. b745129 Interpreter: Implement/fix vectorized load/store of globals by Brian Osman · 6 years ago
  91. 945d1e5 simplify rtree loops in Skia too by Mike Klein · 6 years ago
  92. 21bca28 Move SkMessageBus.h into src/core by Ben Wagner · 6 years ago
  93. 8bd6e8f Move SkTSearch.h into src. by Ben Wagner · 6 years ago
  94. 226668a Add support for calling functions within the interpreter by Brian Osman · 6 years ago
  95. ad44dd5 preserve comments past the #include "" by Mike Klein · 6 years ago
  96. 5162a74 Remove GpuLayerCacheTest by Ben Wagner · 6 years ago
  97. 046ecb1 remove SkMiniPicture and co. by Mike Klein · 6 years ago
  98. 42dda08 Remove some uses of GrBytesPerPixel (take 2) by Robert Phillips · 6 years ago
  99. a705cb9 remove SkLiteDL by Mike Klein · 6 years ago
  100. f1344ac Remove SK_ALLOW_STATIC_GLOBAL_INITIALIZERS from tests. by Ben Wagner · 6 years ago