1. b34cf22 Update Go deps by skia-recreate-skps · 5 years ago
  2. 4a053d0 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  3. be91f06 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  4. 6c1e233 add some ideas as TODOs by Mike Klein · 5 years ago
  5. c3318f0 ccpr: Add an MSAA atlas mode by Chris Dalton · 5 years ago
  6. 4a13119 always fma in mad_f32() by Mike Klein · 5 years ago
  7. 99b2a33 Update Dawn backend to Skia ToT: GrRenderTarget, onCreateTexture. by Stephen White · 5 years ago
  8. e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
  9. 673e87c [svgcanvas] Consolidate constant-Y text positions by Florin Malita · 5 years ago
  10. 69c1ce1 [infra] Move SKQP recipe test to correct recipe by Eric Boren · 5 years ago
  11. 6dc6cea [infra] swarm_recipe.isolate shouldn't need infrabots.isolate by Eric Boren · 5 years ago
  12. 1326749 add sli.4s, use it in pack sometimes by Mike Klein · 5 years ago
  13. 9e2218a restore aarch64 JIT by Mike Klein · 5 years ago
  14. 7fbb363 Disable MSAA on older Intel GPUs w/Vulkan by Brian Osman · 5 years ago
  15. aa861a1 Change SkMatrix::decomposeScale to use preScale by Michael Ludwig · 5 years ago
  16. 237dbb4 small cleanups by Mike Klein · 5 years ago
  17. cdb40c9 Revert "Add Ganesh support for LUM16F" by Robert Phillips · 5 years ago
  18. 2f6c8af Add Ganesh support for LUM16F by Robert Phillips · 5 years ago
  19. e78454e Add temporary constructor to GrVkImageInfo to allow Chrome to compile. by Brian Salomon · 5 years ago
  20. 0c8582e fixed internal error when parsing invalid SkSL code by Ethan Nicholas · 5 years ago
  21. abc9653 [SkSVGCanvas] Add flag for converting text to paths by Florin Malita · 5 years ago
  22. 58d1f76 Reland "[infra] Make most builds idempotent" by Eric Boren · 5 years ago
  23. 9552875 Roll third_party/externals/angle2 e9111885702e..6a02f06dfd4e (8 commits) by skia-autoroll · 5 years ago
  24. 19547c9 Update Go deps by skia-recreate-skps · 5 years ago
  25. e275ece Roll ../src a87860686ec4..e02114c8fa90 (407 commits) by skia-autoroll · 5 years ago
  26. f465df2 assign tmp and dst only as needed by Mike Klein · 5 years ago
  27. 5e6e87a Remove deprecated Wuffs io_buffer::reader calls by Nigel Tao · 5 years ago
  28. bf1d4ef Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  29. 37607d4 Reland "more JIT refactoring" by Mike Klein · 5 years ago
  30. d864d1d Revert "more JIT refactoring" by Mike Klein · 5 years ago
  31. 558b639 more JIT refactoring by Mike Klein · 5 years ago
  32. 869a3e8 Reland "Interpreter: Bounds check array access, add bool return from run" by Brian Osman · 5 years ago
  33. de71a74 Revert "[infra] Make most builds idempotent" by Ben Wagner aka dogben · 5 years ago
  34. 4456a0d Store protectedness on GrVkImageInfo. by Brian Salomon · 5 years ago
  35. 00fb724 Move read swizzle from GL ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
  36. 53ee613 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  37. ebad094 Dawn: update to latest caps & gpu changes. by Stephen White · 5 years ago
  38. 57aa178 [infra] Make most builds idempotent by Eric Boren · 5 years ago
  39. 634c941 add inverse() intrinsic function to sksl by Mike Reed · 5 years ago
  40. 62bccda move death back into Builder::Instruction by Mike Klein · 5 years ago
  41. 52c1bf1 Interpreter: Fix code-gen for postfix ++/-- used only for side effect by Brian Osman · 5 years ago
  42. 985741a First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  43. bd865e2 gm: virtual->override by Hal Canary · 5 years ago
  44. 3e6aa9f Revert "Interpreter: Bounds check array access, add bool return from run" by Brian Osman · 5 years ago
  45. 9724582 return self from matrix setters to allow chaining by Mike Reed · 5 years ago
  46. 1e03b6b1 simplify GrCaps::initDstCopyDesc and provide default impl for non-GL subclasses. by Brian Salomon · 5 years ago
  47. f5ac199 Fix always recompiling with skia_compile_processors enabled by Brian Osman · 5 years ago
  48. f42de9e Interpreter: Bounds check array access, add bool return from run by Brian Osman · 5 years ago
  49. c7dced5 Revert "Remove simple GrGpu::createTexture helper" by Brian Salomon · 5 years ago
  50. 83cfe4f Remove simple GrGpu::createTexture helper by Brian Salomon · 5 years ago
  51. dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
  52. 82bd511 Use explicit alignment for 8-byte types by Adrienne Walker · 5 years ago
  53. a2e7d5e Roll third_party/externals/angle2 2e43b0f5efec..e9111885702e (7 commits) by skia-autoroll · 5 years ago
  54. 02a15ae Update Go deps by skia-recreate-skps · 5 years ago
  55. 35f44a7 Roll ../src db4701c688c0..a87860686ec4 (449 commits) by skia-autoroll · 5 years ago
  56. ea6da69 Roll third_party/externals/swiftshader 763b77946e17..ee98b422d004 (3 commits) by skia-autoroll · 5 years ago
  57. 4a412ac Improve image-filter sample layout/rendering by Michael Ludwig · 5 years ago
  58. 43c6da2 First pass at ImageFilter DAG visualizer sample by Michael Ludwig · 5 years ago
  59. 275157f refactor Program building by Mike Klein · 5 years ago
  60. c6dc5cf Move FormatType from ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
  61. 161ec32 Revamp pixelformat table for Metal by Robert Phillips · 5 years ago
  62. 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
  63. d7639af Samples: clean up cruft by Hal Canary · 5 years ago
  64. 1281ec3 [skottie] Remove deprecated loadImageAsset API by Florin Malita · 5 years ago
  65. c2fb3b4 split deaths() out of other analysis by Mike Klein · 5 years ago
  66. fd98628 search for 'main' explicitly by Mike Reed · 5 years ago
  67. fad9fbc Revert "First draft of Dawn backend: clears are working." by Greg Daniel · 5 years ago
  68. 7a15a6e [skottie] De-dupe sequential cubic mappers by Florin Malita · 5 years ago
  69. 009ad25 Remove RG32F color type and pixel config. by Greg Daniel · 5 years ago
  70. 019458d change colorfilter signature back to just inout color by Mike Reed · 5 years ago
  71. 6cebea4 First draft of Dawn backend: clears are working. by Stephen White · 5 years ago
  72. dc02c3e [skottie] Fix default cubic controls detection by Florin Malita · 5 years ago
  73. 8c31f2b use same signature for shader/colorfilters in sksl by Mike Reed · 5 years ago
  74. 0f78174 add support for ctype=SkPMColor4f to GrSkSLFP by Ethan Nicholas · 5 years ago
  75. 9bb268b Move verified color attachment flag to FormatInfo. by Greg Daniel · 5 years ago
  76. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  77. 6432909 Move renderable flag and valid samplecounts in GrGLCaps to FormatInfo. by Greg Daniel · 5 years ago
  78. a9ec10c Add comment regarding gl BGRA format and renderability. by Greg Daniel · 5 years ago
  79. e574f1e [reland] SkMetaData: move from src/ to tools/ by Hal Canary · 5 years ago
  80. 63fdd01 Roll third_party/externals/angle2 754d697fb3a7..2e43b0f5efec (11 commits) by skia-autoroll · 5 years ago
  81. 2fdd78d Update Go deps by skia-recreate-skps · 5 years ago
  82. 14b5e6b Roll ../src 63d0d1482f0a..db4701c688c0 (502 commits) by skia-autoroll · 5 years ago
  83. e9ac191 Roll third_party/externals/swiftshader f5182abb6816..763b77946e17 (3 commits) by skia-autoroll · 5 years ago
  84. eb24735 [skottie] Pass asset IDs to ResourceProvider::loadImageAsset by Florin Malita · 5 years ago
  85. 08ba113 test (and fix?) SkVM JIT on arm64 Android bots by Mike Klein · 5 years ago
  86. d6d39e4 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  87. cc2f8d3 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  88. 9977efa test both JIT and interpreter by Mike Klein · 5 years ago
  89. 977e532 test SkVM JIT on Mac bots by Mike Klein · 5 years ago
  90. 7b1bebf Fix creating gpu texture from raster image. by Greg Daniel · 5 years ago
  91. 56aa337 proactive JITting by Mike Klein · 5 years ago
  92. 2616efd pin down arg() stride (a.k.a. type) info sooner by Mike Klein · 5 years ago
  93. 9d8cac8 Check for failed proxy creation in SkDeferredDisplayListRecorder::init by Brian Salomon · 5 years ago
  94. 947efe2 makeDeferredSurfaceContext -> makeDeferredTextureContext and makeDeferredRenderTargetContext. by Brian Salomon · 5 years ago
  95. 96d2ee0 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  96. 2ce4b7e Revert "Changes to gl BGRA renderbuffer format support." by Greg Daniel · 5 years ago
  97. bece44d Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  98. ef79fa8 Generate identical shader keys for X and Y blurs when there is no domain by Brian Osman · 5 years ago
  99. 8372e4b Changes to gl BGRA renderbuffer format support. by Greg Daniel · 5 years ago
  100. a3e2996 Rework how initial clearing of texture works. by Brian Salomon · 5 years ago