1. a25fbef Add bidi to SkShaper. by Ben Wagner · 7 years ago
  2. 195c05b Move several GrContextOptions fields behind GR_TEST_UTILS by Brian Osman · 7 years ago
  3. ad8a43f DeferredDisplayList API proposal by Robert Phillips · 7 years ago
  4. c0e6627 Make AA hairline renderer non-optional by Brian Osman · 7 years ago
  5. 94fef59 use fcntl() to lock/unlock fds by Mike Klein · 7 years ago
  6. 1b4602b ok, backtrace support on Android by Mike Klein · 7 years ago
  7. f3b46e5 Rename methods and enum on SkClipStack::Element to indicate "device space" by Brian Salomon · 7 years ago
  8. f981066 Threaded generation of software paths by Brian Osman · 7 years ago
  9. a523d2d fix param return descriptions by Cary Clark · 7 years ago
  10. 73fa972 work on path by Cary Clark · 7 years ago
  11. 84c5435 print running task in both ok_log() by Mike Klein · 7 years ago
  12. 8b0f265 Always include the default path renderer in the chain by Brian Osman · 7 years ago
  13. 3416969 Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"""" by Brian Salomon · 7 years ago
  14. 3c2d09f change SkRect::growToInclude to take a point instead of x,y by Mike Reed · 7 years ago
  15. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  16. 493df1f try again to fix method links by Cary Clark · 7 years ago
  17. 8cc16c7 fix generated links by Cary Clark · 7 years ago
  18. 87ae989 Revert "Threaded generation of software paths" by Brian Salomon · 7 years ago
  19. f05bdda update canvas doc, primarily readpixels and writepixels by Cary Clark · 7 years ago
  20. 76323bc Threaded generation of software paths by Brian Osman · 7 years ago
  21. a184ac7 Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""" by Brian Salomon · 7 years ago
  22. 5929f5c Add "none" option for --pr, to force software path renderer by Brian Osman · 7 years ago
  23. 20af6d1 Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"" by Brian Salomon · 7 years ago
  24. de3b710 Cache the results of get_pixel_formats_to_try by Brian Osman · 7 years ago
  25. ceef4fb Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible" by Brian Salomon · 7 years ago
  26. 3fd2955 Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible by Brian Salomon · 7 years ago
  27. 194db17 Add ANGLE support to Viewer on Windows by Brian Salomon · 7 years ago
  28. b6f8212 Optimize the size of our JSON by Brian Osman · 7 years ago
  29. af10923 Create new set of SVGs by Ravi Mistry · 7 years ago
  30. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  31. c7f2676 Record all trace event data inline, with variable sized entries by Brian Osman · 7 years ago
  32. 4c72b26 Add Chinese fling sample by Robert Phillips · 7 years ago
  33. 042357b Add missing #include <stdlib.h> by Mike Klein · 7 years ago
  34. 135a1b1 upstream cr/165303354 by Mike Klein · 7 years ago
  35. 6dda584 remove monobench by Mike Klein · 7 years ago
  36. 4f6e271 ok, add a bench source by Mike Klein · 7 years ago
  37. c2f876b Replace interp() with clut_{3,4}D stages. by Mike Klein · 7 years ago
  38. 69fd008 Added SkJSONWriter by Brian Osman · 7 years ago
  39. 5a625e0 add tool_util to compare images by Mike Reed · 7 years ago
  40. bdc3afa simplify gm matrices by Mike Reed · 7 years ago
  41. 399b3c2 Add AAA and DAA toggles to viewer by Yuqian Li · 7 years ago
  42. 6dd8cf1 Remove SkLightingShader and associated classes by Robert Phillips · 7 years ago
  43. 4c06f5e fix links and missing constructor by Cary Clark · 7 years ago
  44. bad5ad7 canvas include checkpoint by Cary Clark · 7 years ago
  45. 49fd5d5 Disable Delta AA for MSVC for now by Yuqian Li · 7 years ago
  46. b6705c2 Add support for object creation/snapshot/deletion events by Brian Osman · 7 years ago
  47. 698edfe Chromium lkgr is no longer updated. Use lkcr by Ravi Mistry · 7 years ago
  48. 0d056ba Update webpages_playback.py to use the new Golang impl of WPRs by Ravi Mistry · 7 years ago
  49. c722f79 clang on windows support by Mike Klein · 7 years ago
  50. 579985c fix self references by Cary Clark · 7 years ago
  51. 1eace2d fix capitalization by Cary Clark · 7 years ago
  52. 93fe0cc Enable delta AA by default by Yuqian Li · 7 years ago
  53. 0edfbb7 fix output header in bookmaker by Cary Clark · 7 years ago
  54. 8032b98 bookmaker initial checkin by Cary Clark · 7 years ago
  55. 7131950 Remove internal use of SkTypeface::Style. by Ben Wagner · 7 years ago
  56. 154e6da factor Engine out of ok core by Mike Klein · 7 years ago
  57. 1e09686 Add --traceMatch argument to filter tracing categories by Brian Osman · 7 years ago
  58. 7371491 Revert "ok, exit() child processes instead of _exit()" by Mike Klein · 7 years ago
  59. d902042 Fix viewer state that has empty state/option by Yuqian Li · 7 years ago
  60. 847068c add Make factory to SkMemoryStream (simplify call-sites) by Mike Reed · 7 years ago
  61. 39c08ac Automatically prepend "disabled-by-default-" to TRACE categories by Brian Osman · 7 years ago
  62. 9ac801c ok, exit() child processes instead of _exit() by Mike Klein · 7 years ago
  63. df60e36 New analytic AA scan converter using delta (I call it DAA for now) by Yuqian Li · 7 years ago
  64. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  65. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  66. b323a5e sprinkle more tracing in GM, tests, and ok, and add TRACE_FUNC by Mike Klein · 7 years ago
  67. 3bf0042 ok, basic tracing support by Mike Klein · 7 years ago
  68. 1431e5e ok, do not print time or memory use for skipped tests by Mike Klein · 7 years ago
  69. bc8150f Faster, thread-safe implementation by Brian Osman · 7 years ago
  70. fd51b2b add suggested decode color type to colorspaceinfo by Mike Klein · 7 years ago
  71. 71f867c have resources return unique_ptr for stream by Mike Reed · 7 years ago
  72. de6e5bf Tracing cleanup and bugfixes by Brian Osman · 7 years ago
  73. 219f362 Add strikeout font metrics. by Ben Wagner · 7 years ago
  74. 65e4c61 Add category support to JSON and SkDebugf tracing by Brian Osman · 7 years ago
  75. 53136aa First stab at JSON event tracer by Brian Osman · 7 years ago
  76. 45c16fa convert over to 2d-mode by Mike Klein · 7 years ago
  77. d17f658 Remove GrBackendTextureDesc by Brian Salomon · 7 years ago
  78. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  79. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  80. dcbb9d9 Add SkDebugf trace event handler. by Brian Salomon · 7 years ago
  81. fc26f3c Remove GrAnalyticRectOp, the last legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  82. 44acb5b Revert "Revert "Make GrAtlasTextOp a non-legacy GrMeshDrawOp"" by Brian Salomon · 7 years ago
  83. 863ffef Do not move over webpage archives, they are needed for capturing SKPs by Ravi Mistry · 7 years ago
  84. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  85. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  86. ce5ee60 Add support for GL 565 and 4444 configs to test tools by Brian Salomon · 7 years ago
  87. e3e9628 Revert "Make GrAtlasTextOp a non-legacy GrMeshDrawOp" by Brian Salomon · 7 years ago
  88. 1a325d2 Coverage counting path renderer by Chris Dalton · 7 years ago
  89. 434a58a Make GrAtlasTextOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  90. 2811aa2 Add metal config to tools by Greg Daniel · 7 years ago
  91. b295573 Move GrAALinearizingConvexPathRenderer off GrLegacyMeshDrawOp by Brian Salomon · 7 years ago
  92. b76a72a Add support for creating a GrContext backed by Metal. by Greg Daniel · 7 years ago
  93. ee3e0ba Make DefaultPathOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  94. c2f4254 Make GrDrawVerticesOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  95. 0088f94 Make GrDrawAtlasOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  96. 0596909 Make ShadowRRectOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  97. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  98. f036632 Make RegionOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  99. 6b7e0e2 Add arc support to gpu Obj c++ code by Greg Daniel · 7 years ago
  100. 80a82df On Windows, always re-create window for GL or Vulkan by Brian Osman · 7 years ago