1. e3ad527 Add a convenience to downcast contexts into GrDirectContext by Adlai Holler · 4 years, 1 month ago
  2. cf5e35f Use ContextInfo::directContext() in skottie2movie.cpp by Florin Malita · 4 years, 1 month ago
  3. 6fc05d8 Allow system key equivalents to work again. by John Stiles · 4 years, 1 month ago
  4. 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years, 1 month ago
  5. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 1 month ago
  6. 7b4e43c Update final set of tools to take GrDirectContext by Robert Phillips · 4 years, 1 month ago
  7. 00f78de Update additional tools to take a GrDirectContext by Robert Phillips · 4 years, 1 month ago
  8. b87b39b Make GM::onGpuSetup take a GrDirectContext by Robert Phillips · 4 years, 1 month ago
  9. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 1 month ago
  10. 832936b Remove workaround for not calling SkImage release proc by Brian Salomon · 4 years, 1 month ago
  11. f8f45d9 Make asDirectContext public by Robert Phillips · 4 years, 1 month ago
  12. d2f870c Fix modifier key handling in OS X to allow command-keys to work. by John Stiles · 4 years, 1 month ago
  13. e381036 Fix D3D debug clang build. by Jim Van Verth · 4 years, 1 month ago
  14. ab9578e Update ImGui to latest stable version (1.77). by John Stiles · 4 years, 1 month ago
  15. 9eb0002 Double down on abandoned being publicly accessible on contexts by Robert Phillips · 4 years, 1 month ago
  16. ce9f016 Remove unused GrFlushFlags. by Greg Daniel · 4 years, 1 month ago
  17. 44333c5 Make asDirectContext return a GrDirectContext by Robert Phillips · 4 years, 1 month ago
  18. 41abd4f Remove SkWhitelistTypefaces. by Ben Wagner · 4 years, 1 month ago
  19. f19bbb5 Finish the DDL sk_sp migration by Adlai Holler · 4 years, 1 month ago
  20. 65513a9 Tweak scripts to fix CK builds with python 3 by Florin Malita · 4 years, 1 month ago
  21. b29a1a6 Fix D3D dynamic buffer reuse. by Jim Van Verth · 4 years, 1 month ago
  22. 98c39ba Make use of backend texture creation finished procs in YUV GMs by Robert Phillips · 4 years, 1 month ago
  23. 562c8db Move the DDL unreffing to task destructor and update tests by Adlai Holler · 4 years, 1 month ago
  24. 63a0a75 Reland "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 1 month ago
  25. 1caf378 Revert "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 1 month ago
  26. e922953 Adjust how GM::gpuSetup is handled in the tools by Robert Phillips · 4 years, 1 month ago
  27. 7ac9b5f Add async rescale and read APIs to SkImage. by Brian Salomon · 4 years, 1 month ago
  28. d26d25e Make gpuSetup draw a error message on failure by Robert Phillips · 4 years, 1 month ago
  29. 7580ad4 Add an sk_sp API for DDLs with a macro for staging by Adlai Holler · 4 years, 1 month ago
  30. 9a5acc5 Add another make_get_error_with_random_oom valgrind suppression by Brian Salomon · 4 years, 1 month ago
  31. 632db1c Revert "Make glPatchParameteri required when tessellation is supported" by Greg Daniel · 4 years, 1 month ago
  32. 38b7d2f Add support for magenta highlights on shader mouseover in Metal. by John Stiles · 4 years, 1 month ago
  33. 24069eb Add GrContext::oomed() and implement for GL and VK. by Brian Salomon · 4 years, 1 month ago
  34. 03b92cd Fix crash in Viewer when attempting to view shaders in Metal. by John Stiles · 4 years, 1 month ago
  35. 900630c Add GM::gpuSetup call in fm by Robert Phillips · 4 years, 1 month ago
  36. c23b732 Update viewer to call the gpuSetup GM entry point by Robert Phillips · 4 years, 1 month ago
  37. 7d7cd2b Make glPatchParameteri required when tessellation is supported by Chris Dalton · 4 years, 1 month ago
  38. f105d38 Update image_from_yuv_textures GM for *ooprddl configs by Robert Phillips · 4 years, 1 month ago
  39. 362db58 DawnTestContext: print validation errors with SkDebugf. by Stephen White · 4 years, 1 month ago
  40. 0f39699 Reland "Make it easier to test rectangle textures by using createBackendTexture." by Brian Salomon · 4 years, 1 month ago
  41. 553db62 Reland "Centralize geometry processor vertex shader transform code" by Michael Ludwig · 4 years, 1 month ago
  42. b577655 Don't submit vk command buffer in updateBackendTexture. by Greg Daniel · 4 years, 1 month ago
  43. ce86910 Revert "Centralize geometry processor vertex shader transform code" by Michael Ludwig · 4 years, 1 month ago
  44. 0426947 Centralize geometry processor vertex shader transform code by Michael Ludwig · 4 years, 1 month ago
  45. 579e63a [skrive] Reset the node system by Florin Malita · 4 years, 1 month ago
  46. 96f8db0 Revert "Make it easier to test rectangle textures by using createBackendTexture." by Derek Sollenberger · 4 years, 1 month ago
  47. 4e37751 Make it easier to test rectangle textures by using createBackendTexture. by Brian Salomon · 4 years, 1 month ago
  48. d4928d0 Implement flush finish proc support for d3d backend. by Greg Daniel · 4 years, 1 month ago
  49. df4e3ab HTML typo egde => edge by Kevin Lubick · 4 years, 1 month ago
  50. f847f31 In SkSLSlide, directly use Viewer's shader error handler by Brian Osman · 4 years, 1 month ago
  51. 346f8e0 Change URL in skia_css3gradients_desktop.py by Ravi Mistry · 4 years, 1 month ago
  52. c85f1fa Support viewing/changing backend shaders in Viewer by Brian Osman · 4 years, 1 month ago
  53. 889d613 Add GM::gpuSetup step by Robert Phillips · 4 years, 1 month ago
  54. 5f0cda4 Refine VkYcbcrSamplerHelper to only hold backend memory for YCbCr textures by Robert Phillips · 4 years, 1 month ago
  55. 762cb4e Add option to DDL test harness to better match OOP-R behavior by Robert Phillips · 4 years, 1 month ago
  56. 9efe386 Add SkSurface flush call that takes a GrBackendSurfaceMutableState. by Greg Daniel · 4 years, 1 month ago
  57. 616da10 Allow printf-style formatting to be used in SK_ABORT. by John Stiles · 4 years, 1 month ago
  58. 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 1 month ago
  59. 85aa428 Move VkYcbcrSamplerHelper's context functionality into VkTestHelper by Robert Phillips · 4 years, 1 month ago
  60. 0d6ce7c Split VulkanTestHelper out into its own files by Robert Phillips · 4 years, 1 month ago
  61. cd0df4f Add a basic readme to help the uninitiated build and run skpbench by Nathaniel Nifong · 4 years, 1 month ago
  62. 5189139 [canvaskit] Add benchmarks on SKPs by Kevin Lubick · 4 years, 1 month ago
  63. ae413d8 Move VkYcbcrSamplerHelper to its own files by Robert Phillips · 4 years, 2 months ago
  64. 9e4e4c7 Reland "Switch persistent cache to use SkReadBuffer/SkWriteBuffer" by Brian Osman · 4 years, 2 months ago
  65. 90e8290 Revert "Switch persistent cache to use SkReadBuffer/SkWriteBuffer" by Mike Reed · 4 years, 2 months ago
  66. 5fa11d4 Switch persistent cache to use SkReadBuffer/SkWriteBuffer by Brian Osman · 4 years, 2 months ago
  67. 45cd200 [skrive] Initial artboard plumbing by Florin Malita · 4 years, 2 months ago
  68. 8a6e53a Disable support for sample locations in vulkan. by Greg Daniel · 4 years, 2 months ago
  69. 37a46d2 Dawn: fix for crash on GrContextFactory_sharedContexts unit test. by Stephen White · 4 years, 2 months ago
  70. 43f443f Fix caching of GL program binaries by Brian Osman · 4 years, 2 months ago
  71. c3320be Reland "Request specific ANGLE context versions." by Geoff Lang · 4 years, 2 months ago
  72. 64aa513 Remove SkAtlasTextTarget by Herb Derby · 4 years, 2 months ago
  73. 64c8b81 Dawn: fix memory corruption in DawnTestContext. by Stephen White · 4 years, 2 months ago
  74. 3927802 Remove submit from async read pixels. User must submit. by Brian Salomon · 4 years, 2 months ago
  75. aa9d99f Add support for vk image sharing mode and handle queues xfers correctly. by Greg Daniel · 4 years, 2 months ago
  76. e8121e5 Revert "Request specific ANGLE context versions." by Joe Gregorio · 4 years, 2 months ago
  77. 8eeff5c Request specific ANGLE context versions. by Geoff Lang · 4 years, 2 months ago
  78. 7a8e394 Revert "Allow printf-style formatting to be used in SK_ABORT." by John Stiles · 4 years, 2 months ago
  79. 67e50a6 Allow printf-style formatting to be used in SK_ABORT. by John Stiles · 4 years, 2 months ago
  80. 33dbd65 Pass file and line number when asserting single owner by Adlai Holler · 4 years, 2 months ago
  81. f40cef8 Dawn: fix Device leak in DawnTestContext. by Stephen White · 4 years, 2 months ago
  82. b437d7b Add puppeteer perf for performance degredation related to transforming a complex path. Translations by Elliot Evans · 4 years, 2 months ago
  83. 5dbcca5 Update DDL test harness to better match OOP-R by Robert Phillips · 4 years, 2 months ago
  84. 7c12e28 Reland "GrClips provided as pointers to GrRTC" by Michael Ludwig · 4 years, 2 months ago
  85. c0d88a1 Remove SkSurface::MakeFromBackendTextureAsRenderTarget from public API by Brian Salomon · 4 years, 2 months ago
  86. 074414f Revert "GrClips provided as pointers to GrRTC" by Weston Tracey · 4 years, 2 months ago
  87. 3e7d511 Add svg parsing to CanvasKit viewer.html by Chris Dalton · 4 years, 2 months ago
  88. 226b689 GrClips provided as pointers to GrRTC by Michael Ludwig · 4 years, 2 months ago
  89. f3242c4 Add an skp loader to CanvasKit viewer by Chris Dalton · 4 years, 2 months ago
  90. 3ab9b1f Add convert-to-nia command-line program by Nigel Tao · 4 years, 2 months ago
  91. 4348097 tell gms when they are being run in viewer by Mike Reed · 4 years, 2 months ago
  92. 41fe8bc [canvaskit] Fix width/height API by Kevin Lubick · 4 years, 2 months ago
  93. fd9745e SkDrawLooper has not been supported by Skia for a while. Update dox and remove examples by Mike Reed · 4 years, 2 months ago
  94. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 2 months ago
  95. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 2 months ago
  96. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 2 months ago
  97. 4ad6b50 [canvaskit] Fix some other usages of .ready by Kevin Lubick · 4 years, 2 months ago
  98. 67ff541 [skottie] Add support for embedded fonts (glyph paths) by Florin Malita · 4 years, 2 months ago
  99. f83baf2 Fix D3d window context after submit change. by Greg Daniel · 4 years, 2 months ago
  100. 49de103 Reland "Remove deprecated flush calls." by Greg Daniel · 4 years, 2 months ago