1. 420f156 converted EllipseEffect to sksl by Ethan Nicholas · 8 years ago
  2. f2c9014 Add GN arg to allow Flutter-specific API guards by Brian Osman · 8 years ago
  3. 8abb9f4 Remove GrTestMeshDrawOp by Brian Salomon · 8 years ago
  4. 83d1185 converted CircleEffect to SkSL by Ethan Nicholas · 8 years ago
  5. 771ae96 Revert "Revert "Experimental blur code with 32 bit fix."" by Mike Reed · 8 years ago
  6. b4d6106 Give GrSimpleMeshDrawOpHelper a cpp file by Brian Salomon · 8 years ago
  7. 68990be Re-land of "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 8 years ago
  8. 27b3d27 Revert "Experimental blur code with 32 bit fix." by Mike Reed · 8 years ago
  9. 6b7e0e2 Add arc support to gpu Obj c++ code by Greg Daniel · 8 years ago
  10. 7cbf5e3 SkPDF: simplify drawImage/Bitmap/Sprite code. by Hal Canary · 8 years ago
  11. d4b2c53 Experimental blur code with 32 bit fix. by Herb Derby · 8 years ago
  12. baf981f Revert "converted GrSimpleTextureEffect to sksl" by Ethan Nicholas · 8 years ago
  13. 46b654d converted GrSimpleTextureEffect to sksl by Ethan Nicholas · 8 years ago
  14. 6ee2965 remove unreachable perspective code for imageshader by Mike Reed · 8 years ago
  15. a30d407 Revert "Experimental blur code." by Florin Malita · 8 years ago
  16. d96ed9d Experimental blur code. by Herb Derby · 8 years ago
  17. 51b2f1b Stop adding Android-specific defines to SkUserConfig by Leon Scroggins III · 8 years ago
  18. ceb4d48 Re-land "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 8 years ago
  19. 7d9f953 Revert "remove flags for android" by Mike Reed · 8 years ago
  20. a48ae6e Blur gm. by Herb Derby · 8 years ago
  21. d8ddf1b remove flags for android by Mike Reed · 8 years ago
  22. 818ac5a Revert "converted GrCircleBlurFragmentProcessor to sksl" by Ethan Nicholas · 8 years ago
  23. 9b80ffc converted GrCircleBlurFragmentProcessor to sksl by Ethan Nicholas · 8 years ago
  24. aa6c777 add guard for android (needs rebaseline) by Mike Reed · 8 years ago
  25. cfe910d Revert "Revert "Make mock GrContext unit testable."" by Brian Salomon · 8 years ago
  26. cf54081 Potentially fix definition of GR_TEST_UTILS in gn_to_bp.py by Brian Salomon · 8 years ago
  27. c19ced1 Attempt to fix Android framework build by Brian Salomon · 8 years ago
  28. c867a89 Revert "Make mock GrContext unit testable." by Brian Salomon · 8 years ago
  29. 993e7e2 Make mock GrContext unit testable. by Brian Salomon · 8 years ago
  30. bdf6c62 srgb conversion needs to be in unpremul by Mike Reed · 8 years ago
  31. e5ddff5 Add basic metal build files for backend by Greg Daniel · 8 years ago
  32. 9fb036f rewrote GrAlphaThresholdFragmentProcessor in sksl by Ethan Nicholas · 8 years ago
  33. 94fd66c SkPDF: Refactor PDFShader to use ShTHashMap<> by Hal Canary · 8 years ago
  34. cb72722 Add a nanobench for drawing glyphs as paths by Chris Dalton · 8 years ago
  35. cdb9a6d Revert "enable new tiling for android" by Mike Reed · 8 years ago
  36. fe11e45 enable new tiling for android by Mike Reed · 8 years ago
  37. bfa23d7 update blendmode bench by Mike Reed · 8 years ago
  38. a920d36 remove unneeded code for index8 imagse by Mike Reed · 8 years ago
  39. 039a7c7 Added new edge handling mode (clamp and repeat) to Gaussian blur filter. by wutao · 8 years ago
  40. 981deec Delete non-raster-pipeline SkTwoPointConicalGradient impl by Florin Malita · 8 years ago
  41. 3d96f06 Always use raster pipeline for SkTwoPointConicalGradient by Florin Malita · 8 years ago
  42. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 8 years ago
  43. e3ab061 Revert "remove SK_SUPPORT_LEGACY_TILED_BITMAPS flag for android" by Mike Reed · 8 years ago
  44. e5cb7c9 remove SK_SUPPORT_LEGACY_TILED_BITMAPS flag for android by Mike Reed · 8 years ago
  45. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 8 years ago
  46. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 8 years ago
  47. 19b2a56 Upgrade android build (and infrastructure) to use ndk r15. by Derek Sollenberger · 8 years ago
  48. ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 8 years ago
  49. ccf5991 sksl fragment processor support by Ethan Nicholas · 8 years ago
  50. 0dc1f4f Add GM image test for blur with clamp mode. by wutao · 8 years ago
  51. 7944756 attempt to fix android roll by Mike Reed · 8 years ago
  52. 8fa0ca2 remove unneeded guards for android by Mike Reed · 8 years ago
  53. cff94e4 Move threaded BMP device to samples by Brian Osman · 8 years ago
  54. fb49909 Revert "Remove deadcode for sRGB image shading." by Mike Reed · 8 years ago
  55. 5e78c61 Revert "remove a bit more dead code" by Mike Reed · 8 years ago
  56. 91d7d1d Revert "Revert "Remove deadcode for sRGB image shading."" by Mike Reed · 8 years ago
  57. e08e639 Revert "Remove deadcode for sRGB image shading." by Mike Reed · 8 years ago
  58. 428266d use rasterpipeline for colorfilters by Mike Reed · 8 years ago
  59. 1aa77f0 remove unused blitrow by Mike Reed · 8 years ago
  60. d9b1fe0 remove a bit more dead code by Mike Klein · 8 years ago
  61. 51f6a0f Remove deadcode for sRGB image shading. by Herb Derby · 8 years ago
  62. 91a3e52 Move mock gpu and caps, add Gr prefix, and create via GrContext::Create by Brian Salomon · 8 years ago
  63. 0cc60b8 fix repeat/mirror sampling bleed by Mike Klein · 8 years ago
  64. 2e5eaf0 Revert "Revert "Clean up onTransferPixels"" by Jim Van Verth · 8 years ago
  65. c75ab6a add tile flag by Mike Reed · 8 years ago
  66. 0215312 remove unused SkFilterProcs by Mike Reed · 8 years ago
  67. ce57552 Revert "Clean up onTransferPixels" by Jim Van Verth · 8 years ago
  68. f7037d0 Clean up onTransferPixels by Jim Van Verth · 8 years ago
  69. ab51d1b Revert "remove unused TableMaskFilter" by Mike Reed · 8 years ago
  70. d72b55b remove unused TableMaskFilter by Mike Reed · 8 years ago
  71. 6ecc911 Revert "Revert "Remove Gr*Gpu includes from header files."" by Greg Daniel · 8 years ago
  72. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 8 years ago
  73. 881f143 Hide GrGpuResourceRef from prying eyes by Robert Phillips · 8 years ago
  74. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 8 years ago
  75. 56af45b Revert "Remove Gr*Gpu includes from header files." by Greg Daniel · 8 years ago
  76. 2bd381b Remove Gr*Gpu includes from header files. by Greg Daniel · 8 years ago
  77. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 8 years ago
  78. 009e9af Remove GrGpu.h from GrResourceProvider.h by Robert Phillips · 8 years ago
  79. eee3c09 Unit test to demonstrate Galaxy S6 MSAA readPixels bug by Brian Osman · 8 years ago
  80. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 8 years ago
  81. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 8 years ago
  82. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 8 years ago
  83. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 8 years ago
  84. fcd5fdd Revert "Revert "Update skia to use ifdefs for Vulkan code instead of dummy header"" by Robert Phillips · 8 years ago
  85. f90aa01 Revert "Revert "use pipeline for non-opt xfermodes"" by Mike Reed · 8 years ago
  86. fad9e3f Revert "Update skia to use ifdefs for Vulkan code instead of dummy header" by Robert Phillips · 8 years ago
  87. 4f8c695 Revert "use pipeline for non-opt xfermodes" by Mike Klein · 8 years ago
  88. 9e99b3d remove 32K table for emboss by Mike Reed · 8 years ago
  89. c0f8e42 Update skia to use ifdefs for Vulkan code instead of dummy header by Greg Daniel · 8 years ago
  90. e93cf97 use pipeline for non-opt xfermodes by Mike Reed · 8 years ago
  91. 6f9cd0a enable rasterpipeline for android by Mike Reed · 8 years ago
  92. c9c06d4 Remove GrTGpuResourceRef specializations by Robert Phillips · 8 years ago
  93. 8d3f443 SkXfermode no longer needs to e a flattenable by Mike Reed · 8 years ago
  94. 34d6e4b Add tonal color support for shadows. by Jim Van Verth · 8 years ago
  95. 43e498e specialize D32 proc for legacy src by Mike Reed · 8 years ago
  96. 46983b7 Introduce dynamic pipeline state by Chris Dalton · 8 years ago
  97. 89c8fec move SkPathRef.h into private by Mike Reed · 8 years ago
  98. 6b3542a move Coeff into blendmode by Mike Reed · 8 years ago
  99. 3928ff8 Create an SkColorSpaceXform image generator by Matt Sarett · 8 years ago
  100. b5d9e85 remove unused blitters by Mike Reed · 8 years ago