1. 99f567e Scanline decoding for wbmp by msarett · 9 years ago
  2. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  3. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  4. 9f8754f Remove experimental/PdfViewer by halcanary · 9 years ago
  5. 84cd621 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 9 years ago
  6. 1c005e4 Create a scanline decoder without creating a codec by scroggo · 9 years ago
  7. 562a66b Revert "Implement caching of filled paths in the tessellated path renderer." by mtklein · 9 years ago
  8. 6f1216a cache private readback for gpu-images by reed · 9 years ago
  9. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  10. c369348 Fix SkData leaks at GrResourceKey::setCustomData() call sites. by Stephen White · 9 years ago
  11. b001c41 Fix resource cache test. by Stephen White · 9 years ago
  12. 468dfa7 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 9 years ago
  13. d45fb5a Add BW masks to random scaler context by joshualitt · 9 years ago
  14. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  15. 7568d0b C API: add sk_xfermode.h, impl, test by halcanary · 9 years ago
  16. 65e96b4 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  17. bdc91a7 Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset #3 id:40001 of https://codereview.chromium.org/1266003002/) by joshualitt · 9 years ago
  18. adcdca8 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  19. 0aff2fa Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext. by bsalomon · 9 years ago
  20. 02d91d1 lock pixels in image when bitmap is immutable and not-lazy by reed · 9 years ago
  21. 80c772b unify pixelref and image ID space, so we can share IDs when we share pixels by reed · 9 years ago
  22. 16921ec SRGB read and write pixels working and unit test by bsalomon · 9 years ago
  23. ef004e1 Remove SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONS by scroggo · 9 years ago
  24. 26e0e58 SkImage_Raster's pixels are always immutable. by reed · 9 years ago
  25. 3b2fb98 rewrite path.getBounds test to work-around compiler bug by reed · 9 years ago
  26. f067451 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  27. c3fb746 Revert of Move draw on upload decision in GrGpu (patchset #4 id:50001 of https://codereview.chromium.org/1257073003/) by bsalomon · 9 years ago
  28. 0341b44 Move draw on upload decision in GrGpu by bsalomon · 9 years ago
  29. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  30. 91f283b change getBounds to return 0000 iff there are zero points by reed · 9 years ago
  31. bb13433 compute split conic endpoints exactly by caryclark · 9 years ago
  32. 9a5d1ab Make peekPixels() usable with raster surface snapshots by fmalita · 9 years ago
  33. 4239fc2 Remove skia_arch_width, fold into skia_arch_type. by Brian Salomon · 9 years ago
  34. d434972 fix path ops fuzz buster by caryclark · 9 years ago
  35. a449779 Remove test of illegal behavior that modifies a texture backing an SkImage. by bsalomon · 9 years ago
  36. 29c6979 Update fallback rsqrt implementation to use optimal constants. by jvanverth · 9 years ago
  37. 11dfc8e Small tweak to TextBlobCacheTest by joshualitt · 9 years ago
  38. bedf7e5 fix memory leak in TextBlobCacheTest by joshualitt · 9 years ago
  39. 3982602 Attempt to somewhat simplify GrContext::readSurfacePixels interaction with GrGpu. by bsalomon · 9 years ago
  40. 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 9 years ago
  41. 404d9d6 Fix up textblobcachetest by joshualitt · 9 years ago
  42. b636b45 Add the ability to decode a subset to SkCodec by scroggo · 9 years ago
  43. 8c0144c Fix SkCanvas::wouldOverwriteEntireSurface() contains test by fmalita · 9 years ago
  44. e49109f adding unit test for textblob cache / GrBatchAtlas by joshualitt · 9 years ago
  45. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  46. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  47. ed7cf27 Now that the SkImageFilter::CropRect crop edges refer to by senorblanco · 9 years ago
  48. bea0150 Revert of Remove rt flags that are not necessary (patchset #1 id:1 of https://codereview.chromium.org/1226123012/) by bsalomon · 9 years ago
  49. b6b0a6e Remove rt flags that are not necessary by bsalomon · 9 years ago
  50. e8d21e8 Make readpixels work on GrTextures by bsalomon · 9 years ago
  51. 3e5f555 Various GL testing fixes by jvanverth · 9 years ago
  52. 767d273 Replace buggy_blend_modes GM with an exhaustive test. by mtklein · 9 years ago
  53. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  54. 91e51cb Fix leak in Android FontMgr test. by bungeman · 9 years ago
  55. eeb8d99 Only run test_wrapped_resources() when GL is active by jvanverth · 9 years ago
  56. 2ecc000 Preserve SKP cullrects on deserialization by fmalita · 9 years ago
  57. e8c5666 Very tiny paths are subsumed by the Convexicator by caryclark · 9 years ago
  58. 5ca41c1 Remove GrRedBlackTree by joshualitt · 9 years ago
  59. 8895792 Rename backing texture testing routines by jvanverth · 9 years ago
  60. 4be181e 3-15% speedup to HardLight / Overlay xfermodes. by mtklein · 9 years ago
  61. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  62. 3d32d76 Add new SkPoint3 class by robertphillips · 9 years ago
  63. e20633e Add a GM that reproduces layout test failures with my new xfermode code. by mtklein · 9 years ago
  64. 24d2a7b Fix for partially-specified crop rects. by senorblanco · 9 years ago
  65. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  66. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  67. 3989205 remove some unused stuff by joshualitt · 9 years ago
  68. 9b2cdbf4 Allow creating multiple scanline decoders. by scroggo · 9 years ago
  69. 139491f Use the upstream version of libwebp, v0.4.3. by scroggo · 9 years ago
  70. ea561bf Fix SkImage::asLegacyBitmap() rowBytes assert by fmalita · 9 years ago
  71. 694307c Let's not leak this SkData. by mtklein · 9 years ago
  72. d7c05bf remove getter for imagegenerator factory, update test by reed · 9 years ago
  73. 1c84634 add runtime option to provide data->imagegenerator factory by reed · 9 years ago
  74. 5315fd4 Remove SkImageGenerator pieces only for SkCodec. by scroggo · 9 years ago
  75. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  76. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  77. 0067ff5 fix up test create functions by joshualitt · 9 years ago
  78. 8179341 add ability to get FBO ID to Surface by joshualitt · 9 years ago
  79. 3c06511 Add image->bitmap by reed · 9 years ago
  80. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  81. c1d1dd7 Revert of Use the upstream version of libwebp, v0.4.3. (patchset #6 id:70001 of https://codereview.chromium.org/1178013008/) by scroggo · 9 years ago
  82. 3aa0fb4 Use the upstream version of libwebp, v0.4.3. by scroggo · 9 years ago
  83. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  84. eedc334 Fix leak in PictureTest.cpp by mtklein · 9 years ago
  85. 2cff176 More threading of GrShaderDataManager by joshualitt · 9 years ago
  86. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  87. fc95be1 fix pathops battle test by caryclark · 9 years ago
  88. eeff8bb Allow reset of the SkPictureRecorder cull rect and other parameters during endRecording. by schenney · 9 years ago
  89. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  90. 5617900 add SkImage::NewFromBitmap by reed · 9 years ago
  91. 27c8eb8 When three or more edges are coincident, the logic needs by caryclark · 9 years ago
  92. 759373a add colortable param to newrastercopy by reed · 9 years ago
  93. dca20ce explicitly bump legacy genID on gpu surface by reed · 9 years ago
  94. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  95. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  96. c0e80c1 In the case of subset decodes, we will often not decode to by msarett · 9 years ago
  97. a8d4559 Fix infinite matrix during an invert. by vmpstr · 9 years ago
  98. d3e259a Add SkSurface factory for wrapping an FBO in SkSurface by bsalomon · 9 years ago
  99. 09b2c93 augment surface tests to check legacy genID by reed · 9 years ago
  100. c782b2a Implement shared locks in the style of pthread's rwlock. by herb · 9 years ago