1. 86c6c49 Sk4f: add floor() by mtklein · 9 years ago
  2. b8d6e08 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  3. 4a7940b add drawCircle to c api by reed · 9 years ago
  4. 0449bcf add helper to create fancy underlines by caryclark · 9 years ago
  5. 3cb9542 moved debugger support files from src/utils/debugger to tools/debugger by ethannicholas · 9 years ago
  6. e712532 implement more xfermodeproc4f and add GM by reed · 9 years ago
  7. 85dc359 Remove SkNEW_APPEND_TO_TARRAY. by bungeman · 9 years ago
  8. 8273ca4 restore sk4i SSE specialization by mtklein · 9 years ago
  9. e4c0bee sknx refactoring by mtklein · 9 years ago
  10. f1d4151 Add unit test to feed valid SVG sequences to make sure that by caryclark · 9 years ago
  11. 719c480 Shot in the dark to fix 581472 by joshualitt · 9 years ago
  12. b80ec8b Add some backend flexibility for shader declarations in ProgramBuilding. by egdaniel · 9 years ago
  13. d2ed622 start experimenting with 64bit frame-buffers by reed · 9 years ago
  14. 918090c SkTArray to move when moving. by bungeman · 9 years ago
  15. 33ed3ad Relocate anisotropic mipmap logic to SkMipMap::extractLevel() by fmalita · 9 years ago
  16. a525cb1 skeleton for float <-> half optimized procs by mtklein · 9 years ago
  17. eba209a Use min scale when selecting mip level by fmalita · 9 years ago
  18. 4f03794 Alter SkXfermode's asFragmentProcessor & asXPFactory contracts by robertphillips · 9 years ago
  19. 81bb79b Remove SkNx AVX code. It is not really used. Getting in the way of refactoring. by mtklein · 9 years ago
  20. c5c322d Optimize CMYK->RGBA (BGRA) transform for jpeg decodes by msarett · 9 years ago
  21. 3125565 extend modecolorfilter to 4f by reed · 9 years ago
  22. 0488202 remove dead SK_SUPPORT_LEGACY_NEG_SCALE_HQ flag by reed · 9 years ago
  23. 2df7813 Revert of Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. (patchset #2 id:20001 of https://codereview.chromium.org/1681643002/ ) by ethannicholas · 9 years ago
  24. 32fff1b Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. by ethannicholas · 9 years ago
  25. 793dc26 Improve GLSL integer support by cdalton · 9 years ago
  26. e365bfa SkDeflateWStream: support gzip output by halcanary · 9 years ago
  27. 9f2dc27 Replace GrGLInterface's function pointers with std::functions. by bsalomon · 9 years ago
  28. 629f25a fix float <---> uint16_t conversion, with Mike's tests. by mtklein · 9 years ago
  29. 9d55297 Make SkString movable. by bungeman · 9 years ago
  30. ccce0e0 Make SkPaint movable. by bungeman · 9 years ago
  31. 9e01ac7 update allocpixels to know about F16 by reed · 9 years ago
  32. 2d340f2 could not resist: fast sse float <--> u16 by mtklein · 9 years ago
  33. e721a8e flags and hacks to get MSAN bot going by mtklein · 9 years ago
  34. 23e78d3 Use size_t for get_row_bytes() in SkJpegCodec by msarett · 9 years ago
  35. c4d196c Revert of Improve GLSL integer support (patchset #1 id:1 of https://codereview.chromium.org/1669853002/ ) by dcheng · 9 years ago
  36. 964eec6 Add non-inline SkRTreeFactory constructor to fix clang-cl by brucedawson · 9 years ago
  37. f1036b2 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17 id:340001 of https://codereview.chromium.org/1623653002/ ) by bsalomon · 9 years ago
  38. 3a2caf8 Improve GLSL integer support by cdalton · 9 years ago
  39. 369e937 Add Histogram Macros to Skia by ericrk · 9 years ago
  40. 60dcd3c SkPngCodec clean-ups by msarett · 9 years ago
  41. 52b6461 increase subdivision for very large cubics by caryclark · 9 years ago
  42. 7fec91c skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  43. 3601f28 add kRGBA_F16_SkColorType by reed · 9 years ago
  44. 06604b9 Add GL indirect drawing APIs by cdalton · 9 years ago
  45. af8bc7d Add support for GL_EXT_raster_multisample by cdalton · 9 years ago
  46. 9c7a8a4 Optimize the SkRawStream when the input is an asset stream by yujieqin · 9 years ago
  47. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 9 years ago
  48. d3b32bf Last bit of GrGLSLFragmentProcessor-derived class cleanup by robertphillips · 9 years ago
  49. f49c75a Move Google3-specific stack limitation logic to template classes. by benjaminwagner · 9 years ago
  50. e7d7f90 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14 id:260001 of https://codereview.chromium.org/1623653002/ ) by jcgregorio · 9 years ago
  51. a87d6de Set sRGB flag for PNGs with an sRGB chunk by msarett · 9 years ago
  52. 16aad78 Fix memory leak in SkSpecialSurface by robertphillips · 9 years ago
  53. 3a94c6c Add SkAutoPixmapStorage::detachPixelsAsData() by fmalita · 9 years ago
  54. 92098e6 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  55. f7cdb06 extend compose-colorfilter to 4f by reed · 9 years ago
  56. eb10ed4 speculatively comment out chrome mac perf test crasher by caryclark · 9 years ago
  57. b6c65e9 Add SkSpecialImage & SkSpecialSurface classes by robertphillips · 9 years ago
  58. 6b48984 Don't print dialog box prior to crashing. by djsollen · 9 years ago
  59. bf536af Next round of GrGLSLFragmentProcessor-derived class cleanup by robertphillips · 9 years ago
  60. a3d99a5 don't get dismayed by negative scales for HQ by reed · 9 years ago
  61. 50b98b4 add note about security and new subclasses by reed · 9 years ago
  62. ff172da Revert of Work around exasperating Google3 Android build error. (patchset #1 id:1 of https://codereview.chromium.org/1649493005/ ) by benjaminwagner · 9 years ago
  63. 0957424 SSE optimizations for GrayAlpha -> RGBA/BGRA Premul/Unpremul by msarett · 9 years ago
  64. de3a726 Make SkImage::readYUV8Planes const by Brian Salomon · 9 years ago
  65. e3fafcf Increase max vertex attrib count in GrPrimitiveProcessor by cdalton · 9 years ago
  66. e62cbdf Fix assert accessing pipeline from initBatchTracker by cdalton · 9 years ago
  67. ebf4408 Fix bugs in SkBmpCodec by msarett · 9 years ago
  68. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 9 years ago
  69. d32d19a Reduce stack usage for Google3. by benjaminwagner · 9 years ago
  70. 1e06079 NEON optimizations for GrayAlpha -> RGBA/BGRA Premul/Unpremul by msarett · 9 years ago
  71. 93e613d Handle gray alpha conversions in SkSwizzler by msarett · 9 years ago
  72. be5cfa9 Rename SkBitmapProcStateAutoMapper methods by fmalita · 9 years ago
  73. 513d307 use left-shift macro to fix/avoid undefined behvarior warnings by reed · 9 years ago
  74. 6dfc754 optimize src mode (opaque src in srcover) singleton with aa (e.g. a8 text mask) by reed · 9 years ago
  75. 2829bb7 Make helper function on GrGLSLProgramDataManager non virtual by egdaniel · 9 years ago
  76. ef5252e extend gm to test aa[] parameter on xfer4f procs by reed · 9 years ago
  77. afb188d Add gpu implementation of SkAvoidXfermode by robertphillips · 9 years ago
  78. c5560be Support decoding opaque to *premul by scroggo · 9 years ago
  79. 8ca88e4 Hack together MSAN build. by mtklein · 9 years ago
  80. 1059b1f Add SkMSAN.h by mtklein · 9 years ago
  81. 69d1603 Add option to specify a font collection when creating a by kulshin · 9 years ago
  82. f16e2a2 Revert of Add gpu implementation of SkAvoidXfermode (patchset #10 id:170001 of https://codereview.chromium.org/1658623002/ ) by mtklein · 9 years ago
  83. 2404f03 Use SkBitmapProcStateAutoMapper for filter samplers also by fmalita · 9 years ago
  84. 15691a0 Add gpu implementation of SkAvoidXfermode by robertphillips · 9 years ago
  85. 4833f39 Templatize GrNonAtomicRef by cdalton · 9 years ago
  86. afc7cce Fix for rounded-rect clips with filters. by senorblanco · 9 years ago
  87. 67e8bd2 Revert of Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. (patchset #2 id:50001 of https://codereview.chromium.org/1656143003/ ) by benjaminwagner · 9 years ago
  88. 0700651 SSSE3 optimizations for gray -> RGBA (or BGRA) by msarett · 9 years ago
  89. 2eff71c NEON optimizations for gray -> RGBA (or BGRA) conversions by msarett · 9 years ago
  90. c92159c Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. by benjaminwagner · 9 years ago
  91. bf907e6 unroll srcover_1 for blending a single color by reed · 9 years ago
  92. 000b83b Remove SK_SUPPORT_LEGACY_SAMPLER_BIAS by fmalita · 9 years ago
  93. eb54307 Sampler bias for all nofilter flavors by fmalita · 9 years ago
  94. 22000d1 Avoid too small reads to bufferMoreData() by yujieqin · 9 years ago
  95. 0735de6 Fix fuzzer-found deserialization bug in SkPathRef by ajuma · 9 years ago
  96. 2ac722f Revert of Avoid too small reads to bufferMoreData() (patchset #4 id:60001 of https://codereview.chromium.org/1644893003/ ) by jcgregorio · 9 years ago
  97. fd918e8 Avoid too small reads to bufferMoreData() by yujieqin · 9 years ago
  98. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 9 years ago
  99. 9d02b26 Fix GL readback code to handle rowbytes correctly for non-32bit formats by bsalomon · 9 years ago
  100. b21c752 Look beyond SSE2 for Paeth by mtklein · 9 years ago