1. 4e3abc1 cacherator upscales colortables to unify caching by Mike Reed · 8 years ago
  2. 45cde31 SkMultiPictureDocument : clean up MultiPictureDocumentReader interface by Hal Canary · 8 years ago
  3. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 8 years ago
  4. 3390cdf SkTypeface_win_dw: populate_glyph_to_unicode uses lowest unichar by Hal Canary · 8 years ago
  5. ca878cc simplify SkRRect serialization by Mike Klein · 8 years ago
  6. 3a1ad6f Try disabling MSAN workarounds in SkJpegCodec by Mike Klein · 8 years ago
  7. 5f055f0 jumper, gather_f16 by Mike Klein · 8 years ago
  8. 7d3d872 jumper, gather_i8 by Mike Klein · 8 years ago
  9. b9a02a1 Update stencil ops to have a parallel proxyID by Robert Phillips · 8 years ago
  10. 21bd3e4 jumper, more gathers by Mike Klein · 8 years ago
  11. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 8 years ago
  12. 7754ccc Specialize boxBlur(Interp) based on 'transpose' parameter by Hans Wennborg · 8 years ago
  13. 46a45ba Revert "Manual revert: Add support for writing ICC profiles to webp encoder" by Matt Sarett · 8 years ago
  14. dec4ea8 jumper, gather_8888 by Mike Klein · 8 years ago
  15. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 8 years ago
  16. cf1b022 tweaks to make gather_* easier in SkJumper by Mike Klein · 8 years ago
  17. 3b80558 jumper, turn off a few fancy features by Mike Klein · 8 years ago
  18. 42ce38f make copyTo_with_allocator android only by Mike Reed · 8 years ago
  19. 60cd57e Factor out common work in readSurfacePixels and writeSurfacePixels by Brian Osman · 8 years ago
  20. 6ff6af9 handle odd-index-count in encode/decode by Mike Reed · 8 years ago
  21. 372bc4e fix 36605271 by Cary Clark · 8 years ago
  22. 14987eb jumper, add load_f32() by Mike Klein · 8 years ago
  23. 8a823fa jumper, kill off F4 by Mike Klein · 8 years ago
  24. de2e384 jumper, only print non-zero counts by Mike Klein · 8 years ago
  25. 4293a1e Manual revert: Add support for writing ICC profiles to webp encoder by Matt Sarett · 8 years ago
  26. 9d9172f remove legacy vertices flag and code by Mike Reed · 8 years ago
  27. dc57b5d remove SK_SUPPORT_LEGACY_BITMAP_SETPIXELREF flag and code by Mike Reed · 8 years ago
  28. 93b1b4f add guard for obsolete (non-functioning) replayClips by Mike Reed · 8 years ago
  29. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 8 years ago
  30. c0e52f4 Fix the size check for the drawBitmap fast-path in SkBitmapDevice::drawBitmapRect. It would fail when the source rectangle had a non-zero offset, in which case it would compare the source rectangle with the offset to the extracted bitmap size, which always fails. The only thing that should matter is that the source rectangle and extract bitmap have the same size, since the offset gets added onto the matrix. by lsalzman · 8 years ago
  31. 7abfb5e SkImageEncoder: Be more lenient on inputs by Matt Sarett · 8 years ago
  32. 3dbef9f Revert "Revert "Add support for writing ICC profiles to webp encoder"" by Matt Sarett · 8 years ago
  33. e87d778 Revert "Add support for writing ICC profiles to webp encoder" by Jim Van Verth · 8 years ago
  34. 0c9d0b4 Add support for writing ICC profiles to webp encoder by Matt Sarett · 8 years ago
  35. 7125ac6 jumper, to_2dot2 and from_2dot2 by Mike Klein · 8 years ago
  36. d9836f4 Fix various SkBitmap::copyTo() bugs by Matt Sarett · 8 years ago
  37. 2d2ac3d remove trace and registers stages by Mike Klein · 8 years ago
  38. 3146bb9 jumper, load_u16_be and store_u16_be by Mike Klein · 8 years ago
  39. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 8 years ago
  40. 1987366 Delete SkPixelRef::readPixels() by Matt Sarett · 8 years ago
  41. 3251ed8 Refactor Vulkan support to support Fuchsia by Michael Jurka · 8 years ago
  42. ea07652 Use the rounded text size for gasp. by Ben Wagner · 8 years ago
  43. 4ebb43e hide most details of SkPatchUtils by Mike Reed · 8 years ago
  44. ee80532 Remove texture sampling from GrConfigConversionEffect by Brian Osman · 8 years ago
  45. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 8 years ago
  46. cb87423 Add SkImage::makeColorSpace() to public API by Matt Sarett · 8 years ago
  47. 944feea Avoid trans-coding images with gamma 2.2 by Brian Osman · 8 years ago
  48. fa6eb91 finish up load4/store4 refactoring by Mike Klein · 8 years ago
  49. 33aa2c7 Allow FPs to elevate default precision for the entire fragment program by Brian Osman · 8 years ago
  50. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 8 years ago
  51. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 8 years ago
  52. 8653e97 remove legacy canvas helpers by Mike Reed · 8 years ago
  53. 0721fe9 Revert incorrect change to GrCoverageSetOp test factory by Brian Salomon · 8 years ago
  54. 72e551e Support Canvas Clip on Blit Framebuffer by Eric Karl · 8 years ago
  55. fc0e96e Revert "Finish up mip opts: 2x3 and 3x2" by Matt Sarett · 8 years ago
  56. a076d87 Use sk_sp with GrXferProcessor and use a static factory to handle the nullptr==srcover case. by Brian Salomon · 8 years ago
  57. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 8 years ago
  58. 95f53be jumper, split store_f16 into to_half, store4 by Mike Klein · 8 years ago
  59. 7448088 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 8 years ago
  60. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 8 years ago
  61. 19aff5d 565 codec color xform support: fix colortable / incomplete image behavior by Matt Sarett · 8 years ago
  62. 114e6b3 jumper, factor out load4() and from_half() by Mike Klein · 8 years ago
  63. 88ec28e Finish up mip opts: 2x3 and 3x2 by Matt Sarett · 8 years ago
  64. 5869ea9 Fully remove coord transform precision code by Brian Osman · 8 years ago
  65. 18dfa98 Store the dst texture used by an XP in GrPipeline rather than in the XP. by Brian Salomon · 8 years ago
  66. b9c4a6f Refactor and recomment SkJumper_stages.cpp. by Mike Klein · 8 years ago
  67. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 8 years ago
  68. 2db3232 Fix Vulkan memory leak in MSAA by Greg Daniel · 8 years ago
  69. d531ca0 Use SkTransferFunctionBehavior in SkImageGenerator by Matt Sarett · 8 years ago
  70. 5b1dba8 Support parametric transfer functions in SkImage_Raster::onMakeColorSpace() by Matt Sarett · 8 years ago
  71. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 8 years ago
  72. b55dd55 Add SkThreadedBMPDevice for Threaded Raster Backend by Yuqian Li · 8 years ago
  73. 9442194 skslc now uses a more recent version of Flex by Ethan Nicholas · 8 years ago
  74. e684483 Avoid extra bitmap copies in SkColorSpaceXformCanvas by Matt Sarett · 8 years ago
  75. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 8 years ago
  76. dffe982 Revert "Revert "Revert "Allow FPs to elevate default precision for the entire fragment program""" by Brian Osman · 8 years ago
  77. 84c009f Remove kAsIs_CachedFormat by Brian Osman · 8 years ago
  78. b7bf09c jumper, drop Android NDK dependency by Mike Klein · 8 years ago
  79. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 8 years ago
  80. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 8 years ago
  81. ec61785 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Mike Klein · 8 years ago
  82. 65c74f1 Revert of fix size check for drawBitmap fast-path in SkBitmapDevice::drawBitmapRect (patchset #2 id:20001 of https://codereview.chromium.org/2089583002/ ) by mtklein · 8 years ago
  83. d58f040 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 8 years ago
  84. c8c1760 switched skslc to_string strategy after repeated problems on Android by Ethan Nicholas · 8 years ago
  85. 8cc718a added missing <inttypes.h> include by Ethan Nicholas · 8 years ago
  86. ea9bc0c Fix the size check for the drawBitmap fast-path in SkBitmapDevice::drawBitmapRect. It would fail when the source rectangle had a non-zero offset, in which case it would compare the source rectangle with the offset to the extracted bitmap size, which always fails. The only thing that should matter is that the source rectangle and extract bitmap have the same size, since the offset gets added onto the matrix. by lsalzman · 8 years ago
  87. ec53c63 Revert "Revert "Allow FPs to elevate default precision for the entire fragment program"" by Brian Osman · 8 years ago
  88. c6f5e10 fixed SPIR-V compilation error with unmodified variables by Ethan Nicholas · 8 years ago
  89. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 8 years ago
  90. f809fef jumper, a couple simple loads and stores by Mike Klein · 8 years ago
  91. 15bf678 jumper, only ignore red zone on Windows by Mike Klein · 8 years ago
  92. 903c3f7 Revert "Allow FPs to elevate default precision for the entire fragment program" by Brian Osman · 8 years ago
  93. 61b8416 jumper, caught up on blend modes by Mike Klein · 8 years ago
  94. ebf5acc Remove compiler bug workaround by Brian Osman · 8 years ago
  95. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 8 years ago
  96. 43e5fd3 make build_stages a little less mtklein-centric by Mike Klein · 8 years ago
  97. f7a7261 Add tracking of unique proxyID beside unique renderTargetID in auditTrail and clearOp by Robert Phillips · 8 years ago
  98. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 8 years ago
  99. 92d7cca Allow FPs to elevate default precision for the entire fragment program by Brian Osman · 8 years ago
  100. 2e491a6 clean up (partially) colortable api by Mike Reed · 8 years ago