1. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  2. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  3. ed7cf27 Now that the SkImageFilter::CropRect crop edges refer to by senorblanco · 9 years ago
  4. 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
  5. b6b0a6e Remove rt flags that are not necessary by bsalomon · 9 years ago
  6. e8d21e8 Make readpixels work on GrTextures by bsalomon · 9 years ago
  7. 3e5f555 Various GL testing fixes by jvanverth · 9 years ago
  8. 767d273 Replace buggy_blend_modes GM with an exhaustive test. by mtklein · 9 years ago
  9. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  10. 91e51cb Fix leak in Android FontMgr test. by bungeman · 9 years ago
  11. eeb8d99 Only run test_wrapped_resources() when GL is active by jvanverth · 9 years ago
  12. 2ecc000 Preserve SKP cullrects on deserialization by fmalita · 9 years ago
  13. e8c5666 Very tiny paths are subsumed by the Convexicator by caryclark · 9 years ago
  14. 5ca41c1 Remove GrRedBlackTree by joshualitt · 9 years ago
  15. 8895792 Rename backing texture testing routines by jvanverth · 9 years ago
  16. 4be181e 3-15% speedup to HardLight / Overlay xfermodes. by mtklein · 9 years ago
  17. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  18. 3d32d76 Add new SkPoint3 class by robertphillips · 9 years ago
  19. e20633e Add a GM that reproduces layout test failures with my new xfermode code. by mtklein · 9 years ago
  20. 24d2a7b Fix for partially-specified crop rects. by senorblanco · 9 years ago
  21. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  22. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  23. 3989205 remove some unused stuff by joshualitt · 9 years ago
  24. 9b2cdbf Allow creating multiple scanline decoders. by scroggo · 9 years ago
  25. 139491f Use the upstream version of libwebp, v0.4.3. by scroggo · 9 years ago
  26. ea561bf Fix SkImage::asLegacyBitmap() rowBytes assert by fmalita · 9 years ago
  27. 694307c Let's not leak this SkData. by mtklein · 9 years ago
  28. d7c05bf remove getter for imagegenerator factory, update test by reed · 9 years ago
  29. 1c84634 add runtime option to provide data->imagegenerator factory by reed · 9 years ago
  30. 5315fd4 Remove SkImageGenerator pieces only for SkCodec. by scroggo · 9 years ago
  31. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  32. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  33. 0067ff5 fix up test create functions by joshualitt · 9 years ago
  34. 8179341 add ability to get FBO ID to Surface by joshualitt · 9 years ago
  35. 3c06511 Add image->bitmap by reed · 9 years ago
  36. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  37. 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
  38. 3aa0fb4 Use the upstream version of libwebp, v0.4.3. by scroggo · 9 years ago
  39. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  40. eedc334 Fix leak in PictureTest.cpp by mtklein · 9 years ago
  41. 2cff176 More threading of GrShaderDataManager by joshualitt · 9 years ago
  42. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  43. fc95be1 fix pathops battle test by caryclark · 9 years ago
  44. eeff8bb Allow reset of the SkPictureRecorder cull rect and other parameters during endRecording. by schenney · 9 years ago
  45. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  46. 5617900 add SkImage::NewFromBitmap by reed · 9 years ago
  47. 27c8eb8 When three or more edges are coincident, the logic needs by caryclark · 9 years ago
  48. 759373a add colortable param to newrastercopy by reed · 9 years ago
  49. dca20ce explicitly bump legacy genID on gpu surface by reed · 9 years ago
  50. 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
  51. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  52. c0e80c1 In the case of subset decodes, we will often not decode to by msarett · 9 years ago
  53. a8d4559 Fix infinite matrix during an invert. by vmpstr · 9 years ago
  54. d3e259a Add SkSurface factory for wrapping an FBO in SkSurface by bsalomon · 9 years ago
  55. 09b2c93 augment surface tests to check legacy genID by reed · 9 years ago
  56. c782b2a Implement shared locks in the style of pthread's rwlock. by herb · 9 years ago
  57. 218f21a don't fix winding for empty paths by caryclark · 9 years ago
  58. fa5e68e add getTextureHandle to SkSurface by reed · 9 years ago
  59. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  60. f9ad558 Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of https://codereview.chromium.org/1211123004/) by reed · 9 years ago
  61. 1852ec2 Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https://codereview.chromium.org/1207393002/) by reed · 9 years ago
  62. b6d93ea Return GrGLContext from GrTestTarget by joshualitt · 9 years ago
  63. e9a3e3c Convert SkPMFloat to [0,1] range and prune its API. by mtklein · 9 years ago
  64. 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
  65. c530854 Rename SkFontConfigParser_android SkFontMgr_android_parser. by bungeman · 9 years ago
  66. 702edbd Propagate SkSurfaceProps to more call sites by robertphillips · 9 years ago
  67. 871872f change old picture serialization to really handle images by reed · 9 years ago
  68. efbffed Clean up usage of SkSurfaceProps by robertphillips · 9 years ago
  69. 059ac00 Update some Sk4px APIs. by mtklein · 9 years ago
  70. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  71. 20eee3f Added check for ill-conditioned invert by robertphillips · 9 years ago
  72. 7ab04d9 remove dead guarded code for legacy SkData proc by reed · 9 years ago
  73. de49988 add callbacks to Images that wrap client-provided content by reed · 9 years ago
  74. 6f5e619 Add SkWebpCodec, for decoding .webp images. by scroggo · 9 years ago
  75. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  76. d49f48d Add test for SkRegion::writeToMemory. by scroggo · 9 years ago
  77. 00b621c Add sk_parallel_for() by mtklein · 9 years ago
  78. 6b7f34e simplify release-proc for SkData, removing unneeded size param by reed · 9 years ago
  79. 446ee67 skia: Add runtime option to disable picture IO security precautions by hendrikw · 9 years ago
  80. 7a61793 Don't clear in SkSurface::NewWrappedRenderTarget by bsalomon · 9 years ago
  81. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  82. 3747875 Thorough tests for saturatedAdd and mulDiv255Round. by mtklein · 9 years ago
  83. b1bbca8 Revert of Thorough tests for saturatedAdd and mulDiv255Round. (patchset #1 id:1 of https://codereview.chromium.org/1184113003/) by mtklein · 9 years ago
  84. da5469d Invalidate GrTexture mipmap on content change notification by junov · 9 years ago
  85. ce9d111 Thorough tests for saturatedAdd and mulDiv255Round. by mtklein · 9 years ago
  86. 626e1ff Import functionality for new GL backend by cdalton · 9 years ago
  87. 1fe1858 Revert of Import functionality for new GL backend (patchset #2 id:20001 of https://codereview.chromium.org/1185573003/) by djsollen · 9 years ago
  88. 202c4c7 Import functionality for new GL backend by cdalton · 9 years ago
  89. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  90. 026beb5 SkPath::Direction serves two masters: by reed · 9 years ago
  91. f2fe0e0 Remove overly-promiscuous SkNx syntax sugar. by mtklein · 9 years ago
  92. 5581236 Towards removing getTexture() on SkImage by bsalomon · 9 years ago
  93. 5195805 Use SkMScalar as float by default to match Chromium. by mtklein · 9 years ago
  94. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  95. 1831f99 A bunch of little SkMScalar-as-float build fixes. by mtklein · 9 years ago
  96. 2c55d7b remove subclassing from ImageFilter::Proxy by reed · 9 years ago
  97. b3f0ec9 Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (patchset #6 id:100001 of https://codereview.chromium.org/1148793007/) by reed · 9 years ago
  98. 86ae0a9 Add mixed samples support to XPs by cdalton · 9 years ago
  99. c31af44 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  100. 726cf90 Add cmap 3,0 (symbol) as Unicode fallback. by bungeman · 9 years ago