1. 036e183 Add a bench to measure the best way to pack from int to uint16_t with SSE. by mtklein · 8 years ago
  2. 05c73b7 Remove bulk float <-> half routines. These are dead code. by mtklein · 8 years ago
  3. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  4. 0358a6a Update SkOpts namespaces. by mtklein · 8 years ago
  5. 281b33f SkRasterPipeline preliminaries by mtklein · 8 years ago
  6. 7438bfc Factor code to rotate a canvas about a point. by bungeman · 8 years ago
  7. 2edf0c6 Remove bloat from SkBlend_opts. by herb · 8 years ago
  8. 54d500f Add benchmarks for 3 and 4 colors (most common) by fmenozzi · 8 years ago
  9. 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
  10. b42b785 try to speed-up maprect + round2i + contains by reed · 8 years ago
  11. 63d1441 Remove obsolete bench analysis scripts by tomhudson · 8 years ago
  12. d6767aa Add HardStopGradientBench.cpp by fmenozzi · 8 years ago
  13. ffa185d Revert of Add HardStopGradientBench.cpp (patchset #3 id:40001 of https://codereview.chromium.org/2131643002/ ) by fmenozzi · 8 years ago
  14. d0d652e Add HardStopGradientBench.cpp by fmenozzi · 8 years ago
  15. 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
  16. 14dce6e change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  17. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  18. 47df89e speed up maprect for scale+trans case by reed · 8 years ago
  19. ee41b75 SkPDF: alloc less memory for strings by halcanary · 8 years ago
  20. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  21. db197a5 Fix Mac clang linker by msarett · 8 years ago
  22. 67cb666 Add --simpleCodec to nanobench flags to run a smaller set of benchmarks by msarett · 8 years ago
  23. a27f669 Benchmark rotated rect with AA/noAA by liyuqian · 8 years ago
  24. 1a48e13 Respect color type and gamma settings in nanobench GPU configs by brianosman · 8 years ago
  25. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  26. d280957 Support sRGB dsts in opt code by msarett · 8 years ago
  27. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  28. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  29. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  30. 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
  31. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  32. dea0340 Implement fast, correct gamma conversion for color xforms by msarett · 8 years ago
  33. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  34. a9e878c Optimize color xforms with 2.2 gammas for SSE2 by msarett · 8 years ago
  35. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  36. 469f1c5 Use SK_TEST_QCMS to mark qcms test code by msarett · 8 years ago
  37. 2cee902 Add color correction benchmark - with comparison to qcms by msarett · 8 years ago
  38. 2122c55 Fix incorrect parameter in new benchmark. by brianosman · 8 years ago
  39. f7cfa92 Release surface between runs to avoid seg fault by brianosman · 8 years ago
  40. fc29906 New benchmark to measure GPU mip-mapping performance by brianosman · 8 years ago
  41. e3fa811 [GN] Add support for disabling opts via SK_BUILD_NO_OPTS define. by sdefresne · 8 years ago
  42. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  43. ca1ec03 Move forceSRGB to SkCommonFlags. by herb · 8 years ago
  44. 785a5b9 Clean up SkFloatBits by mtklein · 8 years ago
  45. b8486f5 add --forceSRGB option to nanobench, to get all src images to be SRGB by reed · 8 years ago
  46. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
  47. 809f258 Make LinearSrcOverBench not crash in constructor when resource path is missing by bsalomon · 8 years ago
  48. d1227a7 Delete SkBitmapRegionCanvas by msarett · 8 years ago
  49. cc49e59 Add tests and benches to support the sRGB blitter for SkOpts by herb · 8 years ago
  50. 4933d0b Revert of Add specialized sRGB blitter for SkOpts (patchset #21 id:400001 of https://codereview.chromium.org/1939513002/ ) by reed · 8 years ago
  51. bc92754 Add tests and benches to support the sRGB blitter for SkOpts by herb · 8 years ago
  52. d584d46 Run GM benchs in bench mode by bsalomon · 8 years ago
  53. 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
  54. 9837740 Simplify GrSWMaskHelper by robertphillips · 8 years ago
  55. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  56. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  57. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  58. c869932 Nanobench running on Vulkan by bsalomon · 8 years ago
  59. 393c2ff Reset context after doing non-Skia GL rendering. by brianosman · 8 years ago
  60. fbb3102 Revert "Add tests and benches to support the sRGB blitter for SkOpts" by scroggo · 8 years ago
  61. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  62. 1956b4a Use proper color type for assert. by herb · 8 years ago
  63. 554784c Add tests and benches to support the sRGB blitter for SkOpts by herb · 8 years ago
  64. 6c0f5d9 Revert of Modify LineBench for drawing straight line (patchset #3 id:40001 of https://codereview.chromium.org/1936153002/ ) by reed · 8 years ago
  65. 6b27a5e Modify LineBench for drawing by xidachen · 8 years ago
  66. 69deca8 Add ColorCodecSrc for testing/comparison on color corrected decodes by msarett · 8 years ago
  67. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  68. 4b65666 SkDocument/PDF: new API by halcanary · 8 years ago
  69. 1e90304 SkMD5: .update() -> .write() by halcanary · 8 years ago
  70. 488165e SkPDF: PDF/A runtime switch by halcanary · 8 years ago
  71. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  72. 5e3815b Rein in the use of SkDevice.h by robertphillips · 8 years ago
  73. b92dc7a Add bench for image encodes by msarett · 8 years ago
  74. 2299ffa Revert of SkPDF: PDF/A runtime switch (patchset #1 id:100001 of https://codereview.chromium.org/1891873002/ ) by halcanary · 8 years ago
  75. 570f18b SkPDF: PDF/A runtime switch by halcanary · 8 years ago
  76. 534c270 Update TileImageFilter to sk_sp by robertphillips · 8 years ago
  77. bfe11fc Update DisplacementMapEffect to sk_sp by robertphillips · 8 years ago
  78. 47db5fe Revert of Update DisplacementMapEffect to sk_sp (patchset #3 id:40001 of https://codereview.chromium.org/1877783003/ ) by robertphillips · 8 years ago
  79. a53011e Update DisplacementMapEffect to sk_sp by robertphillips · 8 years ago
  80. 3dc6aac remove U16 support, just support F16 by reed · 8 years ago
  81. 20efb41 distinguish distinct matrixconvolution benchmarks by mtklein · 8 years ago
  82. cbc060a SkWStream::writeText inlined. by halcanary · 8 years ago
  83. 12fa47d Update LightingImageFilter to sk_sp by robertphillips · 8 years ago
  84. 7adf9c1 Add some benches for SkArithmeticMode. by senorblanco · 8 years ago
  85. 42da45d Fix context size for benchmakr. by herb · 8 years ago
  86. ef6a47b Update MatrixConvolutionImageFilter to sk_sp by robertphillips · 8 years ago
  87. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  88. 11171f3 Update MagnifierImageFilter to sk_sp by robertphillips · 8 years ago
  89. 8c0326d Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  90. 5605b56 Update SkColorFilterImageFilter to sk_sp by robertphillips · 8 years ago
  91. 85b4b53 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  92. fc11b0a Update SkMorphology ImageFilters to sk_sp by robertphillips · 8 years ago
  93. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  94. b4b4cf3 Revert of Rename enums in GrContextFactory to remove "GL" (patchset #4 id:60001 of https://codereview.chromium.org/1845923004/ ) by bsalomon · 8 years ago
  95. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  96. 2d9c6f8 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  97. 549c899 Update SkImageSource to sk_sp by robertphillips · 8 years ago
  98. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  99. 3e4616f Revert of rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext (patchset #5 id:80001 of https://codereview.chromium.org/1849463002/ ) by bsalomon · 8 years ago
  100. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago