1. 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 · 9 years ago
  2. 9fb4203 Add bounds to GrShape by bsalomon · 9 years ago
  3. c2e4bb3 Recognize more sRGB gammas by msarett · 9 years ago
  4. 9837740 Simplify GrSWMaskHelper by robertphillips · 9 years ago
  5. f054b17 Swap SkGpuBlurUtils over to using SkIRects by robertphillips · 9 years ago
  6. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 9 years ago
  7. 193d9cf Eliminate special case nvpr batch handling by cdalton · 9 years ago
  8. dde2c03 Ignore patch version when checking compatibility of vulkan layers by egdaniel · 9 years ago
  9. 15332a8 Make PixelGetters much smaller, move more common code to PixelAccessor. by herb · 9 years ago
  10. 04c84af Make SkGpuBlurUtils::GaussianBlur more drawContext centric by robertphillips · 9 years ago
  11. f05ab1b Support allowSRGBInputs on Vulkan (via secondary texture views) by brianosman · 9 years ago
  12. 1e2e33a Remove SkPicture::hasText() by fmalita · 9 years ago
  13. 3806b8f Fix bug & add code to catch ImageFilter clearing bugs by robertphillips · 9 years ago
  14. be463bb Fix bad pixel address calculation. by herb · 9 years ago
  15. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 9 years ago
  16. a31312c SkPictureImageFilter - clear local canvas before use by ericrk · 9 years ago
  17. 97fc930 Fix sRGB textures that must be copied (for NPOT tiling, etc...) by brianosman · 9 years ago
  18. 4cba202 fix hairline clip by caryclark · 9 years ago
  19. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 9 years ago
  20. 7c73a53 Add isEmpty() query to GrShape and improve comments. by bsalomon · 9 years ago
  21. 93a379b Separate user and raw stencil settings by cdalton · 9 years ago
  22. f823778 Revert of Make SkGpuBlurUtils::GaussianBlur more drawContext centric (patchset #2 id:20001 of https://codereview.chromium.org/1962903003/ ) by robertphillips · 9 years ago
  23. 6296da7 Move SkTypeface to sk_sp. by bungeman · 9 years ago
  24. cf05dcd Use common code from SkPM4fPriv by herb · 9 years ago
  25. 717abfd Use GrGammaEffect to support YUV conversion without sRGB write control by brianosman · 9 years ago
  26. 748d620 Harden linear gradients by fmalita · 9 years ago
  27. d38d92f Make SkGpuBlurUtils::GaussianBlur more drawContext centric by robertphillips · 9 years ago
  28. dd96489 Refactor sample to share boiler plate code. TODO: move to common calls from SkPM4f. by herb · 9 years ago
  29. 6a51491 Revert of Make SkGpuBlurUtils::GaussianBlur more drawContext centric (patchset #2 id:20001 of https://codereview.chromium.org/1962903003/ ) by scroggo · 9 years ago
  30. ebf30e8 Switch GrTextureToYUVPlanes over to newDrawContext calls by robertphillips · 9 years ago
  31. 93eeadf compressed texture support has been broken/untested for a while, remove cruft by reed · 9 years ago
  32. e7ef01d Make SkGpuBlurUtils::GaussianBlur more drawContext centric by robertphillips · 9 years ago
  33. fe4d5d3 Make GrGammaEffect have explicit sRGB modes, plus exponential mode. by brianosman · 9 years ago
  34. fbb3102 Revert "Add tests and benches to support the sRGB blitter for SkOpts" by scroggo · 9 years ago
  35. 7014234 Make distance field bounds calculation more accurate for strokes by bsalomon · 9 years ago
  36. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 9 years ago
  37. 3e11da7 Revert of Make GrGammaEffect have explicit sRGB modes, plus exponential mode. (patchset #4 id:60001 of https://codereview.chromium.org/1954863002/ ) by robertphillips · 9 years ago
  38. 677da9d Minor GrRenderTarget retraction by robertphillips · 9 years ago
  39. 2139303 Make GrGammaEffect have explicit sRGB modes, plus exponential mode. by brianosman · 9 years ago
  40. 154349b Disable unpack row length when uploading mips by ericrk · 9 years ago
  41. f077324 Remove SkFontHost.h. by bungeman · 9 years ago
  42. 12dbb39 Separate user and raw stencil settings by cdalton · 9 years ago
  43. 554784c Add tests and benches to support the sRGB blitter for SkOpts by herb · 9 years ago
  44. c121607 Fix nvpr path renderer to reject styles with nonDashPathEffects. by bsalomon · 9 years ago
  45. 1e42775 Remove config range asserts that cause tautological-constant-out-of-range-compare warnings by bsalomon · 9 years ago
  46. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 9 years ago
  47. 44d427e Only enable SRGB write control on desktop GL when SRGB is supported. by bsalomon · 9 years ago
  48. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 9 years ago
  49. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 9 years ago
  50. 82595b6 refactor drawPath to have drawDevPath by reed · 9 years ago
  51. 2c3eca3 Approximate common gamma tables as single values by msarett · 9 years ago
  52. 97fd2d4 Incorporate scale into GrStyle and GrShape by bsalomon · 9 years ago
  53. 167ab91 Allow gpu ResourceHandle class to be shared for multiple purposes by egdaniel · 9 years ago
  54. fe8a839 Break apart shared use of varying and uniform transforms by egdaniel · 9 years ago
  55. 97a2336 Reset layout to undefined when we realloc VkTexture memory by egdaniel · 9 years ago
  56. 5a493cd Less indentation. by bungeman · 9 years ago
  57. a8966a8 Reland of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #1 id:1 of https://codereview.chromium.org/1956023002/ ) by robertphillips · 9 years ago
  58. 57cd94a SkAdvancedTypefaceMetrics: getAdvanceData uses std::function by halcanary · 9 years ago
  59. 74e9a4d Reland of Disable layer hoisting for non-8888 canvases (patchset #1 id:1 of https://codereview.chromium.org/1961483002/ ) by robertphillips · 9 years ago
  60. e20a875 SkAdvancedTypefaceMetrics: abstract out linked list by halcanary · 9 years ago
  61. 67a58dc Revert of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #2 id:20001 of https://codereview.chromium.org/1958603002/ ) by jvanverth · 9 years ago
  62. 50c46c7 Clean up GrVkImage::setLayout() by jvanverth · 9 years ago
  63. 1a0b9ed Fix issue where GrStyle::applyToPath exited before applying stroke by bsalomon · 9 years ago
  64. 4d0cd76 Fix for Sk4f Ubuntu compile warning by jvanverth · 9 years ago
  65. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 9 years ago
  66. 73e81ab Fix for Ubuntu compile warning by jvanverth · 9 years ago
  67. 675576f Detect an invalid intervalCount in SkRegion during deserialiation. by senorblanco · 9 years ago
  68. bad1abc SkAdvancedTypefaceMetrics: fail cleanly. by halcanary · 9 years ago
  69. 3767cd6 https://groups.google.com/forum/#!topic/skia-discuss/2F2she2nQMg by halcanary · 9 years ago
  70. 524484b Revert of Retract GrRenderTarget a bit within SkGpuDevice (patchset #2 id:20001 of https://codereview.chromium.org/1956473002/ ) by robertphillips · 9 years ago
  71. ebbdfe6 SkAdvancedTypefaceMetrics: improve robustness by halcanary · 9 years ago
  72. 055e192 Take SkStrokeRec::InitStyle rather than SkPaint::Style in mask filter and DrawMask by bsalomon · 9 years ago
  73. ad3a5c6 Compile SkForceLinking on CMake by msarett · 9 years ago
  74. 56a85e6 Simplify SkGpuBlurUtils::GaussianBlur method by robertphillips · 9 years ago
  75. 6b53b9d Revert of Disable layer hoisting for non-8888 canvases (patchset #2 id:20001 of https://codereview.chromium.org/1957433002/ ) by robertphillips · 9 years ago
  76. ffa4a92 SkOncePtr -> SkOnce by mtklein · 9 years ago
  77. 4017007 Fix unit test crash caused by OSMesa not supporting rendering to GL_ALPHA8 by bsalomon · 9 years ago
  78. 4e30f27 Disable layer hoisting for non-8888 canvases by robertphillips · 9 years ago
  79. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 9 years ago
  80. d215a95 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 9 years ago
  81. 35b784d Bring back sRGB-write-control as a caps bit. by brianosman · 9 years ago
  82. 809ccf3 Remove NEON runtime detection support. by mtklein · 9 years ago
  83. 42846ed Modernize SkMutex and SkSemaphore. by mtklein · 9 years ago
  84. d6f25bf Make GrPathRenderer only support fills for path stenciling by bsalomon · 9 years ago
  85. f0cf355 Stop banning stroke-and-fill for GrStyle and add tests by bsalomon · 9 years ago
  86. 959a293 Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ ) by reed · 9 years ago
  87. 82da9a8 Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ ) by reed · 9 years ago
  88. d9f5d20 Revert of Modernize SkMutex and SkSemaphore. (patchset #2 id:20001 of https://codereview.chromium.org/1947153002/ ) by sclittle · 9 years ago
  89. 7eb33da Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ ) by reed · 9 years ago
  90. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 9 years ago
  91. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 9 years ago
  92. 9bd3fc7 SkOncePtr -> SkOnce by mtklein · 9 years ago
  93. f250938 Now we're on MSVC 2015, try using std::chrono for timing again. by mtklein · 9 years ago
  94. 0607756 Make cap only affect the keys of GrShapes that are possibly-open by bsalomon · 9 years ago
  95. 0ccc62d move colorshader into its own .cpp, add color4f variant by reed · 9 years ago
  96. 3e375b0 Fix ICO bug exposed by the fuzzer by msarett · 9 years ago
  97. 76948d4 Add Gr*Proxy classes by robertphillips · 9 years ago
  98. c402518 Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by ericrk · 9 years ago
  99. 427c281 Modernize SkMutex and SkSemaphore. by mtklein · 9 years ago
  100. 325474d Disable Ganesh layer hoister in a more revertable form by robertphillips · 9 years ago