1. 18fa642 chmod -x *.cpp *.h by Hal Canary · 8 years ago
  2. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  3. 16adfa3 Viewer builds (for Windows) with GN by Brian Osman · 8 years ago
  4. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  5. 7c602de Removed makeLinearGamma() from the public API for SkColorSpace by raftias · 8 years ago
  6. ebcb8aa Add AA Analytic Compile Flag (and small fixes) by liyuqian · 8 years ago
  7. 95304e3 Update AndroidShadows slide with new stroking offset by Robert Phillips · 8 years ago
  8. 38c7215 Fix iOS surface creation for SampleApp by jvanverth · 8 years ago
  9. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  10. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  11. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  12. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  13. 511f2d7 Make global use-analytic-AA bit threadsafe. by Mike Klein · 8 years ago
  14. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  15. 38911a7 Resubmit issue 2221103002 to fix the iOS build by declaring the flag in by liyuqian · 8 years ago
  16. d36baa7 Revert of Analytic AntiAlias for Convex Shapes (patchset #14 id:260001 of https://codereview.chromium.org/2221103002/ ) by stephana · 8 years ago
  17. 7795822 Implement AnalyticAA for convex shapes. by liyuqian · 8 years ago
  18. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  19. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  20. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  21. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  22. 476e6c9 fix mac build by Mike Reed · 8 years ago
  23. 35a02a8 Support monitor profile in SampleApp (on Windows) by brianosman · 8 years ago
  24. 414c429 allow conic chop to fail by caryclark · 8 years ago
  25. 6699838 allow clip calls w/o op param, remove unnecessary kReplace ops by reed · 8 years ago
  26. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  27. 8716a8a add 'g' to fatbits by reed · 8 years ago
  28. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  29. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  30. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  31. 1dfec74 Fix SampleApp compilation with skia_gpu=0 by brianosman · 8 years ago
  32. 39eaf5f add helpers for using SkData with picture serialization by reed · 8 years ago
  33. e1baa7c [SVGDom] Expose intrinsic size info by fmalita · 8 years ago
  34. c20c0c0 Switch default for SkGaussianBlurShader radius size. by jvanverth · 8 years ago
  35. 54dc487 add pipecanvas by reed · 8 years ago
  36. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  37. d99858a Update SampleAndroidShadows to use algorithm closer to Android OpenGL by jvanverth · 8 years ago
  38. 95315f0 made point lights linear attenuation; also fixed point light depth bug by vjiaoblack · 8 years ago
  39. b2796fd Added in Radial Shadows by vjiaoblack · 8 years ago
  40. 05a4cf5 Add GM/slide to simulate Android-style reveal clip by robertphillips · 8 years ago
  41. 1e5abf1 made point light shadows by vjiaoblack · 8 years ago
  42. bb10606 Optimizations and more documentation of SkShadowShader by vjiaoblack · 8 years ago
  43. 0e22eb8 Some tests around surface creation and snapshotting with color space by brianosman · 8 years ago
  44. a8eabc4 Moved ambient lights out of SkLight's light array by vjiaoblack · 8 years ago
  45. 84cddf6 Revert of Moved ambient lights out of SkLight's light array (patchset #7 id:120001 of https://codereview.chromium.org/2287553002/ ) by vjiaoblack · 8 years ago
  46. a4f1af8 Use stroked rrects for Android shadow sample by jvanverth · 8 years ago
  47. 8f98f0a Moved ambient lights out of SkLight's light array by vjiaoblack · 8 years ago
  48. 56f33ea Added distance attenuation and diffuse shading to PointLights by vjiaoblack · 8 years ago
  49. e6f5d56 Made shadows blurry (thru implementing variance mapping) by vjiaoblack · 8 years ago
  50. d01c7d0 Remove file samplecode/SampleDraw.cpp by martina.kollarova · 8 years ago
  51. c0c6e1c 'g' key toggles showgrid for PerlinPatch by reed · 8 years ago
  52. ccebcec 'F' will toggle filtering for the --picture sample by reed · 8 years ago
  53. 5755cd9 make zoomer text clearer by reed · 8 years ago
  54. 3688bfa Added a small widget framework to the interactive bevel SampleApp by dvonbeck · 8 years ago
  55. 6d391b6 Interactive Bevel Sample App by dvonbeck · 8 years ago
  56. 9da5dbd Fix SampleAndroidShadows warnings by fmalita · 8 years ago
  57. d7315f91 Add alternative spot shadow to Android shadow sample by jvanverth · 8 years ago
  58. 6c177a1 Add alternative ambient shadow method to Android shadow sample by jvanverth · 8 years ago
  59. d707f2d Moved "drawShadowedPicture" call outside of if cases in onDrawContent. by vjiaoblack · 8 years ago
  60. 851d68a [SVGDom] Deferred SampleApp parsing by fmalita · 8 years ago
  61. ca39d71 [SVGDom] SVGPong sample app by fmalita · 8 years ago
  62. 772b5ee Added PointLights to SkLights::Light by vjiaoblack · 8 years ago
  63. e1a3bc6 Add Android Shadow sample by jvanverth · 8 years ago
  64. 904527d moved code into onDrawShadowedPic, only renders into shadow maps if needed by vjiaoblack · 8 years ago
  65. 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
  66. 955e879 Making a sample for shadow maps for more intensive development by vjiaoblack · 8 years ago
  67. b83cdbc Show SVG file name in SampleApp title by fmalita · 8 years ago
  68. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  69. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  70. 757a15f not much point to SK_SUPPORT_PDF by mtklein · 8 years ago
  71. 320a40d Always return ImageShader, even from SkShader::MakeBitmapShader by reed · 8 years ago
  72. 1e87618 Remove GrContext::applyGamma by robertphillips · 8 years ago
  73. ecf3dbe Remove use of MakeRenderTargetDirect from view system by robertphillips · 8 years ago
  74. 6ceef3d Initial SVG model by fmalita · 8 years ago
  75. efded51 Always supply a color space (sRGB for now) with F16 by brianosman · 8 years ago
  76. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  77. 7438bfc Factor code to rotate a canvas about a point. by bungeman · 8 years ago
  78. 6af677f Changed SkLightingShader API to take in a shader as color source by dvonbeck · 8 years ago
  79. babc3de deferred canvas by reed · 8 years ago
  80. 5b794fa API change to allow for NormalSource selection at the user level. by dvonbeck · 8 years ago
  81. e2463ed Add cubic example and draw original path by hstern · 8 years ago
  82. 81700f6 remove DownSample imagefilter was just created early on as a test filter by reed · 8 years ago
  83. a84d660 remove experimental treat-skcolor-as-srgb flag by reed · 8 years ago
  84. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  85. 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
  86. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  87. c7027ab Add samples to Viewer. by jvanverth · 8 years ago
  88. 9bd4c69 Add SampleApp that shows problems in stroking by hstern · 8 years ago
  89. 4999616 Remove command buffer sample app support. by bsalomon · 8 years ago
  90. f533f11 Revert of Add samples to Viewer. (patchset #4 id:60001 of https://codereview.chromium.org/2056343004/ ) by egdaniel · 8 years ago
  91. 76963e7 Add samples to Viewer. by jvanverth · 8 years ago
  92. 862dae5 Add ability to rotate light direction in drawLitAtlas Sample slide by robertphillips · 8 years ago
  93. adf5afa Add SampleApp slide with animating lightmapped objects & transparency by robertphillips · 8 years ago
  94. 71e0552 Make use of new SkLights class by robertphillips · 8 years ago
  95. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  96. 64022c1 toy to play with antialias raytracing by caryclark · 8 years ago
  97. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  98. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  99. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  100. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago