1. e077e06 SkColorSpace tweaks by msarett · 8 years ago
  2. 6d195b2 Use nullptr instead of 0 in call to FontConfig. by bungeman · 8 years ago
  3. 2cb49bd pthread_once -> SkOnce by mtklein · 8 years ago
  4. a167e74 Remove sRGB overrides on GrTextureParams. Use GrPaint flags instead. by brianosman · 8 years ago
  5. 074b48e I have found a more efficient way of detecting 1 and 0 alpha in SSE2. In addition, I found a stall on an execution unit for the lea instruction and rearranged to code to avoid that. by herb · 8 years ago
  6. 1d15596 Add Xlib support to viewer by jvanverth · 8 years ago
  7. 50134cc Enable stencil wrap ops on vulkan by egdaniel · 8 years ago
  8. 888dc16 Test color correction in DM by msarett · 8 years ago
  9. 8879186 Enable tri-linear and NPOT-tiling support in Vulkan by brianosman · 8 years ago
  10. 8cc2091 Make SkColorSpace a public API by msarett · 8 years ago
  11. c9986b6 Pretend that Adreno4xx doesn't have sRGB write control. by brianosman · 8 years ago
  12. ba58489 Finish supporting decoding opaque to non-opaque by scroggo · 8 years ago
  13. 82ad93c When building circle blur profile evaluate kernel vertically once per column by bsalomon · 8 years ago
  14. e46e4f0 Correct gesture scale and translation by liyuqian · 8 years ago
  15. 8775112 Fix leak in SkImage_Gpu::onMakeSubset(). by senorblanco · 8 years ago
  16. 0152d73 GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not GrContext) by robertphillips · 8 years ago
  17. af236b5 Add OpenGL context to Viewer. by jvanverth · 8 years ago
  18. 8b6fa5e Make GrAtlasTextBlob::run own effects it points to. by bsalomon · 8 years ago
  19. b525721 Make circle blur profile computation separable by bsalomon · 8 years ago
  20. 5878dbd Image filters: implement SkImage::makeWithFilter(). by senorblanco · 8 years ago
  21. 57a69dc Make an embeddable container to hold linear pipelines. by herb · 8 years ago
  22. 82ec6e5 Retract GrRenderTarget from GLProgramsTest by robertphillips · 8 years ago
  23. d1c71fd Attempt to improve lifetime management of SkGlyphCache in Ganesh atlas text code. by bsalomon · 8 years ago
  24. 5f2fa47 Make GrAppliedClip friendless by robertphillips · 8 years ago
  25. c989e18 Remove mutex for retrieving default typeface. by bungeman · 8 years ago
  26. 66a96d0 Propagate filter mode when rendering Alpha8 bitmaps by brianosman · 8 years ago
  27. 3d47732 Delete workaround for matching bitmap and pixel ref rowbytes by msarett · 8 years ago
  28. de3c356 Assert complex precondition in SkGlyphCache::Visit. by bungeman · 8 years ago
  29. 81b6300 Revert of Don't allow uncacheable paths in tessellated path renderer (patchset #2 id:20001 of https://codereview.chromium.org/1990793003/ ) by bsalomon · 8 years ago
  30. aebd0fd Don't allow uncacheable paths in tessellated path renderer by bsalomon · 8 years ago
  31. cb3bd18 SkCanvas::adjustToTopLayer() by tomhudson · 8 years ago
  32. 3ab53d0 Reformat circle blur profile computation and add comments. by bsalomon · 8 years ago
  33. 2884e9c Revert of Add OpenGL context to Viewer. (patchset #7 id:120001 of https://codereview.chromium.org/1978573003/ ) by jvanverth · 8 years ago
  34. 3949971 Image filters: fix filtering of transparent black in CFIF. by senorblanco · 8 years ago
  35. 61a999c Parse parametric gamma curves by msarett · 8 years ago
  36. d1227a7 Delete SkBitmapRegionCanvas by msarett · 8 years ago
  37. 264f88a SkColorSpace follow-ups by msarett · 8 years ago
  38. c2878e2 Remove GrFontScaler class. by bsalomon · 8 years ago
  39. 1483d0f Fix leak of SkGammas by msarett · 8 years ago
  40. b3ed65e Fix code guarded by SK_FONT_HOST_USE_SYSTEM_SETTINGS. by bungeman · 8 years ago
  41. 56a11e4 Add OpenGL context to Viewer. by jvanverth · 8 years ago
  42. c5fd5c4 Remove GrFontDescKey. by bsalomon · 8 years ago
  43. 7888f78 Set the "mutable format" bit on sRGB images at creation time. by brianosman · 8 years ago
  44. c5d07fa Rename SkDescriptor::equals to SkDescriptor::operator== by bsalomon · 8 years ago
  45. ca6eafc (Mostly) Retract GrRenderTarget from SkGpuDevice by robertphillips · 8 years ago
  46. cc49e59 Add tests and benches to support the sRGB blitter for SkOpts by herb · 8 years ago
  47. bb9f774 Prepare SkColorSpace to be a public API by msarett · 8 years ago
  48. b1be46b Ensure that SkColorTable->fCount is set properly after decodes by msarett · 8 years ago
  49. 4bb7ce7 Make GrFontScaler not be ref-counted by bsalomon · 8 years ago
  50. 835acc7 Revert of Change to sRGB default for codec generated images. (patchset #2 id:20001 of https://codereview.chromium.org/1955063002/ ) by herb · 8 years ago
  51. 4933d0b Revert of Add specialized sRGB blitter for SkOpts (patchset #21 id:400001 of https://codereview.chromium.org/1939513002/ ) by reed · 8 years ago
  52. bc92754 Add tests and benches to support the sRGB blitter for SkOpts by herb · 8 years ago
  53. 94b25b0 Remove unneeded reference count churn. by bungeman · 8 years ago
  54. 071457b Add isUnifiedMultisampled entry point to GrDrawContext by robertphillips · 8 years ago
  55. 7acc008 Change to sRGB default for codec generated images. by herb · 8 years ago
  56. f44b020 Recognize Adobe RGB profiles by msarett · 8 years ago
  57. 7761d61 Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to GrDrawingContext by robertphillips · 8 years ago
  58. c99b8f0 Retract GrRenderTarget from AlphaClipMask code by robertphillips · 8 years ago
  59. c902164 Fix return from nullptr to false in GrVkTexture.cpp by bsalomon · 8 years ago
  60. 2c0aacb Revert of Retract GrRenderTarget from AlphaClipMask code (patchset #3 id:40001 of https://codereview.chromium.org/1977793004/ ) by bsalomon · 8 years ago
  61. 72ac55f Fix msaa on GrVkRenderTarget by egdaniel · 8 years ago
  62. 93bc24e Retract GrRenderTarget from AlphaClipMask code by robertphillips · 8 years ago
  63. 796e365 SkPictureGpuAnalyzer by fmalita · 8 years ago
  64. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  65. 17bf820 Abort stencil draws when the attachment fails by cdalton · 8 years ago
  66. e576874 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
  67. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  68. 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
  69. 9fb4203 Add bounds to GrShape by bsalomon · 8 years ago
  70. c2e4bb3 Recognize more sRGB gammas by msarett · 8 years ago
  71. 9837740 Simplify GrSWMaskHelper by robertphillips · 8 years ago
  72. f054b17 Swap SkGpuBlurUtils over to using SkIRects by robertphillips · 8 years ago
  73. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  74. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  75. dde2c03 Ignore patch version when checking compatibility of vulkan layers by egdaniel · 8 years ago
  76. 15332a8 Make PixelGetters much smaller, move more common code to PixelAccessor. by herb · 8 years ago
  77. 04c84af Make SkGpuBlurUtils::GaussianBlur more drawContext centric by robertphillips · 8 years ago
  78. f05ab1b Support allowSRGBInputs on Vulkan (via secondary texture views) by brianosman · 8 years ago
  79. 1e2e33a Remove SkPicture::hasText() by fmalita · 8 years ago
  80. 3806b8f Fix bug & add code to catch ImageFilter clearing bugs by robertphillips · 8 years ago
  81. be463bb Fix bad pixel address calculation. by herb · 8 years ago
  82. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  83. a31312c SkPictureImageFilter - clear local canvas before use by ericrk · 8 years ago
  84. 97fc930 Fix sRGB textures that must be copied (for NPOT tiling, etc...) by brianosman · 8 years ago
  85. 4cba202 fix hairline clip by caryclark · 8 years ago
  86. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  87. 7c73a53 Add isEmpty() query to GrShape and improve comments. by bsalomon · 8 years ago
  88. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  89. f823778 Revert of Make SkGpuBlurUtils::GaussianBlur more drawContext centric (patchset #2 id:20001 of https://codereview.chromium.org/1962903003/ ) by robertphillips · 8 years ago
  90. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  91. cf05dcd Use common code from SkPM4fPriv by herb · 8 years ago
  92. 717abfd Use GrGammaEffect to support YUV conversion without sRGB write control by brianosman · 8 years ago
  93. 748d620 Harden linear gradients by fmalita · 8 years ago
  94. d38d92f Make SkGpuBlurUtils::GaussianBlur more drawContext centric by robertphillips · 8 years ago
  95. dd96489 Refactor sample to share boiler plate code. TODO: move to common calls from SkPM4f. by herb · 8 years ago
  96. 6a51491 Revert of Make SkGpuBlurUtils::GaussianBlur more drawContext centric (patchset #2 id:20001 of https://codereview.chromium.org/1962903003/ ) by scroggo · 8 years ago
  97. ebf30e8 Switch GrTextureToYUVPlanes over to newDrawContext calls by robertphillips · 8 years ago
  98. 93eeadf compressed texture support has been broken/untested for a while, remove cruft by reed · 8 years ago
  99. e7ef01d Make SkGpuBlurUtils::GaussianBlur more drawContext centric by robertphillips · 8 years ago
  100. fe4d5d3 Make GrGammaEffect have explicit sRGB modes, plus exponential mode. by brianosman · 8 years ago