1. 22f3482 don't support converting from alpha to non-alpha by Mike Reed · 8 years ago
  2. 2c8104e SkNx_abi is unused. by Mike Klein · 8 years ago
  3. cb4feeb [nobuildbot] Win GCE bots by Eric Boren · 8 years ago
  4. 99ab92b Moved A2B0 profile parsing before XYZ by raftias · 8 years ago
  5. 729b582 Consistent naming. by Mike Klein · 8 years ago
  6. 6f0286f use raster-pipeline in readPixels by Mike Reed · 8 years ago
  7. 1967177 added support for layout(offset=...) to skslc by Ethan Nicholas · 8 years ago
  8. 59f9edb Merge changes from internal cl/140385880. by Ben Wagner · 8 years ago
  9. 2cbc33d simplify by Mike Klein · 8 years ago
  10. 44be067 Revert "Add the missing shift to the dy" by Yuqian Li · 8 years ago
  11. e03339a Convert blitter over to new style from_srgb, to_srgb. by Mike Klein · 8 years ago
  12. 3c1072d use __BYTE_ORDER__ macro to detect endianness when available by Lee Salzman · 8 years ago
  13. 1b51c52 Narrow the SkImageGenerator interface by Brian Osman · 8 years ago
  14. 3ab83e2 Remove old driver bug workaround for glTexStorage. by Brian Salomon · 8 years ago
  15. 16dd6e6 Roll recipe DEPS by Eric Boren · 8 years ago
  16. 11d5397 unified ASTLayout/Layout and ASTModifiers/Modifiers by Ethan Nicholas · 8 years ago
  17. 2b3dab6 removed textureProj() and legacy texture functions from sksl by Ethan Nicholas · 8 years ago
  18. 343b677 simplify SkConfig8888 logic: just fall-through if memcpy case isn't supported by Mike Reed · 8 years ago
  19. b04c352 Split srgb out of accum stages. by Mike Klein · 8 years ago
  20. 264431d Fuzzer fix for overflow in some Lut8 profiles. by raftias · 8 years ago
  21. 5a13011 Fix unpremul stage. by Mike Klein · 8 years ago
  22. dd13c02 Add the missing shift to the dy by Yuqian Li · 8 years ago
  23. e8e5458 GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker by Brian Osman · 8 years ago
  24. e9f78b4 Guard against buggy ucrt\math.h. by Mike Klein · 8 years ago
  25. 6762dd6 baked in a few more precision modifiers by Ethan Nicholas · 8 years ago
  26. d5de013 Some simple pipeline refactoring. by Mike Klein · 8 years ago
  27. 3b66ab6 GrTextureProducer cleanup, phase one: Bitmap and Image makers by Brian Osman · 8 years ago
  28. 781c3c1 don't rely on canvas being reference counted by Mike Reed · 8 years ago
  29. d1bd305 Update PIEX by Yujie Qin · 8 years ago
  30. b409c6a [nobuildbot] Mac bots by Eric Boren · 8 years ago
  31. 064f8e2 Update SKP version by UpdateSKPs · 8 years ago
  32. 93f1633 Fix gpu blurring on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  33. 58cda8f External image generator API: return an SkPixmap instead of SkImage by Florin Malita · 8 years ago
  34. db0199b hide accessBitmap from g3 by Mike Reed · 8 years ago
  35. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  36. e68872b remove xfermode flag (again) for g3 by Mike Reed · 8 years ago
  37. 9c61682 Update SKP version by UpdateSKPs · 8 years ago
  38. 130a118 [GN] Create a non-null default native GL interface on iOS. by Chinmay Garde · 8 years ago
  39. 84503cc A few bug fixes for SkOverdrawCanvas by Matt Sarett · 8 years ago
  40. bd488f8 [nobuildbot] Remaining (non-CT) Linux bots by Eric Boren · 8 years ago
  41. ef4848f Fix is_trybot for no-buildbot bots by Eric Boren · 8 years ago
  42. 8c6a43a Do not use post upload hooks for 'GOLD_TRYBOT_URL' by Ravi Mistry · 8 years ago
  43. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  44. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  45. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
  46. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  47. 3761f85 Revert "hide xfermode for g3" by Greg Daniel · 8 years ago
  48. 5083130 [nobuildbot] Migrate all Linux GCE bots by Eric Boren · 8 years ago
  49. a5b2376 hide xfermode for g3 by Mike Reed · 8 years ago
  50. badc137 Add Gerrit support to RecreateSKPs by Ravi Mistry · 8 years ago
  51. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  52. 83a3b39 Revert "Disable error reporting for ImageStorageLoad until it can be debugged" by Brian Salomon · 8 years ago
  53. 7befa71 Disable error reporting for ImageStorageLoad until it can be debugged by Brian Salomon · 8 years ago
  54. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  55. 030cbd5 Add SkOverdrawColorFilter by Matt Sarett · 8 years ago
  56. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  57. 6b77f1c 4444 and gray 8 by Mike Klein · 8 years ago
  58. 6039768 Move GrShaderVar to an appending model for layout qualifiers by Brian Salomon · 8 years ago
  59. cb5338c Support sRGB 565. by Mike Klein · 8 years ago
  60. 2cb6cb7 Fix bug: can't convert nullptr -> bool by Hal Canary · 8 years ago
  61. 818d8a9 Handle nullptr from asTextureRef by brianosman · 8 years ago
  62. e8eed32 remove SkPixelRef::refEncodedData() by Hal Canary · 8 years ago
  63. fec1dea FuzzDrawFunctions from twsmith by Kevin Lubick · 8 years ago
  64. cb2c12b accum_565 and accum_f16 by Mike Klein · 8 years ago
  65. 8daef3e Fixed fuzzer issue with lut16Type A2B ICC profiles by raftias · 8 years ago
  66. a16ea18 Fix NoGPU bot by Matt Sarett · 8 years ago
  67. 22886c4 Add SkOverdrawCanvas to detect overdraw by Matt Sarett · 8 years ago
  68. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  69. 46e66a2 bilerp by Mike Klein · 8 years ago
  70. 8ac838d added support for push_constant layout by ethannicholas · 8 years ago
  71. 64773e6 Add support for input attachments in SkSL spirv by Greg Daniel · 8 years ago
  72. 71fecc3 don't memtion SkXfermode in public by Mike Reed · 8 years ago
  73. 1fc83b1 removed appendPrecisionModifier by Ethan Nicholas · 8 years ago
  74. 3605ace sksl programs can now directly query GLSL caps by Ethan Nicholas · 8 years ago
  75. 9bcca6a Roll recipe DEPS by Ravi Mistry · 8 years ago
  76. 759ae56 Avoid runtime initialization of FLT_EPSILON_SQRT by Bruce Dawson · 8 years ago
  77. c590341 Add shadowrrect geometry processor by Jim Van Verth · 8 years ago
  78. 71de072 Implemented parsing of lut8/lut16Type A2B ICC tags by raftias · 8 years ago
  79. f7f883b Rearrange NN sampling to more naturally support bilerp. by Mike Klein · 8 years ago
  80. ab1c3a0 Fix include of GrGLSLCaps in SkGradientShader by Greg Daniel · 8 years ago
  81. 276cc41 Revive geometry shaders by csmartdalton · 8 years ago
  82. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  83. d728f0c Defer more renderTargetContexts in the GPU image filter paths - take 2 by robertphillips · 8 years ago
  84. 43c847b Simplify shader paint alpha modulation. by Mike Klein · 8 years ago
  85. 14d2899 Fixed issue with some A2B0 images being too dark by raftias · 8 years ago
  86. b44efa5 Remove testing code for not fitting in the Footer. by Herb Derby · 8 years ago
  87. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 8 years ago
  88. 3502c5c Use ptr diff to encode function and padding. by Herb Derby · 8 years ago
  89. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  90. e54d4ce VS script: Handle variation among configurations by Brian Osman · 8 years ago
  91. 8d5f9cb Add an extra pixel to the distance field path renderer bounds. by Brian Salomon · 8 years ago
  92. 99bba9e Add missing virtual functions for SkRectClipCheckBlitter by Yuqian Li · 8 years ago
  93. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  94. dc940a6 Disable RectClipCheckBlitter for cc_unittests by Yuqian Li · 8 years ago
  95. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  96. 7a5b48a Revert "fixed iOS build failure" by Greg Daniel · 8 years ago
  97. 866f286 Avoid unnecessary cast on a garbage data. by Ivan Krasin · 8 years ago
  98. a675910 Fix typo in GrGLCaps by elemental · 8 years ago
  99. 62a8aa3 android does not need XFERMODE_PUBLIC flag by Mike Reed · 8 years ago
  100. 17b6e48 Revert "Turn off /arch:AVX[2] on Windows builds." by Mike Klein · 8 years ago