1. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  2. 330bb95 No longer using non-antialiased fast path for lines when antialiasing is on. by ethannicholas · 9 years ago
  3. 9ec0d43 Removing GrTemplates.h by joshualitt · 9 years ago
  4. 73d5de5 Cleanup of GrFontDescKey by joshualitt · 9 years ago
  5. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  6. ac66a81 Revert of Add fast normalize for SkLightingImageFilter. (patchset #2 id:20001 of https://codereview.chromium.org/1240023002/) by reed · 9 years ago
  7. ed7cf27 Now that the SkImageFilter::CropRect crop edges refer to by senorblanco · 9 years ago
  8. 1891863 refactor code to apply the croprect by reed · 9 years ago
  9. dfa0ecf Add fast normalize for SkLightingImageFilter. by jvanverth · 9 years ago
  10. 8cab9a7 All batches do their own pipeline compare by joshualitt · 9 years ago
  11. e8d21e8 Make readpixels work on GrTextures by bsalomon · 9 years ago
  12. dbe1e6f Give GrBatch a pointer to GrPipeline by joshualitt · 9 years ago
  13. 3e5f555 Various GL testing fixes by jvanverth · 9 years ago
  14. c83a297 have canvas send discard instead of retain if the draw would overwrite everything by reed · 9 years ago
  15. 0df62e3 Revert of Give GrBatch a pointer to GrPipeline (patchset #1 id:1 of https://codereview.chromium.org/1237283007/) by joshualitt · 9 years ago
  16. 1170a12 Give GrBatch a pointer to GrPipeline by joshualitt · 9 years ago
  17. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  18. af51e04 rename utility to see if a paint will overwrite its pixels by reed · 9 years ago
  19. b4d40ef Don't upload texture smaller than the min texture size when stretching a bmp up to a POT by bsalomon · 9 years ago
  20. fd9a6a2 Fix undefined behavior. by herb · 9 years ago
  21. dc77b35 Optimize RGB16 blitV functions with NEON for ARM platform. by yang.zhang · 9 years ago
  22. 44cf62c Fix buggy blend modes. by mtklein · 9 years ago
  23. 2ecc000 Preserve SKP cullrects on deserialization by fmalita · 9 years ago
  24. e8c5666 Very tiny paths are subsumed by the Convexicator by caryclark · 9 years ago
  25. 5ca41c1 Remove GrRedBlackTree by joshualitt · 9 years ago
  26. 8895792 Rename backing texture testing routines by jvanverth · 9 years ago
  27. 3df1e21 Another trivial cleanup by joshualitt · 9 years ago
  28. ab51cbd Disable optimization as HWUI does not yet support color shaders. by djsollen · 9 years ago
  29. 6bb6d40 Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  30. 4be181e 3-15% speedup to HardLight / Overlay xfermodes. by mtklein · 9 years ago
  31. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  32. bfd9ee6 Fix typo in non-SIMD Sk4f::thenElse(). by mtklein · 9 years ago
  33. 6968428 Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) by joshualitt · 9 years ago
  34. 3d32d76 Add new SkPoint3 class by robertphillips · 9 years ago
  35. 52e7657 Another trivial cleanup by joshualitt · 9 years ago
  36. 690fc75 Get rid of GrMurmur3Hash by joshualitt · 9 years ago
  37. 24d2a7b Fix for partially-specified crop rects. by senorblanco · 9 years ago
  38. 4421a4c small cleanups after fixing const of GrPipelineBuilder on DrawTarget by joshualitt · 9 years ago
  39. 2419b36 Add GrNonAtomicRef by joshualitt · 9 years ago
  40. b031fcf reenabled GrAALinearizingConvexPathRenderer, but only for stroked paths by ethannicholas · 9 years ago
  41. ae3d63a ovals now take a const GrPipelineBuilder by joshualitt · 9 years ago
  42. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  43. 5e6ba21 Modify GrClipMaskManager to reflect logical constness by joshualitt · 9 years ago
  44. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  45. 39a24f2 Revert of Bilinear optimization for 1D convolution. (patchset #5 id:200001 of https://codereview.chromium.org/1216623003/) by scroggo · 9 years ago
  46. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  47. 4598fc3 Use SK_DECLARE_STATIC_MUTEX for global mutex. by mtklein · 9 years ago
  48. bd3e8cb Cleanup skia test harness due to changes to DisplayListCanvas by Derek Sollenberger · 9 years ago
  49. 91abe10 Bilinear optimization for 1D convolution. by ericrk · 9 years ago
  50. 3989205 remove some unused stuff by joshualitt · 9 years ago
  51. d0f4173 add option to use global mutex-lock in mac-scalercontext by reed · 9 years ago
  52. 9b2cdbf Allow creating multiple scanline decoders. by scroggo · 9 years ago
  53. f9c5db2 Trivial cleanup by joshualitt · 9 years ago
  54. 416e14f fix for valgrind issue by joshualitt · 9 years ago
  55. 21cea72 Changing name of has_transpareny_in_palette to has_transparency_in_tRNS by emmaleer · 9 years ago
  56. 5b4f05f Move GrProcessorDataManager to GrMemoryPool by joshualitt · 9 years ago
  57. 9764c40 Workaround for blacklist KHR_blend_equation_advanced on ARM GPU by joel.liang · 9 years ago
  58. ea561bf Fix SkImage::asLegacyBitmap() rowBytes assert by fmalita · 9 years ago
  59. d7c05bf remove getter for imagegenerator factory, update test by reed · 9 years ago
  60. 7b670db Remove setFromPaint from GrPipelineBuilder by joshualitt · 9 years ago
  61. 4f6dc52 Trivial cleanup of copying GrPipelineBuilder by joshualitt · 9 years ago
  62. 1c84634 add runtime option to provide data->imagegenerator factory by reed · 9 years ago
  63. 3547505 Add RAII for other types of locks. Change SkGlyphCache_Globals to by herb · 9 years ago
  64. 9df4659 Remove init function from GrTextContext.h by joshualitt · 9 years ago
  65. 828877d Outline SkSpinlock::acquire(). by mtklein · 9 years ago
  66. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  67. 5315fd4 Remove SkImageGenerator pieces only for SkCodec. by scroggo · 9 years ago
  68. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  69. 2cdec31 YUV to RGB Texture threading GrProcessorDataManager by joshualitt · 9 years ago
  70. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  71. 0067ff5 fix up test create functions by joshualitt · 9 years ago
  72. 0007bde SkAdvancedTypefaceMetrics zeroing constructor by halcanary · 9 years ago
  73. 3ba043f Remove another assertion that a reference is non-null. by dcheng · 9 years ago
  74. 4f3ad29 disabled GrAALinearizingConvexRenderer for now by ethannicholas · 9 years ago
  75. 8179341 add ability to get FBO ID to Surface by joshualitt · 9 years ago
  76. 3c06511 Add image->bitmap by reed · 9 years ago
  77. 21217ab Remove SkImage::NewFromBitmap encoded data helper by fmalita · 9 years ago
  78. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  79. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  80. b245605 more threading of GrShaderDataManager by joshualitt · 9 years ago
  81. 85ff25e Thread GrShaderDataManager through Image filters by joshualitt · 9 years ago
  82. 2cff176 More threading of GrShaderDataManager by joshualitt · 9 years ago
  83. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  84. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  85. 2f19b55 Remove &glyph from SkASSERT. by dcheng · 9 years ago
  86. fc95be1 fix pathops battle test by caryclark · 9 years ago
  87. f7b54cd Add check that Dwrite glyph fits in unicode table. by wfh · 9 years ago
  88. eeff8bb Allow reset of the SkPictureRecorder cull rect and other parameters during endRecording. by schenney · 9 years ago
  89. 0dacc67 When GrAAConvesTesselator was merging the first and last point of the array, it was deleting the last point without checking to see if any of the previous points shared the same index. This led to continuing to use the index of a deleted point and thus referencing memory past the end of the vertex array. by ethannicholas · 9 years ago
  90. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  91. 8e0c150 Propagate SkSurfaceProps when known by robertphillips · 9 years ago
  92. a8db728 add matrix options to drawDrawable by reed · 9 years ago
  93. 31dc1b2 style nit cleanups. e.g. remove 'virtual' on override declarations by robertphillips · 9 years ago
  94. d2baa90 Make sp- via support SkDrawables; add a GM to test it. by mtklein · 9 years ago
  95. 1c8a587 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  96. 5617900 add SkImage::NewFromBitmap by reed · 9 years ago
  97. 6f29a3c Revert of Revert of Fixing libpng transform use (patchset #1 id:1 of https://codereview.chromium.org/1213743004/) by scroggo · 9 years ago
  98. 07abbbe Fix up SkMatrix::isFinite call by robertphillips · 9 years ago
  99. 27c8eb8 When three or more edges are coincident, the logic needs by caryclark · 9 years ago
  100. 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