1. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  2. 11171f3 Update MagnifierImageFilter to sk_sp by robertphillips · 8 years ago
  3. 8c0326d Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  4. 5605b56 Update SkColorFilterImageFilter to sk_sp by robertphillips · 8 years ago
  5. 85b4b53 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  6. fc11b0a Update SkMorphology ImageFilters to sk_sp by robertphillips · 8 years ago
  7. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  8. 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
  9. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  10. 2d9c6f8 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  11. 549c899 Update SkImageSource to sk_sp by robertphillips · 8 years ago
  12. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  13. 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
  14. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  15. 51a315e Update SkOffsetImageFilter to sk_sp by robertphillips · 8 years ago
  16. 1263448 Make SkRandom::next[US]Fixed1 private; update documentation for SkRandom::nextSScalar1. by benjaminwagner · 8 years ago
  17. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  18. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 8 years ago
  19. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago
  20. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  21. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  22. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  23. a50151d SkPDF: draw{Image,Bitmap} always serializes early by halcanary · 8 years ago
  24. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  25. d11c726 SkPDF: speed up SkPDFShader generation. by halcanary · 8 years ago
  26. e8f3062 switch surface to sk_sp by reed · 8 years ago
  27. 6eff52a WIP: experimental bilerp pipeline. by herb · 8 years ago
  28. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  29. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  30. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  31. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  32. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  33. 6ae6dc7 nanobench: Stop reporting median_ms, it's no better than min_ms. by jcgregorio · 8 years ago
  34. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  35. bae235e SkPDF: add drop() virtual to release resources early. by halcanary · 8 years ago
  36. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  37. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  38. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  39. ca2622b return pictures as sk_sp by reed · 8 years ago
  40. eb75c7d allow one zero length dash by caryclark · 8 years ago
  41. 852f15d free -> reset by mtklein · 8 years ago
  42. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  43. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 8 years ago
  44. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  45. 3213b5c Remove SkipZeroesBench by msarett · 8 years ago
  46. 0e3738d free -> reset by mtklein · 8 years ago
  47. 18300a3 detach -> release by mtklein · 8 years ago
  48. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 8 years ago
  49. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  50. c6f28f7 Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ )" by reed · 8 years ago
  51. 106e10d Revert of Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ ) by reed · 8 years ago
  52. 15c3a0e Finish conversion to sk_sp<SkShader> by reed · 8 years ago
  53. 5671c5b SkImage now has makeShader to return sk_sp by reed · 8 years ago
  54. cf43013 SkPDF/Bench becnchmark new SkPDFUtils::FloatToDecimal function. by halcanary · 8 years ago
  55. bb6c41b add f16 and srgb --configs to nanobench by mtklein · 8 years ago
  56. d882901 Add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ )" by reed · 8 years ago
  57. d4e1c35 nanobench: Use device independent font flag for GPU configs by kkinnunen · 8 years ago
  58. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  59. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  60. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  61. 36693b5 Add 4f linear gradient benches by fmalita · 8 years ago
  62. 1e44051 SkPDF/Bench: add bench for SkPDFSharedStream (deflate) by halcanary · 8 years ago
  63. 1abea46 SkPDF/Bench: add bench for SkPDFCreateBitmapObject by halcanary · 8 years ago
  64. 8f7b0b2 simplify/unify xferproc api by reed · 8 years ago
  65. d0c4e09 Add dest type hint to SkShader::ContextRec by fmalita · 8 years ago
  66. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 8 years ago
  67. 31c45bb Fix nanobench SKP flushes between loops by cdalton · 8 years ago
  68. 129ed1c lots of sRGB and F16 blits by reed · 8 years ago
  69. ed54504 Switch to pixmap in API. by herb · 8 years ago
  70. dd9ffea make SkPM4f private by reed · 8 years ago
  71. c5eddd7 Add bilerp filtering. by herb · 8 years ago
  72. b65fcd4 Don't you just feel bad every time you type 'delete'? by mtklein · 8 years ago
  73. 32f1908 Further reduction of GPU workload in shapes benchmarks. Hopefully this squelches the random crashes on Mali 400. by brianosman · 8 years ago
  74. bf521ff Move SkTArray to include/private. by bungeman · 8 years ago
  75. 82709da Delete KTX tests to fix Android build by msarett · 8 years ago
  76. 134ad3e Fix name creation scope. by herb · 8 years ago
  77. 91e457d Fix "^" in --match flag for nanobench SKPs by cdalton · 8 years ago
  78. 8715d47 Make SkPicture/SkImageGenerator default to SkCodec by msarett · 8 years ago
  79. feec878 Simplified linear pipeline. by herb · 8 years ago
  80. 048494c clean up more dead code by mtklein · 8 years ago
  81. b8c97ba Further reduce the number of primitives in the donut tests. Avoids crashes on iOS. by brianosman · 9 years ago
  82. 8445102 Add AndroidCodecBench to time scaled decodes by msarett · 9 years ago
  83. 4a6e40d Add bench and gm for shapes by cdalton · 9 years ago
  84. 1de415f Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:120001 of https://codereview.chromium.org/1671193002/ ) by kjlubick · 9 years ago
  85. 026388a Make SkPicture/SkImageGenerator default to SkCodec by scroggo · 9 years ago
  86. 126626e Sk4f: add floor() by mtklein · 9 years ago
  87. c023210 Revert of Sk4f: add floor() (patchset #3 id:40001 of https://codereview.chromium.org/1685773002/ ) by mtklein · 9 years ago
  88. 86c6c49 Sk4f: add floor() by mtklein · 9 years ago
  89. 77aa62c Slim down Sk4fRoundtrip benches. by mtklein · 9 years ago
  90. d2ed622 start experimenting with 64bit frame-buffers by reed · 9 years ago
  91. a525cb1 skeleton for float <-> half optimized procs by mtklein · 9 years ago
  92. 3ebd050 Create a thermal manager class and wire it in to nanobench behind a flag by joshualitt · 9 years ago
  93. 7a5ada8 Support --dryRun in nanobench to get a list of benchmarks. by brianosman · 9 years ago
  94. c5c322d Optimize CMYK->RGBA (BGRA) transform for jpeg decodes by msarett · 9 years ago
  95. 2d340f2 could not resist: fast sse float <--> u16 by mtklein · 9 years ago
  96. 0957424 SSE optimizations for GrayAlpha -> RGBA/BGRA Premul/Unpremul by msarett · 9 years ago
  97. 8673714 Treat bad values passed to --images as a fatal error by scroggo · 9 years ago
  98. 65dfd2f Add --benchType and --sourceType to nanobench. by mtklein · 9 years ago
  99. ef5252e extend gm to test aa[] parameter on xfer4f procs by reed · 9 years ago
  100. 2eff71c NEON optimizations for gray -> RGBA (or BGRA) conversions by msarett · 9 years ago