1. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  2. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
  3. e3fa811 [GN] Add support for disabling opts via SK_BUILD_NO_OPTS define. by sdefresne · 8 years ago
  4. de8af07 Remove custom bundle ID for iOS by stephana · 8 years ago
  5. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  6. c343235 experimental/tools/coreGraphicsPdf2png: remove skia dependency by halcanary · 8 years ago
  7. f5bf578 experimental/tools/coreGraphicsPdf2png: fix by halcanary · 8 years ago
  8. f0da138 experimental/fiddle -> tools/fiddle by halcanary · 8 years ago
  9. 7b8b237 experimental/fiddle: update to new SkImage API by halcanary · 8 years ago
  10. fbcfd6d mojo -> nojo by mtklein · 8 years ago
  11. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 8 years ago
  12. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  13. a5598a4 Fiddle: update to new GrGLAssembleInterface API by halcanary · 8 years ago
  14. 9b2ef62 fiddle: Only output errors to stderr. by jcgregorio · 8 years ago
  15. d096459 experimental/fiddle: update to work again by halcanary · 8 years ago
  16. 41c4096 Relocate SK_SUPPORT_LEGACY_PICTURE_PTR by fmalita · 8 years ago
  17. 18300a3 detach -> release by mtklein · 8 years ago
  18. 7d825f8 experimental: coreGraphicsPdf2png by halcanary · 8 years ago
  19. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  20. a0cee5f remove align16 calls in skhader context sizes. will handle this elsewhere as needed by reed · 8 years ago
  21. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 8 years ago
  22. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 8 years ago
  23. d812fb4 enforce 16byte alignment in shader contexts by reed · 8 years ago
  24. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  25. 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
  26. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  27. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 8 years ago
  28. 5e58cee Add GrShaderFlags enum by cdalton · 8 years ago
  29. d3b32bf Last bit of GrGLSLFragmentProcessor-derived class cleanup by robertphillips · 8 years ago
  30. bf536af Next round of GrGLSLFragmentProcessor-derived class cleanup by robertphillips · 8 years ago
  31. 72002f2 SkMojo: generate on Darwin/x86_64 by halcanary · 8 years ago
  32. 7a76f9c SkMojo: test linking Skia against the Mojo SDK by halcanary · 8 years ago
  33. 973d92c SampleApp: Remove SkWindow::setColorType by kkinnunen · 8 years ago
  34. 8686a5e SampleApp: remove Picture_DeviceType by kkinnunen · 9 years ago
  35. 0152cc3 remove 565 effects shaders by caryclark · 9 years ago
  36. 671c06f Remove unused CallStacker by scroggo · 9 years ago
  37. decb21e experiment/fiddle by halcanary · 9 years ago
  38. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  39. c60b310 Modify iOSShell-gyp to generate unique bundle identifier by stephana · 9 years ago
  40. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  41. 3257c12 runs some sample animations side by side in canvas and svg by caryclark · 9 years ago
  42. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  43. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  44. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  45. 478c04e Update sample to use new perlin noise shader, and make cloud like by egdaniel · 9 years ago
  46. 417011c added experimental improved Perlin noise shader by ethannicholas · 9 years ago
  47. cda8ec2 Add test with GLFW framework by jvanverth · 9 years ago
  48. 44dcb8a Some iOS fixes to make SampleApp work better. by jvanverth · 9 years ago
  49. fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  50. d9b8d7a Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:20001 of https://codereview.chromium.org/1329853005/ ) by mtklein · 9 years ago
  51. 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  52. 5a9a5b3 CMAKE + install command by halcanary · 9 years ago
  53. f29a0c7 Experimental: fix document by halcanary · 9 years ago
  54. e212789 Experimental: document that cmake + c api example now works in Ubuntu. by halcanary · 9 years ago
  55. 0e050c6 Remove an extra newline in documentation. by halcanary · 9 years ago
  56. 219f18f C API: Add SK_API, also documentation of an example. by halcanary · 9 years ago
  57. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  58. b4fd893 add old fix for iOS SampleApp by caryclark · 9 years ago
  59. 9f8754f Remove experimental/PdfViewer by halcanary · 9 years ago
  60. 1d58773 Update NulCanvas so everything builds. by bungeman · 9 years ago
  61. 4524813 experimental: remove old PDF benchmarking tools by halcanary · 9 years ago
  62. be4229b Updated PDFViewer drawImageRect() overrides by fmalita · 9 years ago
  63. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  64. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  65. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  66. 611cc5f delete experimental path renderers by joshualitt · 9 years ago
  67. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  68. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  69. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  70. 567ff2f Cleanup: Remove unnecessary double-semicolons. by tfarina · 9 years ago
  71. a1e41c6 default to 8888 for ganesh in sampleapp on iOS by reed · 9 years ago
  72. 195f62d BUG=skia: by stephana · 9 years ago
  73. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  74. 7e051f9 Fix SampleApp build on iOS. by scroggo · 9 years ago
  75. 91d1d62 zlib/pdf: remove HaveFlate(), depend on preprocessor defines by halcanary · 9 years ago
  76. 2aafe6f Add SkSVGCanvas by fmalita · 9 years ago
  77. e73da40 add length parameter to addText, to match attr values by reed · 9 years ago
  78. a9d9de4 [SkSVGDevice] drawTextOnPath() support by fmalita · 9 years ago
  79. 12753cc [SkSVGDevice] Add support for more stroke params by fmalita · 9 years ago
  80. 1a481fe [SkSVGDevice] Initial clipping support by fmalita · 9 years ago
  81. fe3f260 [SkSVGDevice] Initial text support by fmalita · 9 years ago
  82. da5bcab remove remaining parts of SkExample by caryclark · 9 years ago
  83. 532faa9 [SkSVGDevice] Initial shader/gradient support by fmalita · 9 years ago
  84. c8fcafb First cut at cleaning up Sergio's example code and moving some common code to SkWindow. by caryclark · 9 years ago
  85. 93957f4 Initial SVG backend stubbing by fmalita · 9 years ago
  86. 416e394 remove experimental pixman files by caryclark · 9 years ago
  87. 17a2b54 The original instantiation of pathops was in the experimental/Intersection directory. Anything of value has been copied into the mainline. by caryclark · 9 years ago
  88. 9c3f17d Fold gmtoskp into DM, as --src gm --config skp. by mtklein · 9 years ago
  89. a9e8476 experimental/skp_to_pdf_md5 optionally also outputs pdf files by halcanary · 9 years ago
  90. a1193e4 Make SkStream *not* ref counted. by scroggo · 9 years ago
  91. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 9 years ago
  92. 53a8f21 Update PdfViewer's SkNulCanvas by robertphillips · 10 years ago
  93. abe4baa experimental skp_to_pdf_md5 program. by halcanary · 10 years ago
  94. c4fda92 remove unused drawData by reed · 10 years ago
  95. f9c9d72 Delete old bench expectation code. by mtklein · 10 years ago
  96. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  97. 0aa5cea fix last warnings on w64 and turn on w.a.e. by bsalomon · 10 years ago
  98. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  99. 266b2ad Remove virtual clear in PdfViewer's SkNulCanvas by robertphillips · 10 years ago
  100. b19ce31 quick fix to land clear() change by reed · 10 years ago