1. fcd5fdd Revert "Revert "Update skia to use ifdefs for Vulkan code instead of dummy header"" by Robert Phillips · 7 years ago
  2. 9647637 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  3. f90aa01 Revert "Revert "use pipeline for non-opt xfermodes"" by Mike Reed · 7 years ago
  4. 847d4c5 Add GrTexture.h include to GrAHardwareBufferImageGenerator.cpp by Robert Phillips · 7 years ago
  5. fad9e3f Revert "Update skia to use ifdefs for Vulkan code instead of dummy header" by Robert Phillips · 7 years ago
  6. 4f8c695 Revert "use pipeline for non-opt xfermodes" by Mike Klein · 7 years ago
  7. 9e99b3d remove 32K table for emboss by Mike Reed · 7 years ago
  8. 574db9e use statically linked glGetShaderPrecisionFormat on Android by Brian Salomon · 7 years ago
  9. 32057c1 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  10. 40c18cb Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  11. f046594 Remove AVX+ special case for load<U8>(). by Mike Klein · 7 years ago
  12. c0f8e42 Update skia to use ifdefs for Vulkan code instead of dummy header by Greg Daniel · 7 years ago
  13. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  14. f1debdf Remove IntelIris640 jobs. by Ben Wagner · 7 years ago
  15. f1b41a7 Refactor SkBlurImageFilter_opts.h for readability. by Mike Klein · 7 years ago
  16. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  17. 1791a06 [recipes] Fix internal_test tryjobs. by Ben Wagner · 7 years ago
  18. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  19. a611be8 ok: add 8888 and rp dsts by Mike Klein · 7 years ago
  20. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  21. e93cf97 use pipeline for non-opt xfermodes by Mike Reed · 7 years ago
  22. c4f0a82 Move Flags from GrRenderTarget to GrTypesPriv.h & rename by Robert Phillips · 7 years ago
  23. e8f2881 Revert "Revert "inline common modecolorfilters"" by Mike Reed · 7 years ago
  24. 4049dff Revert "inline common modecolorfilters" by Mike Klein · 7 years ago
  25. c8b6828 inline common modecolorfilters by Mike Reed · 7 years ago
  26. 3a74951 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  27. 1f6af6b Consolidate decoding frames into SkCodec by Leon Scroggins III · 7 years ago
  28. 13b6afd DM: use SkPngEncoder by Mike Klein · 7 years ago
  29. 1950e0a Always encode images with sRGB encoded pixels by Matt Sarett · 7 years ago
  30. ca50b87 Combine duplicate code in preparing clipRgn for fill_path by Yuqian Li · 7 years ago
  31. b1e6cfd make make{SRGB,Linear}Gamma() const by Mike Klein · 7 years ago
  32. 9bada54 Revert "Revert "Expand partial render target write pixels workaround."" by Brian Salomon · 7 years ago
  33. eb7dc79 remove dead code associated with SK_SUPPORT_LEGACY_RASTERPIPELINE by Mike Reed · 7 years ago
  34. 7a8c84c Reland DeferredTextureImageData low-bit-depth/dithering support by Eric Karl · 7 years ago
  35. a8d45e5 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  36. b6759dd Revert "Revert "Disable F16-nullptr sources"" by Matt Sarett · 7 years ago
  37. 5e819ca fix f16 encoding by Mike Klein · 7 years ago
  38. 390f6cd Convert SkClassifyCubic to double precision by Chris Dalton · 7 years ago
  39. e3a0be7 GrTessellator: fix two NaN issues. by Stephen White · 7 years ago
  40. 50b8468 [infra] Isolate tasks don't need compile task. by Ben Wagner · 7 years ago
  41. 6f9cd0a enable rasterpipeline for android by Mike Reed · 7 years ago
  42. ffaa47e Roll ANGLE by Robert Phillips · 7 years ago
  43. db40620 Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  44. c9c06d4 Remove GrTGpuResourceRef specializations by Robert Phillips · 7 years ago
  45. 03a7879 append(from_srgb) -> append_from_srgb(kUnpremul) by Mike Klein · 7 years ago
  46. 5de25aa Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  47. 6d9c88b Modify Adreno 3xx workaround to toggle face culling rather than call glFlush. by Brian Salomon · 7 years ago
  48. ce9514c remove unneeded proc fields by Mike Reed · 7 years ago
  49. fc33416 port encode_bitmap_for_png() to SkRasterPipeline by Mike Klein · 7 years ago
  50. 197ca9b SkPDF: consolodate glyph runs on BUILD_FOR_WIN by Hal Canary · 7 years ago
  51. a51d713 added SPIR-V RelaxedPrecision by Ethan Nicholas · 7 years ago
  52. b310fd5 fixed issue with SkSL dead code elimination by Ethan Nicholas · 7 years ago
  53. 2ee0f42 only SkHalfToFloat_finite_ftz(uint64_t hs) is called by Mike Klein · 7 years ago
  54. 5143f2f Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  55. 888e9f2 Init fDevKLMMatrix in GrGLCubicEffect (possible valgrind fix) by Robert Phillips · 7 years ago
  56. a6e4686 Roll recipe dependencies (nontrivial). by recipe-roller · 7 years ago
  57. 22a0698 Update SKP version by UpdateSKPs · 7 years ago
  58. 2f07c28 remove unneeded methods by Mike Reed · 7 years ago
  59. 5eee919 remove unneeded SK_API by Mike Reed · 7 years ago
  60. 8d3f443 SkXfermode no longer needs to e a flattenable by Mike Reed · 7 years ago
  61. f449ded attempt to fix compiler error by Mike Reed · 7 years ago
  62. 63544a4 remove unused arithmetic code by Mike Reed · 7 years ago
  63. cb3ceb7 CanOverflow -> ClampIfNeeded by Mike Klein · 7 years ago
  64. 06e547c Fix GrGradientEffect::isValid() by Brian Salomon · 7 years ago
  65. f066ac9 replace 4f procs with pipeline (only called in 2 places by ganesh) by Mike Reed · 7 years ago
  66. 69d1469 Revert "Disable F16-nullptr sources" by Matt Sarett · 7 years ago
  67. b58194a Fix loopIndex in chopCubicAtLoopIntersection by Chris Dalton · 7 years ago
  68. 744d3c5 Add another gm to Win Intel Vulkan blacklist by Greg Daniel · 7 years ago
  69. 0059f97 Broken link in Tree Sheriffs Documentation by Allan MacKinnon · 7 years ago
  70. d9d8485 Retract GrTexture.h a bit by Robert Phillips · 7 years ago
  71. a6aaa30 SkShader::asACompose is android-only by Mike Reed · 7 years ago
  72. 019f6c0 GrTessellator: fix logging; fix test comment. by Stephen White · 7 years ago
  73. d0dbee6 Add comments support for PNG encoder by Yuqian Li · 7 years ago
  74. 9a87cda Remove blacklisted native_image_to_raster_surface tests by Brian Osman · 7 years ago
  75. 34d6e4b Add tonal color support for shadows. by Jim Van Verth · 7 years ago
  76. febbffa Improve cubic KLM accuracy by Chris Dalton · 7 years ago
  77. 01b2b83 Extend composeshader to support a lerp parameter by Mike Reed · 7 years ago
  78. 6a0feba Add clamp before drawing F16->8888 in DMSrcSink ColorCodecSrc by Matt Sarett · 7 years ago
  79. ee7c820 Remove debug checks for unsupported ICC profiles by Matt Sarett · 7 years ago
  80. 1aa2369 Add new Kaby Lake bot Win IntelIris640. by Ben Wagner · 7 years ago
  81. 6af2701 Make gradient effect creation fail if texture LUT creation fails by Brian Salomon · 7 years ago
  82. 12bf424 remove unused colorfilter virtual asACompose by Mike Reed · 7 years ago
  83. 7f95dfc Revert "Handle too many (or too large) paths in GrDefaultPathRenderer" by Brian Osman · 7 years ago
  84. 9466bf5 Make SkPixmap::getColor support kUnpremul pixels by Matt Sarett · 7 years ago
  85. 39afa12 fix f16 -> sRGB in encode_bitmap_for_png() by Mike Klein · 7 years ago
  86. eb86b70 Handle too many (or too large) paths in GrDefaultPathRenderer by Brian Osman · 7 years ago
  87. 65a9344 remove unneeded include by Mike Reed · 7 years ago
  88. 43e498e specialize D32 proc for legacy src by Mike Reed · 7 years ago
  89. fee2b4e Create a new HDC for each ANGLE context by Robert Phillips · 7 years ago
  90. 21157ce Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  91. af971de Add flush before drawing lines workaround for Adreno 3xx by Brian Salomon · 7 years ago
  92. c0110ff Use nextafter rather than std::nextafter, it's more widely available by Mostyn Bramley-Moore · 7 years ago
  93. eb4f186 Disable ReadPixels_Texture & ReadPixels_Gpu on ANGLE by Robert Phillips · 7 years ago
  94. a5b39fa Don't reuse failed buffers as scratch by Robert Phillips · 7 years ago
  95. cdabbcc Store context type (rather than backend type) in ContextInfo by Robert Phillips · 7 years ago
  96. ba81af2 Add support for SkImageGenerator creating external textures by Stan Iliev · 7 years ago
  97. 0cb3167 GrTessellator: fix intersection above the first vertex. by Stephen White · 7 years ago
  98. dc79270 Draw time color xform API for Android by Matt Sarett · 7 years ago
  99. 81c83a7 Revert "Do not return Index8 from SkAndroidCodec::computeOutputColorType" by Matt Sarett · 7 years ago
  100. 7c14d27 Experimental change to diagnose image diffs in g3 by Mike Reed · 7 years ago