1. 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  2. 7fc0858 Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ ) by msarett · 8 years ago
  3. 530032a SkPDF: in-place font subsetting by halcanary · 8 years ago
  4. 93242c4 Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  5. 200877e Optimize color xforms when src and dst are matching by msarett · 8 years ago
  6. fbfa258 Optimized implementation of quickReject() by msarett · 8 years ago
  7. 5aeb2fa Revert of Optimized implementation of quickReject() (patchset #12 id:260001 of https://codereview.chromium.org/2225393002/ ) by mtklein · 8 years ago
  8. d22a817 Optimized implementation of quickReject() by msarett · 8 years ago
  9. 27cdd94 Implement GPU occluded blur mask filter by robertphillips · 8 years ago
  10. 1d65fe2 In recording benches, record to and from the same format. by mtklein · 8 years ago
  11. 80ac591 Add time return argument to SkCurveMeasure's getPosTan, rename to getPosTanTime by hstern · 8 years ago
  12. c5769b2 Revert of Change mapRectScaleTranslate to pass args/ret by value (patchset #2 id:20001 of https://codereview.chromium.org/2138943002/ ) by halcanary · 8 years ago
  13. 1bd13ca Change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  14. 0446a3c Add initial CurveMeasure code by hstern · 8 years ago
  15. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  16. 8c1a4f8 update picture recording benchmarks to allow comparison with SkLiteRecorder by mtklein · 8 years ago
  17. 9c5052f SkLite* by mtklein · 8 years ago
  18. 276d328 Add new bench for occluded blurmaskfilter draws by robertphillips · 8 years ago
  19. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  20. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  21. e57b8c9 Add new benchmark for testing special hard stop gradient cases by fmenozzi · 8 years ago
  22. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  23. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  24. fe2042e SkRasterPipeline: new APIs for fusion by mtklein · 8 years ago
  25. fa25106 SkPDF: PDFStream has-a not is-a PDFDict by halcanary · 8 years ago
  26. a714bc3 Fix various SkColorSpace bugs by msarett · 8 years ago
  27. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  28. 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  29. 39979d8 Revert of Add color space xform support to SkJpegCodec (includes F16!) (patchset #9 id:260001 of https://codereview.chromium.org/2174493002/ ) by msarett · 8 years ago
  30. 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  31. 17e8297 Add HardStopGradientBench_ScaleNumHardStops.cpp by fmenozzi · 8 years ago
  32. 570c868 Clean up some unused atomic routines. by mtklein · 8 years ago
  33. efded51 Always supply a color space (sRGB for now) with F16 by brianosman · 8 years ago
  34. 530c844 Remove unnecessary getColorSpace() API from SkCodec by msarett · 8 years ago
  35. 0c90247 Correct sRGB <-> linear everywhere. by mtklein · 8 years ago
  36. 566ea9b Tune linear->sRGB constants to round-trip all bytes. by mtklein · 8 years ago
  37. 575b2a3 Fix master-skia build by msarett · 8 years ago
  38. 6bdbf44 Improve naive SkColorXform to half floats by msarett · 8 years ago
  39. 9ce3a54 Add capability for SkColorXform to output half floats by msarett · 8 years ago
  40. eb92cb3 SkPdf: smaller color serialization by halcanary · 8 years ago
  41. 036e183 Add a bench to measure the best way to pack from int to uint16_t with SSE. by mtklein · 8 years ago
  42. 05c73b7 Remove bulk float <-> half routines. These are dead code. by mtklein · 8 years ago
  43. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  44. 0358a6a Update SkOpts namespaces. by mtklein · 8 years ago
  45. 281b33f SkRasterPipeline preliminaries by mtklein · 8 years ago
  46. 7438bfc Factor code to rotate a canvas about a point. by bungeman · 8 years ago
  47. 2edf0c6 Remove bloat from SkBlend_opts. by herb · 8 years ago
  48. 54d500f Add benchmarks for 3 and 4 colors (most common) by fmenozzi · 8 years ago
  49. afb8539 Revert of try to speed-up maprect + round2i + contains (patchset #8 id:140001 of https://codereview.chromium.org/2133413002/ ) by msarett · 8 years ago
  50. b42b785 try to speed-up maprect + round2i + contains by reed · 8 years ago
  51. 63d1441 Remove obsolete bench analysis scripts by tomhudson · 8 years ago
  52. d6767aa Add HardStopGradientBench.cpp by fmenozzi · 8 years ago
  53. ffa185d Revert of Add HardStopGradientBench.cpp (patchset #3 id:40001 of https://codereview.chromium.org/2131643002/ ) by fmenozzi · 8 years ago
  54. d0d652e Add HardStopGradientBench.cpp by fmenozzi · 8 years ago
  55. 6092b6e Revert of change mapRectScaleTranslate to pass args/ret by value (patchset #1 id:1 of https://codereview.chromium.org/2137853002/ ) by reed · 8 years ago
  56. 14dce6e change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  57. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  58. 47df89e speed up maprect for scale+trans case by reed · 8 years ago
  59. ee41b75 SkPDF: alloc less memory for strings by halcanary · 8 years ago
  60. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  61. db197a5 Fix Mac clang linker by msarett · 8 years ago
  62. 67cb666 Add --simpleCodec to nanobench flags to run a smaller set of benchmarks by msarett · 8 years ago
  63. a27f669 Benchmark rotated rect with AA/noAA by liyuqian · 8 years ago
  64. 1a48e13 Respect color type and gamma settings in nanobench GPU configs by brianosman · 8 years ago
  65. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  66. d280957 Support sRGB dsts in opt code by msarett · 8 years ago
  67. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  68. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  69. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  70. ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
  71. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  72. dea0340 Implement fast, correct gamma conversion for color xforms by msarett · 8 years ago
  73. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  74. a9e878c Optimize color xforms with 2.2 gammas for SSE2 by msarett · 8 years ago
  75. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  76. 469f1c5 Use SK_TEST_QCMS to mark qcms test code by msarett · 8 years ago
  77. 2cee902 Add color correction benchmark - with comparison to qcms by msarett · 8 years ago
  78. 2122c55 Fix incorrect parameter in new benchmark. by brianosman · 8 years ago
  79. f7cfa92 Release surface between runs to avoid seg fault by brianosman · 8 years ago
  80. fc29906 New benchmark to measure GPU mip-mapping performance by brianosman · 8 years ago
  81. e3fa811 [GN] Add support for disabling opts via SK_BUILD_NO_OPTS define. by sdefresne · 8 years ago
  82. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  83. ca1ec03 Move forceSRGB to SkCommonFlags. by herb · 8 years ago
  84. 785a5b9 Clean up SkFloatBits by mtklein · 8 years ago
  85. b8486f5 add --forceSRGB option to nanobench, to get all src images to be SRGB by reed · 8 years ago
  86. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
  87. 809f258 Make LinearSrcOverBench not crash in constructor when resource path is missing by bsalomon · 8 years ago
  88. d1227a7 Delete SkBitmapRegionCanvas by msarett · 8 years ago
  89. cc49e59 Add tests and benches to support the sRGB blitter for SkOpts by herb · 8 years ago
  90. 4933d0b Revert of Add specialized sRGB blitter for SkOpts (patchset #21 id:400001 of https://codereview.chromium.org/1939513002/ ) by reed · 8 years ago
  91. bc92754 Add tests and benches to support the sRGB blitter for SkOpts by herb · 8 years ago
  92. d584d46 Run GM benchs in bench mode by bsalomon · 8 years ago
  93. 670f01f This has all the different source types in and working. There are many SkDiffs, but they seem to be due to better resolution. by herb · 8 years ago
  94. 9837740 Simplify GrSWMaskHelper by robertphillips · 8 years ago
  95. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  96. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  97. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  98. c869932 Nanobench running on Vulkan by bsalomon · 8 years ago
  99. 393c2ff Reset context after doing non-Skia GL rendering. by brianosman · 8 years ago
  100. fbb3102 Revert "Add tests and benches to support the sRGB blitter for SkOpts" by scroggo · 8 years ago