1. 94cca60 start to use font for measure, not paint by Mike Reed · 6 years ago
  2. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  3. c337a63 Add SkEncodedOrigin to SkYUVASizeInfo, fix JPEG orientation in GPU decode path by Brian Osman · 6 years ago
  4. ef4047d add bench for computing convexity by Mike Reed · 6 years ago
  5. 32c6066 Force clients to specify font when requesting strikecache by Mike Reed · 6 years ago
  6. 2871509 change params to getPaths callback, avoiding a xform/copy up front. by Mike Reed · 6 years ago
  7. c16abee impl gettextpath using SkFont by Mike Reed · 6 years ago
  8. 358fcad start to hide textparams on SkPaint by Mike Reed · 6 years ago
  9. 2ed7820 use SkFont in a lot of places by Mike Reed · 6 years ago
  10. dde8b55 Add aa/non-aa, local coord, and perspective modes to rect benchmarks by Michael Ludwig · 6 years ago
  11. eb35650 Update drawimage composite benchmark to force aa by Michael Ludwig · 6 years ago
  12. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  13. a121183 SkPDF: move image serialization over to new immediate mode. by Hal Canary · 6 years ago
  14. 07f93f2 impl SkFont::getPath by Mike Reed · 6 years ago
  15. f6462c4 SkPDF: store indirect references in object by Hal Canary · 6 years ago
  16. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  17. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  18. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  19. c341500 Reland "Move remove ptr args to MakeRecAndEffects" by Herb Derby · 6 years ago
  20. 1062963 Revert "Move remove ptr args to MakeRecAndEffects" by Herb Derby · 6 years ago
  21. b07aba4 Move remove ptr args to MakeRecAndEffects by Herb Derby · 6 years ago
  22. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  23. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  24. 9d4f450 Add comment about how to run Decoder benchmarks by Nigel Tao · 6 years ago
  25. 534e776 add pathops bench for simplify by Mike Reed · 6 years ago
  26. dd79121 Make nanobench --mpd flush between canvases. by Brian Salomon · 6 years ago
  27. 3b79aa3 On second thought, remove GrColor4s by Brian Osman · 6 years ago
  28. 9ba9d7d Use SkColor4f functionality, rather than SkPM4f.h inline functions by Brian Osman · 6 years ago
  29. ca4756a remove RP bench by Mike Klein · 6 years ago
  30. 4f598e8 GrColor4s, a fixed-point signed short type for wide color vertices by Brian Osman · 6 years ago
  31. b11ab57 remove src/jumper by Mike Klein · 6 years ago
  32. 1a3eb52 trim off more bgra stages by Mike Klein · 6 years ago
  33. 3726498 Have EncodeBench avoid superfluous setup by Nigel Tao · 6 years ago
  34. c96bf2f Rename EncoderBench.cpp to EncodeBench.cpp by Nigel Tao · 6 years ago
  35. cb3d087 Remove all remaining GrColor4f (other than gradients) by Brian Osman · 6 years ago
  36. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 6 years ago
  37. 076238f Add clear benchmark by Michael Ludwig · 6 years ago
  38. 55bc051 Fixup textblob benchmark by Herb Derby · 6 years ago
  39. 434377a Split out SkRunFont and SkPaint by Herb Derby · 6 years ago
  40. 4429a4f re-precate SkMatrix44::SkMatrix44() by Mike Klein · 6 years ago
  41. 87311c6 Remove SkPM4fPriv.h includes, then IWYU by Brian Osman · 6 years ago
  42. 512a244 only build stats bar chart when it'll be printed by Mike Klein · 6 years ago
  43. 5ea41fc Remove more SkColorSpaceXform (and friends) by Brian Osman · 6 years ago
  44. c25f440 Reland "add getAlphaf() to pixmap/bitmap" by Mike Reed · 6 years ago
  45. 60900b5 move skpipe to experimental by Mike Klein · 6 years ago
  46. 6e78ae5 Reland "have SkConvertPixels use SkColorSpaceXformSteps" by Mike Klein · 6 years ago
  47. be852e4 Revert "add getAlphaf() to pixmap/bitmap" by Robert Phillips · 6 years ago
  48. f3ebd31 add getAlphaf() to pixmap/bitmap by Mike Reed · 6 years ago
  49. 0f1bb92 Add new PolyUtils benches by Jim Van Verth · 6 years ago
  50. 23564b9 SkDocument: Factories now located in SkPDFDocument.h and SkXPSDocument.h by Hal Canary · 6 years ago
  51. a5c578f Add Short4 vertex attributes, and benchmark them as 4.12 colors by Brian Osman · 6 years ago
  52. 133823d Load SVGs into memory before parsing by Brian Osman · 6 years ago
  53. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  54. 90d2d93 Revert "Add Short4 vertex attributes, and benchmark them as 4.12 colors" by Brian Osman · 6 years ago
  55. d2ca047 Add Short4 vertex attributes, and benchmark them as 4.12 colors by Brian Osman · 6 years ago
  56. 499bf1a Add half-float vertex attribute caps bit and benchmark by Brian Osman · 6 years ago
  57. d4c2970 Specify CPU (buffer) and GPU (shader) types explicitly in Attribute by Brian Osman · 6 years ago
  58. e650b85 SkPDF: SkPDFMakeArray; clean up pdfutils, pdfresourcedict by Hal Canary · 6 years ago
  59. 60ebf14 Revert "SkStream: remove some WStream functions from public api" by Cary Clark · 6 years ago
  60. 8b68110 SkStream: remove some WStream functions from public api by Hal Canary · 6 years ago
  61. 343553a Don't use MEM_MOVE=true with SkTArrays of sk_sp by Brian Salomon · 6 years ago
  62. 9e41c21 SkPDF: use more vector<>, more sk_sp<>, cleanup. by Hal Canary · 6 years ago
  63. 6b62296 Reland "Stop conflating F16 with linear gamma" by Brian Osman · 6 years ago
  64. 5f7b5e3 Revert "Stop conflating F16 with linear gamma" by Brian Osman · 6 years ago
  65. d1589c7 Stop conflating F16 with linear gamma by Brian Osman · 6 years ago
  66. e03a176 streamline interface to GrColorSpaceXform::Make() by Mike Klein · 6 years ago
  67. e163969 ccpr: Rename GrCCPathParser to GrCCFiller by Chris Dalton · 6 years ago
  68. 15e60a4 Remove occluded rrect blur benchmark by Robert Phillips · 6 years ago
  69. cf7258a add bench for cubicmap by Mike Reed · 6 years ago
  70. 8f3d36c add dstAT param to xform steps by Mike Klein · 6 years ago
  71. 1e4a4da Remove dead code from Benchmark by Brian Osman · 6 years ago
  72. c857956 transform colors with steps + raster pipeline in SkColorSpaceXformer by Mike Klein · 6 years ago
  73. 430424b Update text blob benchmark to reflect reality by Herb Derby · 6 years ago
  74. 4ed73e0 Add a bench for various single color xforms by Mike Klein · 6 years ago
  75. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  76. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  77. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  78. 986f64c Remove multitexturing support from GrTextureOp. by Brian Salomon · 6 years ago
  79. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  80. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  81. 972eba3 sk_tool::Registry: make an iterator. by Hal Canary · 6 years ago
  82. e28a6b5 add explicit accessor for sRGB singleton colorspaces by Mike Klein · 6 years ago
  83. 0067369 Reland "Reland "Add some optimizations to PolyUtils"" by Jim Van Verth · 6 years ago
  84. 387eaff Vertex color xform bench by Brian Osman · 6 years ago
  85. e9dd316 Revert "Reland "Add some optimizations to PolyUtils"" by Ben Wagner · 6 years ago
  86. 946c370 Reland "Add some optimizations to PolyUtils" by Jim Van Verth · 6 years ago
  87. 3229e65 Revert "Add some optimizations to PolyUtils" by Jim Van Verth · 6 years ago
  88. 8bb0db3 Add some optimizations to PolyUtils by Jim Van Verth · 6 years ago
  89. 9ec70c6 Remove SkSafeSetNull. by Ben Wagner · 6 years ago
  90. b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 6 years ago
  91. 4eebd9e collapse parametric_{r,g,b} into parametric, remove _a and gamma_dst by Mike Klein · 6 years ago
  92. d499817 Whitespace Fixup by Hal Canary · 6 years ago
  93. 061cc21 Add more tests for PolyUtils by Jim Van Verth · 6 years ago
  94. e0a9962 Interpolate patch vertices in destination color space by Brian Osman · 6 years ago
  95. 0e4041f update software DM/nanobench configs for color testing by Mike Klein · 6 years ago
  96. 80452be Fold SkJSON into Skia/utils by Florin Malita · 6 years ago
  97. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  98. e72e773 remove SkTCast by Mike Klein · 6 years ago
  99. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  100. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago