1. 120e7d6 Make building in Chrome with base/logging.h included in SkTypes.h work. by Brian Salomon · 5 years ago
  2. d2a8ae2 Reland "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 5 years ago
  3. c0c0504 Dawn: implement Sampler cache (optimization). by Stephen White · 5 years ago
  4. a431186 Wrap MTLEvent code in availability attributes. by Jim Van Verth · 5 years ago
  5. 8e63cab Revert "Separate texture creation from uploading in GrGpu subclasses." by Brian Salomon · 5 years ago
  6. 7fba36b Dawn: implement staging buffer manager. by Stephen White · 5 years ago
  7. 2adbf9c Update Dawn backend to accommodate recent Skia API changes. by Stephen White · 5 years ago
  8. a739824 Separate texture creation from uploading in GrGpu subclasses. by Brian Salomon · 5 years ago
  9. 66d8006 fixed an assertion error with unspecified sksl array sizes by Ethan Nicholas · 5 years ago
  10. 2ab2ac0 GL: Don't leak shader objects when program linking fails by Brian Osman · 5 years ago
  11. b2d5d40 Adapt GrRectBlur for cases with rect W/H less than six sigma. by Brian Salomon · 5 years ago
  12. b88894c Remove per-format glCheckframebufferStatus checks. by Brian Salomon · 5 years ago
  13. b831e26 Cleanup SkPackedGlyphID by Herb Derby · 5 years ago
  14. 9c173c8 Remove temporary Metal pipeline cache size hack by Brian Osman · 5 years ago
  15. c2d84bf fixed byte/ubyte types in SPIR-V output by Ethan Nicholas · 5 years ago
  16. 28d40b2 Reland "Add support for direct use of vulkan primary command buffer in render pass." by Greg Daniel · 5 years ago
  17. 73b8376 Fixed skslc assertion failure discovered by fuzzer by Ethan Nicholas · 5 years ago
  18. e8820d4 Remove legacy flag: GrContextOptions::fDisallowGLSLBinaryCaching by Brian Osman · 5 years ago
  19. 78fb80a share private iterator/helpers for building paths by Mike Reed · 5 years ago
  20. db53a59 Revert "Add support for direct use of vulkan primary command buffer in render pass." by Greg Daniel · 5 years ago
  21. c30f1a9 Move surface wait ops to GrRenderTasks. by Greg Daniel · 5 years ago
  22. 689188a simplify convexity-helper code by Mike Reed · 5 years ago
  23. ed58e00 Add support for pre-compiling cached SkSL shaders by Brian Osman · 5 years ago
  24. f6cb6ed speed-up rotated rects for drawAtlas by Mike Reed · 5 years ago
  25. c70027b Revert "Revert "switched SkSL interpreter over to threaded code"" by Ethan Nicholas · 5 years ago
  26. eedd085 Add support for direct use of vulkan primary command buffer in render pass. by Greg Daniel · 5 years ago
  27. aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 5 years ago
  28. d470e1b Add kRG_88_SkColorType by Robert Phillips · 5 years ago
  29. 7b5abd8 don't call mutex if we're unique by Mike Reed · 5 years ago
  30. 172bb44 Make the size of program/pipeline caches configurable in GrContextOptions by Brian Osman · 5 years ago
  31. 43ad1a4 use scratch path to save on mallocs in drawAtlas by Mike Reed · 5 years ago
  32. bf8bf83 Remove IORefs from GrSurface by Robert Phillips · 5 years ago
  33. d940103 Remove bool for RemoteStrike send by Herb Derby · 5 years ago
  34. 8fda88e reverse/restore order of verbs in path to be forward (normal) by Mike Reed · 5 years ago
  35. 498a9b2 Reland: Only send the RemoteStrikes that have pending glyphs. by Khushal · 5 years ago
  36. f0c681e Begin renderpasses immediately in GrVkOpsRenderPass. by Greg Daniel · 5 years ago
  37. b6e8922 Clean up prior backdrop-filter CL by Michael Ludwig · 5 years ago
  38. f793de1 Update some ops to create their buffers in onPrepare. by Greg Daniel · 5 years ago
  39. cbdc829 Revert "switched SkSL interpreter over to threaded code" by Ethan Nicholas · 5 years ago
  40. adecf4b switched SkSL interpreter over to threaded code by Ethan Nicholas · 5 years ago
  41. 6d1c0d4 Avoid use of SkMatrixImageFilter to handle CTM for backdrop filtering by Michael Ludwig · 5 years ago
  42. d6cda8d Rename GrGLIRect to GrNativeRect by Chris Dalton · 5 years ago
  43. 76500e5 Clean up GrGLIRect by Chris Dalton · 5 years ago
  44. f0b8bf3 Fix profile width check in GrRectBlurEffect. by Brian Salomon · 5 years ago
  45. e736684 Go back to rect blur profile textures. by Brian Salomon · 5 years ago
  46. 8bb6f61 [svgcanvas] Refactor clipping by Florin Malita · 5 years ago
  47. 6be3ea7 [pdf] Disable default width calculation. by Ben Wagner · 5 years ago
  48. a66081d Move SkSL caching out of GR_TEST_UTILS, trim persistent cache options by Brian Osman · 5 years ago
  49. e9d9a32 Remove GrGLProgram cache stats, remove spurious declarations/includes by Brian Osman · 5 years ago
  50. b20d7e5 Track all sampled textures in GrOpsTask and pass them to GrOpsRenderPass. by Greg Daniel · 5 years ago
  51. e91f2235 [pdf] Only compute needed advances. by Ben Wagner · 5 years ago
  52. 7a7ddc4 Add parens to assert by Brian Salomon · 5 years ago
  53. 4fe9257 Comment out assert in onClear in GrVkOpsRenderPass. by Greg Daniel · 5 years ago
  54. a3d88db [svgcanvas] Skip redundant clip-rule attributes by Florin Malita · 5 years ago
  55. cf39f37 Remove maxCount resource cache limit by Robert Phillips · 5 years ago
  56. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  57. 94c6647 Revert "Only send the RemoteStrikes that have pending glyphs." by Khushal Sagar · 5 years ago
  58. 0a1e9ef Don't use AA convex path renderer if direction can't be determined by Michael Ludwig · 5 years ago
  59. 8ef18d3 Override operator delete for GrCCPathCache::Key by Andy Weiss · 5 years ago
  60. 15ecdf9 Just skip uninstantiated GrOps instead of delete them on flush. by Greg Daniel · 5 years ago
  61. 4ece96d Reland "Initiate MSAA resolves during DAG generation" by Chris Dalton · 5 years ago
  62. 095f5b4 .fp files now support user-defined functions by Ethan Nicholas · 5 years ago
  63. e7a6bad removed dead code from SkSLPipelineStateCodeGenerator by Ethan Nicholas · 5 years ago
  64. a43e2d2 Don't assert mips actually need resolve during texResolveRenderTask by Chris Dalton · 5 years ago
  65. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
  66. e264131 Dawn: Implement RenderPipeline caching (optimization). by Stephen White · 5 years ago
  67. d72dd4d Fix updating of current task index in GrResourceAllocator by Greg Daniel · 5 years ago
  68. a036f0d Make GrSurfaceProxy derive from GrNonAtomicRef and remove GrIORefProxy. by Brian Salomon · 5 years ago
  69. d729e2d Dawn: submit all command buffers in a single call. by Stephen White · 5 years ago
  70. 3783375 Only send the RemoteStrikes that have pending glyphs. by Herb Derby · 5 years ago
  71. ca8b07c Reland "Pin the GLSL version to be no larger than the GL version" by Brian Osman · 5 years ago
  72. a4b4488 Reland "Calculate draw bounds in drawEdgeAAImageSet" by Michael Ludwig · 5 years ago
  73. ac35212 Reland "Combine snapBackImage and snapSpecial" by Michael Ludwig · 5 years ago
  74. 0042cb0 Revert "Pin the GLSL version to be no larger than the GL version" by Brian Osman · 5 years ago
  75. 9c853fa Fix non-zero special-image subsets in magnifier filter by Michael Ludwig · 5 years ago
  76. 6c580f3 Revert "Fix flutter roll" by Michael Ludwig · 5 years ago
  77. 0e68f44 SkAnimatedImage: Update HEIF duration by Leon Scroggins III · 5 years ago
  78. 066ceb1 Implement fences and semaphores for Metal. by Jim Van Verth · 5 years ago
  79. 63655b5 Pin the GLSL version to be no larger than the GL version by Brian Osman · 5 years ago
  80. 76556a3 Alpha8 support cleanup in GrGLCaps. by Brian Salomon · 5 years ago
  81. ecd03db Override operator delete for GrCpuBuffer by Andy Weiss · 5 years ago
  82. a4c7883 Cleanups around fRemoteGlyphStateMap by Herb Derby · 5 years ago
  83. 7be971f Fix flutter roll by Michael Ludwig · 5 years ago
  84. fd849a5 Revert "Combine snapBackImage and snapSpecial" by Michael Ludwig · 5 years ago
  85. a595f86 Add Color4f variant for DrawEdgeAAQuad by Michael Ludwig · 5 years ago
  86. a5fa56e Revert "Calculate draw bounds in drawEdgeAAImageSet" by Michael Ludwig · 5 years ago
  87. 45739aa Combine snapBackImage and snapSpecial by Michael Ludwig · 5 years ago
  88. 8157885 Check RemoteStrike pointer is still valid to send by Herb Derby · 5 years ago
  89. c17de1d Add a way to disable baseline snapping. by Ben Wagner · 5 years ago
  90. dcf9ca1 Have visitProxies take a GrTexutreProxy instead of GrSurfaceProxy. by Greg Daniel · 5 years ago
  91. 977b50a Calculate draw bounds in drawEdgeAAImageSet by Michael Ludwig · 5 years ago
  92. 6aeb8e8 Add renderTasks to the DAG before calling addDependency by Chris Dalton · 5 years ago
  93. 674ee74 Make sure we use clear load op on GrOpsTask as often as possible. by Greg Daniel · 5 years ago
  94. ea6fb83 Fix subset errors in blur, matrix, and morphology filters by Michael Ludwig · 5 years ago
  95. 334a642 remove unused sk_sp comparison operators by Mike Klein · 5 years ago
  96. e2cbd94 Fix long line by Michael Ludwig · 5 years ago
  97. f010089 Revert "gpu: Update GrGLCaps usage of fTextureRectangle with chromium." by Michael Ludwig · 5 years ago
  98. 48e08aa <ostream> -> <iosfwd> by Mike Klein · 5 years ago
  99. c43ab22 gpu: Update GrGLCaps usage of fTextureRectangle with chromium. by Khushal · 5 years ago
  100. 30cd12e Track RemoteStrikes to send using pointers instead of descriptors by Herb Derby · 5 years ago