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. 1891863 refactor code to apply the croprect by reed · 9 years ago
  5. e8d21e8 Make readpixels work on GrTextures by bsalomon · 9 years ago
  6. c83a297 have canvas send discard instead of retain if the draw would overwrite everything by reed · 9 years ago
  7. 767d273 Replace buggy_blend_modes GM with an exhaustive test. by mtklein · 9 years ago
  8. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  9. e8c5666 Very tiny paths are subsumed by the Convexicator by caryclark · 9 years ago
  10. 3df1e21 Another trivial cleanup by joshualitt · 9 years ago
  11. 6bb6d40 Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  12. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  13. 6968428 Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) by joshualitt · 9 years ago
  14. 3d32d76 Add new SkPoint3 class by robertphillips · 9 years ago
  15. 52e7657 Another trivial cleanup by joshualitt · 9 years ago
  16. 5e6ba21 Modify GrClipMaskManager to reflect logical constness by joshualitt · 9 years ago
  17. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  18. 9b2cdbf Allow creating multiple scanline decoders. by scroggo · 9 years ago
  19. 5ce8b43 Fix componene debug build failure in chromium by dongseong.hwang · 9 years ago
  20. 5b4f05f Move GrProcessorDataManager to GrMemoryPool by joshualitt · 9 years ago
  21. d7c05bf remove getter for imagegenerator factory, update test by reed · 9 years ago
  22. ac09471 Create a template AutoTAcquire, and specialize an SkMutex version. by herb · 9 years ago
  23. 7b670db Remove setFromPaint from GrPipelineBuilder by joshualitt · 9 years ago
  24. 1c84634 add runtime option to provide data->imagegenerator factory by reed · 9 years ago
  25. 828877d Outline SkSpinlock::acquire(). by mtklein · 9 years ago
  26. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  27. 5315fd4 Remove SkImageGenerator pieces only for SkCodec. by scroggo · 9 years ago
  28. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  29. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  30. 0067ff5 fix up test create functions by joshualitt · 9 years ago
  31. 8179341 add ability to get FBO ID to Surface by joshualitt · 9 years ago
  32. 3c06511 Add image->bitmap by reed · 9 years ago
  33. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  34. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  35. b245605 more threading of GrShaderDataManager by joshualitt · 9 years ago
  36. 85ff25e Thread GrShaderDataManager through Image filters by joshualitt · 9 years ago
  37. 2cff176 More threading of GrShaderDataManager by joshualitt · 9 years ago
  38. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  39. cc97ece Add SK_API to GrSurface by bsalomon · 9 years ago
  40. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  41. eeff8bb Allow reset of the SkPictureRecorder cull rect and other parameters during endRecording. by schenney · 9 years ago
  42. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  43. a8db728 add matrix options to drawDrawable by reed · 9 years ago
  44. 31dc1b2 style nit cleanups. e.g. remove 'virtual' on override declarations by robertphillips · 9 years ago
  45. 5617900 add SkImage::NewFromBitmap by reed · 9 years ago
  46. 07abbbe Fix up SkMatrix::isFinite call by robertphillips · 9 years ago
  47. d312dca Revert of Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #1 id:1 of https://codereview.chromium.org/1207353004/) by robertphillips · 9 years ago
  48. 759373a add colortable param to newrastercopy by reed · 9 years ago
  49. 8355100 Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #1 id:1 of https://codereview.chromium.org/1219193002/) by jvanverth · 9 years ago
  50. 2853fe4 Revert of Implement support for CHROMIUM_path_rendering pseudo extension (patchset #4 id:60001 of https://codereview.chromium.org/1192663002/) by jvanverth · 9 years ago
  51. 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
  52. eeef46d Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  53. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  54. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago
  55. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  56. ebaf6a6 Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #2 id:30001 of https://codereview.chromium.org/1210053003/) by bsalomon · 9 years ago
  57. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago
  58. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  59. d711d11 Thread through a flag to force SkPicture::playback() when recording subpictures. by mtklein · 9 years ago
  60. c0e80c1 In the case of subset decodes, we will often not decode to by msarett · 9 years ago
  61. cfe62e3 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  62. a8d4559 Fix infinite matrix during an invert. by vmpstr · 9 years ago
  63. d3e259a Add SkSurface factory for wrapping an FBO in SkSurface by bsalomon · 9 years ago
  64. c49e868 Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle by bsalomon · 9 years ago
  65. 439f23e Revert of Cleanup legacy NVPR-related definitions (patchset #4 id:60001 of https://codereview.chromium.org/1177243004/) by jvanverth · 9 years ago
  66. e35b5d9 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  67. 3fdde4e Remove old iOS porting files. by bungeman · 9 years ago
  68. fa5e68e add getTextureHandle to SkSurface by reed · 9 years ago
  69. 5800155 add drawArraysInstanced to caps by joshualitt · 9 years ago
  70. d24955a Make SkPaint::glyphsToUnichars use explicit SkSurfaceProps by robertphillips · 9 years ago
  71. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  72. cdb42bb Revert of Revert of remove SK_SUPPORT_LEGACY_PATHOP_ENUMS (patchset #1 id:1 of https://codereview.chromium.org/1203983003/) by reed · 9 years ago
  73. 157bcd0 Fix SkTileImageFilter clipping/cropRect interaction issue by robertphillips · 9 years ago
  74. 0e72b7e add/fix copyrights by reed · 9 years ago
  75. 4c21dc5 add drawImageNine by reed · 9 years ago
  76. 538bacb Revert of Cleanup legacy NVPR-related definitions (patchset #3 id:40001 of https://codereview.chromium.org/1177243004/) by fmalita · 9 years ago
  77. fb8d688 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  78. 47c1ccb Revert of remove workaround for dx9 angle slow rgba pixel ops (patchset #1 id:1 of https://codereview.chromium.org/1207003002/) by bsalomon · 9 years ago
  79. 1e1adc3 remove workaround for dx9 angle slow rgba pixel ops by bsalomon · 9 years ago
  80. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  81. ba9a4aa Revert of remove SK_SUPPORT_LEGACY_PATHOP_ENUMS (patchset #1 id:1 of https://codereview.chromium.org/1200323005/) by scroggo · 9 years ago
  82. 1b8e1b5 Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  83. 8bcc7a0 remove SK_SUPPORT_LEGACY_PATHOP_ENUMS by reed · 9 years ago
  84. af4b233 remove SK_SUPPORT_LEGACY_FILTERLEVEL_ENUM by reed · 9 years ago
  85. 56b73fc remove (legacy) NewFromData by reed · 9 years ago
  86. 74f681d Make SkGpuDevice know its alpha type by bsalomon · 9 years ago
  87. d416a5b Implement SkGLContext swapBuffers with fence syncs by cdalton · 9 years ago
  88. b607767 Revert of Refactor GrBufferAllocPools to use resource cache (patchset #15 id:280001 of https://codereview.chromium.org/1139753002/) by robertphillips · 9 years ago
  89. e582a5a remove SK_SUPPORT_LEGACY_OPTIONLESS_GET_PIXELS by reed · 9 years ago
  90. b3fe1b8 more tests for offsetimagefilter by reed · 9 years ago
  91. e935f1a Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  92. 591a2ca Stop using the NVPR glyph loading functionality by kkinnunen · 9 years ago
  93. 3fef728 Fix indirect use of defined() directive by tomhudson · 9 years ago
  94. 702edbd Propagate SkSurfaceProps to more call sites by robertphillips · 9 years ago
  95. 871872f change old picture serialization to really handle images by reed · 9 years ago
  96. efbffed Clean up usage of SkSurfaceProps by robertphillips · 9 years ago
  97. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  98. 4854d13 Remove distance field flag from SkPaint by jvanverth · 9 years ago
  99. 7b05ff1 Rename all things "leaky" in SkDevice by robertphillips · 9 years ago
  100. fcf7829 remove SkDeviceProperties by robertphillips · 9 years ago