1. c2f9ec1 SkPDF: refactor & code cleanup ahead of https://crrev.com/2322403002 by halcanary · 8 years ago
  2. 5192475 Two changes: by brianosman · 8 years ago
  3. 9b0fe3d Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  4. d99858a Update SampleAndroidShadows to use algorithm closer to Android OpenGL by jvanverth · 8 years ago
  5. 2a78fca helper to SkRect to create from SkISize by reed · 8 years ago
  6. fe69b50 check for identity in translate by reed · 8 years ago
  7. 0bed5bb fix code behind SK_SUPPORT_LEGACY_MINOR_EFFECT_PTR by reed · 8 years ago
  8. 46f2d0a use expected name for setDrawLooper/getDrawLooper by reed · 8 years ago
  9. dddbbda Update SKP version by update-skps · 8 years ago
  10. 3eee9d9 SkPDF: SkShaper_primitive uses new textblob API by halcanary · 8 years ago
  11. 4a56318 Adds missing and removes duplicate tracing macros. by carlosk · 8 years ago
  12. 95315f0 made point lights linear attenuation; also fixed point light depth bug by vjiaoblack · 8 years ago
  13. 57f744e SkPDF/Tests: imporve test coverage. by halcanary · 8 years ago
  14. 8d91490 Fix color gamut xform matrices in GPU code by brianosman · 8 years ago
  15. b37c034 GN: port a few missing Android bits from GYP. by mtklein · 8 years ago
  16. de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 8 years ago
  17. 81a478c Skip adding coincident edges found by caryclark · 8 years ago
  18. b2796fd Added in Radial Shadows by vjiaoblack · 8 years ago
  19. 55bcc8e Delete some LUTs from SkColorSpaceXform by msarett · 8 years ago
  20. c9b90d1 fix fuzzer by caryclark · 8 years ago
  21. a42405a Fix issues in assets scripts by borenet · 8 years ago
  22. e06ca96 SkPDF: implement drawTextBlob() by halcanary · 8 years ago
  23. 426a245 SkPDF: hand SfntlyWrapper::SubsetFont() ttcIndex, not fontName. by halcanary · 8 years ago
  24. b4403ee Fix strange failures on Android N by kjlubick · 8 years ago
  25. b3cb214 Benchmarks for testing changes to GrResourceCache replacement policy when over budget. by bsalomon · 8 years ago
  26. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  27. 6a2b194 Move prepareForExternalIO implementation from GrContext to GrDrawingManager by bsalomon · 8 years ago
  28. 9441af5 Apple devices do not support CRC32 instructions. Don't believe Clang's lies. by mtklein · 8 years ago
  29. 85c922a Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (patchset #2 id:100001 of https://codereview.chromium.org/2319293003/ ) by msarett · 8 years ago
  30. 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  31. 971cd49 Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ(). by brianosman · 8 years ago
  32. f3155ad GN: add a helper script for running Android builds by mtklein · 8 years ago
  33. 4cea3b9 Push usage of GrColor4f into OverrideInput by brianosman · 8 years ago
  34. 3b10b37 most is fine for *SAN bots now by mtklein · 8 years ago
  35. f868097 removed const from ASTVarDeclaration::fName to avoid a Chromium build failure by ethannicholas · 8 years ago
  36. e19c179 Clean up target_os=llvm now that it does nothing. by mtklein · 8 years ago
  37. 05a4cf5 Add GM/slide to simulate Android-style reveal clip by robertphillips · 8 years ago
  38. 51761d1 Tests: DiscardableMemory test no longer relies on global state by halcanary · 8 years ago
  39. f53fcc8 SkLiteDL: drawAsLayer() by mtklein · 8 years ago
  40. 2b3c2a3 GN: add sanitize arg by mtklein · 8 years ago
  41. da71367 Flesh out SkOpts namespaces. by mtklein · 8 years ago
  42. 2172d55 Asset management: Download from GS store instead of CIPD by borenet · 8 years ago
  43. 34ffb34 GN: do not set default GN args by mtklein · 8 years ago
  44. 57d6965 Further increase run_benchmark timeout by Ravi Mistry · 8 years ago
  45. e99883f Add color xform support to SkWebpCodec by msarett · 8 years ago
  46. 56cbb23 Delete deprecated GammaNamed by msarett · 8 years ago
  47. 5e3a630 GN: default to -O1 by mtklein · 8 years ago
  48. 48ba2b8 Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma by msarett · 8 years ago
  49. 2eb00e7 Revert of Add color xform support to SkWebpCodec (patchset #2 id:80001 of https://codereview.chromium.org/2294993002/ ) by msarett · 8 years ago
  50. 828ed17 Add color xform support to SkWebpCodec by msarett · 8 years ago
  51. 14fe8cc refactored SkSL VarDeclaration handling by ethannicholas · 8 years ago
  52. ef6a9b7 android_skp_capture.sh by halcanary · 8 years ago
  53. 1a94667 clang_linux: also build an MSAN libc++ by mtklein · 8 years ago
  54. 600c737 Delete SkColorSpace::gammaNamed() from public API by msarett · 8 years ago
  55. 720dc71 Merge building of program desc in Vulkan into one step by egdaniel · 8 years ago
  56. 62e9b14 Revert of Add GM/slide to simulate Android-style reveal clip (patchset #6 id:100001 of https://codereview.chromium.org/2316593003/ ) by robertphillips · 8 years ago
  57. c544e70 Add minimal support for readPixels in raster F16 by brianosman · 8 years ago
  58. ff2a6c8 Use demux API in SkWebpCodec by msarett · 8 years ago
  59. ffac5c4 Add GM/slide to simulate Android-style reveal clip by robertphillips · 8 years ago
  60. b77a907 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  61. 5edf290 SkPDF: remove unused fallback clipping code by halcanary · 8 years ago
  62. e72daf6 Run install-sysroot script before 'gn gen' on PDFium bot by borenet · 8 years ago
  63. 7a00e8b Revert of Make AALinearizingConvexPathRenderer able to handle stroke and fill (patchset #7 id:120001 of https://codereview.chromium.org/2301353004/ ) by robertphillips · 8 years ago
  64. b393a49 fix pathops fuzzers by caryclark · 8 years ago
  65. 77320db Add color gamut xform helpers to GrGLSLShaderBuilder by brianosman · 8 years ago
  66. d2e39db GN: fontmgr_custom by mtklein · 8 years ago
  67. 1e5abf1 made point light shadows by vjiaoblack · 8 years ago
  68. 5d8f69f Merge GrGLSLProgramDesc into GrProgramDesc by egdaniel · 8 years ago
  69. 653212c Add gammaIsLinear() API to SkColorSpace by msarett · 8 years ago
  70. eb2a271 Add 6p to other device mapping by kjlubick · 8 years ago
  71. 2c4b64e New gamut GM, to test gamut conversion in various code-paths by brianosman · 8 years ago
  72. e050555 docs: Add instructions on how to download isolated intermediaries. by jcgregorio · 8 years ago
  73. 522bcd9 Make AALinearizingConvexPathRenderer able to handle stroke and fill by robertphillips · 8 years ago
  74. b58fe9b GN: turn off ccache by mtklein · 8 years ago
  75. 28d1ce5 reconfigure dont-clip-to-layer gm to not have transparent pixels in its final output by reed · 8 years ago
  76. e54f4b7 Revert of More robust check for sRGB gamma tables (patchset #2 id:60001 of https://codereview.chromium.org/2263233003/ ) by msarett · 8 years ago
  77. 221722b [SVGDevice] Observe even-odd path fills by fmalita · 8 years ago
  78. 54dd2e2 Add Vulkan docs by bsalomon · 8 years ago
  79. 5eb41fd Revert of Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. (patchset #4 id:60001 of https://codereview.chromium.org/2307053002/ ) by bsalomon · 8 years ago
  80. 128a958 Revert of fix uninit immediate mode member var in GrDrawingManager (patchset #1 id:1 of https://codereview.chromium.org/2312333002/ ) by bsalomon · 8 years ago
  81. ce3b852 fix uninit immediate mode member var in GrDrawingManager by bsalomon · 8 years ago
  82. c1a50e1 added radial lights to SkLights by vjiaoblack · 8 years ago
  83. 45d1b44 Move uils and sksl to a common sources GYP file. by brettw · 8 years ago
  84. 1dbb207 Restructure flushing relationship between GrContext, GrDrawingManager, and GrResourceCache. by bsalomon · 8 years ago
  85. 0a44107 kNumWindows is only used in GPU builds by mtklein · 8 years ago
  86. 6669010 check for null-layer-paint after prev fix to savelayer ops by reed · 8 years ago
  87. 47ae5c5 Delete SkColorSpace::kUnknown_Named, remove fNamed field by msarett · 8 years ago
  88. bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
  89. 3c3e0d7 Work around VS 2015 Update 3 optimizer internal compiler error by brucedawson · 8 years ago
  90. e86134f SkDocument: turn off SK_SUPPORT_LEGACY_DOCUMENT_API by halcanary · 8 years ago
  91. 02f9ed7 test dont-clip-layer by reed · 8 years ago
  92. ef7cee4 provide safe exit for runaway intersections by caryclark · 8 years ago
  93. e97fe83 compare degenerates with tolerance by caryclark · 8 years ago
  94. b2be02b Update Windows build to use VULKAN_SDK rather than VK_SDK_PATH by bsalomon · 8 years ago
  95. f54c00e Add device mapping for Nexus 6p (angler) by kjlubick · 8 years ago
  96. c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
  97. e6088c6 Revert of Move uils and sksl to a common sources GYP file. (patchset #1 id:1 of https://codereview.chromium.org/2302723005/ ) by caryclark · 8 years ago
  98. 5a3c528 test picture-ops for savelayer by reed · 8 years ago
  99. 8016b26 interpolation of coincidence must be local to a single span by caryclark · 8 years ago
  100. 48fde9c Add a makeDrawContextWithFallback that handles config fallback by robertphillips · 8 years ago