1. f666cbc remove debug gl interface, grcontextfactory context type, and config. by Brian Salomon · 6 years ago
  2. 80247e5 Publish docs for rrect, picture, blendmode by Cary Clark · 6 years ago
  3. 97c6a0e Remove interal use of SkRefCnt_SafeAssign. by Ben Wagner · 6 years ago
  4. 00a5eb8 Add gltestpersistentcache config that tests GrContextOption's cache. by Brian Salomon · 6 years ago
  5. 37329b3 Reland "Reland "Move Vulkan DebugCallback code into tools."" by Greg Daniel · 7 years ago
  6. f730c18 Reland "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 7 years ago
  7. 1994f20 Merge "All" and "Default" path renderer options in viewer by Brian Osman · 6 years ago
  8. 1d31443 fix line intersect divide by zero by Cary Clark · 6 years ago
  9. 9a6e42f added caching of SkVertices by Ruiqi Mao · 7 years ago
  10. 294fe29 Remove some linear-blending sRGB logic from sk_app by Brian Osman · 7 years ago
  11. c05aa7d Revert "added skeletal animation support to GPU backend" by Ruiqi Mao · 7 years ago
  12. 108bb23 Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Greg Daniel · 7 years ago
  13. 34aa059 Revert "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." by Ethan Nicholas · 7 years ago
  14. b630734 added skeletal animation support to GPU backend by Ruiqi Mao · 7 years ago
  15. ff2181e Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors. by Greg Daniel · 7 years ago
  16. 94d57c4 updated SkCanvas documentation for animation overloads of drawVertices by Ruiqi Mao · 7 years ago
  17. f510149 skeletal animation support added to API and software backend by Ruiqi Mao · 7 years ago
  18. 7197e05 Update ImGui to v1.62 (June 22, 2018) by Brian Osman · 7 years ago
  19. 007267b Revert "Reland "Make GrVkBackendContext no longer derive from SkRefCnt."" by Greg Daniel · 7 years ago
  20. 3148f80 Revert "Reland "Move Vulkan DebugCallback code into tools."" by Greg Daniel · 7 years ago
  21. dc13c21 Revert "Reland "Let client pass in full extension to GrVkBackendContext."" by Greg Daniel · 7 years ago
  22. a782dcb Reland "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 7 years ago
  23. 036fdfe implemented getting format from texture as virtual in gpu caps by Timothy Liang · 7 years ago
  24. be0ab88 Reland "Move Vulkan DebugCallback code into tools." by Greg Daniel · 7 years ago
  25. a66f4da Revert "Reland "Revert "Update GPU DM/nanobench configs for color testing""" by Brian Osman · 7 years ago
  26. 0db3a88 Reland "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 7 years ago
  27. 82f1f74 fix doc catalog by Cary Clark · 7 years ago
  28. 059a9ab Revert "Make GrVkBackendContext no longer derive from SkRefCnt." by Greg Daniel · 7 years ago
  29. 224c700 sync docs up with tip of tree by Cary Clark · 7 years ago
  30. 05d3fe3 Revert "Move Vulkan DebugCallback code into tools." by Greg Daniel · 7 years ago
  31. cb92b26 Revert "Let client pass in full extension to GrVkBackendContext." by Greg Daniel · 7 years ago
  32. 45c9dab Let client pass in full extension to GrVkBackendContext. by Greg Daniel · 7 years ago
  33. c421ca1 gpu: Expose GrContextPriv::abandoned in the public API. by Khushal · 7 years ago
  34. d5161b9 Reland "Revert "Update GPU DM/nanobench configs for color testing"" by Brian Osman · 7 years ago
  35. 3627d2e Add subpixel offset to Viewer app. by Ben Wagner · 7 years ago
  36. 3785471 basic first pass at RGBA F32 support by Mike Klein · 7 years ago
  37. a4f5ce0 skpbench: Support .svg files by Chris Dalton · 7 years ago
  38. c0fb3c8 Revert "Revert "Update GPU DM/nanobench configs for color testing"" by Brian Osman · 7 years ago
  39. d5506cb Add --gpuThreads support to skpbench.py (take 2) by Robert Phillips · 7 years ago
  40. d4b2ade Move Vulkan DebugCallback code into tools. by Greg Daniel · 7 years ago
  41. 81abc43 explicitly include blurimagefilter include by Cary Clark · 7 years ago
  42. 536ad2c Implement onMakeClone function on all subclasses of SkTypeface except on mac. by Bruce Wang · 7 years ago
  43. 6d36370 Add bullet proofing for preAbandonContext by Robert Phillips · 7 years ago
  44. 93ae233 Make GrVkBackendContext no longer derive from SkRefCnt. by Greg Daniel · 7 years ago
  45. 752e08b Fix abandonment of programs by Robert Phillips · 7 years ago
  46. a2b5b64 ccpr: Enable ccpr by default by Chris Dalton · 7 years ago
  47. 5e09097 Fix pylint check in presubmit by Eric Boren · 7 years ago
  48. f7dcdb0 Move taskgroup initialization closer to where it is used by Robert Phillips · 7 years ago
  49. f9ae670 add hello-opencl by Mike Klein · 7 years ago
  50. 2de15fd Update gdb bitmap viewer. by Ben Wagner · 7 years ago
  51. 2a284de Revert "Update GPU DM/nanobench configs for color testing" by Brian Osman · 7 years ago
  52. 5e11777 Update GPU DM/nanobench configs for color testing by Brian Osman · 7 years ago
  53. 75fd449 fix for new fiddle compiler by Cary Clark · 7 years ago
  54. 2c74c32 tools/git-sync-deps: fix by Hal Canary · 7 years ago
  55. 3425e22 Use SkJSONWriter for get_images_from_skps stats reporting by Florin Malita · 7 years ago
  56. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 7 years ago
  57. 96aa535 Remove .bat and .exe from commands where possible. by Ben Wagner · 7 years ago
  58. b632df7 Use SkJSONWriter for viewer UI serialization by Florin Malita · 7 years ago
  59. f08d1d0 Stop using SkTSwap. by Ben Wagner · 7 years ago
  60. 4da7019 ccpr: Implement path mask caching by Chris Dalton · 7 years ago
  61. b7a72a5 fix bookmaker by Cary Clark · 7 years ago
  62. a740190 do not mistake locals for methods by Cary Clark · 7 years ago
  63. 5538c13 docs fix external substitutions by Cary Clark · 7 years ago
  64. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 7 years ago
  65. a058b3e Revert "Add --gpuThreads support to skpbench.py" by Robert Phillips · 7 years ago
  66. 2f14f21 Add --gpuThreads support to skpbench.py by Robert Phillips · 7 years ago
  67. f18c756 Pull non-substantive changes out of omnibus CL by Robert Phillips · 7 years ago
  68. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 7 years ago
  69. 2a2f675 SkTypes: extract SkTo by Hal Canary · 7 years ago
  70. efd99cc clean up SkPicture include by Cary Clark · 7 years ago
  71. 27dddae rebase by Cary Clark · 7 years ago
  72. d2ae4df Add text size override to Viewer. by Ben Wagner · 7 years ago
  73. b94f6da fix define comments add generated comment for includes by Cary Clark · 7 years ago
  74. 0d22539 generate SkColor include by Cary Clark · 7 years ago
  75. 3a4a321 fix ops for very close rects by Cary Clark · 7 years ago
  76. 7258e97 C++14 by Brian Salomon · 7 years ago
  77. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 7 years ago
  78. 39ccf5d Fix compile when SK_XML undefined by Hal Canary · 7 years ago
  79. 911ae40 [skottie] Remove inPoint/outPoint/frameRate from public API by Florin Malita · 7 years ago
  80. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 7 years ago
  81. 65eb4fb Add DDL skpbench bot for just DDL recording time by Robert Phillips · 7 years ago
  82. 0390d3e skqp: update apk list script by Hal Canary · 7 years ago
  83. 9619c49 Add DDL parameters to skpbench.py by Robert Phillips · 7 years ago
  84. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 7 years ago
  85. 92e37b6 Reland "remove toString" by Cary Clark · 7 years ago
  86. 35b40ce Revert "Check for ANGLE's implementation of texture_rectangle" by Ravi Mistry · 7 years ago
  87. a15cedb Clean up GPU configs in DM by Brian Osman · 7 years ago
  88. 00f8866 Check for ANGLE's implementation of texture_rectangle by Weiliang Chen · 7 years ago
  89. 137b874 generate include comments by Cary Clark · 7 years ago
  90. 9660108 Add DDL to SKPBench by Robert Phillips · 7 years ago
  91. 264182c Make SkShaper a module by Herb Derby · 7 years ago
  92. b6e035e Enable skcms on skqp by Brian Osman · 7 years ago
  93. c761108 Implement onDrawDrawable in SkDebugCanvas by Brian Osman · 7 years ago
  94. 65197ff SkDrawCommand cleanup, continued by Brian Osman · 7 years ago
  95. 8363be1 SkDrawCommand cleanup by Brian Osman · 7 years ago
  96. a33447d [skottie] Animation::animationTick() -> Animation::seek() by Florin Malita · 7 years ago
  97. 8e9810c [fiddle] Init gpu using the GLTestContext. by Joe Gregorio · 7 years ago
  98. 616f1cb Added drawAtlas support to SkDebugCanvas by Brian Osman · 7 years ago
  99. 3d856bd [skottie] Relocate to modules/skottie by Florin Malita · 7 years ago
  100. 3b526b0 "Modularize" SkSG by Florin Malita · 7 years ago