1. 7b670db Remove setFromPaint from GrPipelineBuilder by joshualitt · 9 years ago
  2. 4f6dc52 Trivial cleanup of copying GrPipelineBuilder by joshualitt · 9 years ago
  3. 1c84634 add runtime option to provide data->imagegenerator factory by reed · 9 years ago
  4. 3547505 Add RAII for other types of locks. Change SkGlyphCache_Globals to by herb · 9 years ago
  5. 9df4659 Remove init function from GrTextContext.h by joshualitt · 9 years ago
  6. 828877d Outline SkSpinlock::acquire(). by mtklein · 9 years ago
  7. af4edf9 Change to use mean and to use stderr. by herb · 9 years ago
  8. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  9. cc29d26 Have nanobench pay attention to --threads. by mtklein · 9 years ago
  10. 5315fd4 Remove SkImageGenerator pieces only for SkCodec. by scroggo · 9 years ago
  11. d17a329 Add normal map sample by jvanverth · 9 years ago
  12. ef46468 Temporarily suppress valgrind errors in tip of tree libjpeg-turbo by msarett · 9 years ago
  13. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  14. 72394ef Do not try to compile x86 and x86_64 .asm files on Android by msarett · 9 years ago
  15. 2cdec31 YUV to RGB Texture threading GrProcessorDataManager by joshualitt · 9 years ago
  16. 8d3f7bd doc: more changes by halcanary · 9 years ago
  17. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  18. 426388e Revert of Add normal map sample (patchset #6 id:100001 of https://codereview.chromium.org/1212813009/) by robertphillips · 9 years ago
  19. 0067ff5 fix up test create functions by joshualitt · 9 years ago
  20. 8e0da72 Add normal map sample by jvanverth · 9 years ago
  21. 0007bde SkAdvancedTypefaceMetrics zeroing constructor by halcanary · 9 years ago
  22. 3ba043f Remove another assertion that a reference is non-null. by dcheng · 9 years ago
  23. 4f3ad29 disabled GrAALinearizingConvexRenderer for now by ethannicholas · 9 years ago
  24. 8179341 add ability to get FBO ID to Surface by joshualitt · 9 years ago
  25. 3c06511 Add image->bitmap by reed · 9 years ago
  26. 37fffc6 doc: embed fiddle by halcanary · 9 years ago
  27. 21217ab Remove SkImage::NewFromBitmap encoded data helper by fmalita · 9 years ago
  28. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  29. 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
  30. 5f0b0ad doc: add instructions to capture a `.skp` from chromium by halcanary · 9 years ago
  31. 8de8180 Add gradle wrappers for Android app builds by djsollen · 9 years ago
  32. 3aa0fb4 Use the upstream version of libwebp, v0.4.3. by scroggo · 9 years ago
  33. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  34. 60c0475 Add tools/flatten to flatten nested pictures in .skps. by mtklein · 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. 711a245 DM runs more than 100k tests now. by mtklein · 9 years ago
  38. eedc334 Fix leak in PictureTest.cpp by mtklein · 9 years ago
  39. 2cff176 More threading of GrShaderDataManager by joshualitt · 9 years ago
  40. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  41. cc97ece Add SK_API to GrSurface by bsalomon · 9 years ago
  42. 3840846 DM: swizzle BGRA to RGBA before calculating pixel MD5. by mtklein · 9 years ago
  43. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  44. 2f19b55 Remove &glyph from SkASSERT. by dcheng · 9 years ago
  45. fc95be1 fix pathops battle test by caryclark · 9 years ago
  46. f7b54cd Add check that Dwrite glyph fits in unicode table. by wfh · 9 years ago
  47. eeff8bb Allow reset of the SkPictureRecorder cull rect and other parameters during endRecording. by schenney · 9 years ago
  48. 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
  49. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  50. 8e0c150 Propagate SkSurfaceProps when known by robertphillips · 9 years ago
  51. a8db728 add matrix options to drawDrawable by reed · 9 years ago
  52. 31dc1b2 style nit cleanups. e.g. remove 'virtual' on override declarations by robertphillips · 9 years ago
  53. d2baa90 Make sp- via support SkDrawables; add a GM to test it. by mtklein · 9 years ago
  54. 1c8a587 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  55. 5617900 add SkImage::NewFromBitmap by reed · 9 years ago
  56. 6f29a3c Revert of Revert of Fixing libpng transform use (patchset #1 id:1 of https://codereview.chromium.org/1213743004/) by scroggo · 9 years ago
  57. 07abbbe Fix up SkMatrix::isFinite call by robertphillips · 9 years ago
  58. 27c8eb8 When three or more edges are coincident, the logic needs by caryclark · 9 years ago
  59. 334e588 Add nanobench-style JSON output to llvm_coverage_run by borenet · 9 years ago
  60. d390110 Use kLow_SkFilterQuality in DrawBitmapAABench by fmalita · 9 years ago
  61. 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
  62. 11271fe Add scripts for running LLVM coverage by borenet · 9 years ago
  63. f0ebdd7 Add a bench for measuring drawBitmap anti-aliasing overhead by fmalita · 9 years ago
  64. 20c07e1 Update SKP version by skia.buildbots · 9 years ago
  65. 759373a add colortable param to newrastercopy by reed · 9 years ago
  66. dca20ce explicitly bump legacy genID on gpu surface by reed · 9 years ago
  67. 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
  68. 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
  69. 94a2fbc Revert of Switch SkJpegCode to libjpeg-turbo (patchset #29 id:750001 of https://codereview.chromium.org/1180983002/) by jvanverth · 9 years ago
  70. 6c90e09 Revert of Fixing libpng transform use (patchset #5 id:80001 of https://codereview.chromium.org/1214203005/) by jvanverth · 9 years ago
  71. f1b44cb Revert of Fix libjpeg-turbo deps file (patchset #2 id:2 of https://codereview.chromium.org/1216303007/) by jvanverth · 9 years ago
  72. 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
  73. eeef46d Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  74. 4380f06 Fix libjpeg-turbo deps file by Matt Sarett · 9 years ago
  75. 42126db whitespace by Matt Sarett · 9 years ago
  76. 9693037 This change: by emmaleer · 9 years ago
  77. 40141b5 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  78. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  79. 64b4c78 Add support for drawBitmapRect() to SkMiniRecorder. by mtklein · 9 years ago
  80. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago
  81. aa2a7de Revert of Switch SkJpegCode to libjpeg-turbo (patchset #28 id:710001 of https://codereview.chromium.org/1180983002/) by msarett · 9 years ago
  82. a760942 Don't cap num_cores at 32 on 32-bit Windows. by mtklein · 9 years ago
  83. 74a07db cleanup GLBenches by joshualitt · 9 years ago
  84. e9e3ee3 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  85. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  86. ebaf6a6 Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #2 id:30001 of https://codereview.chromium.org/1210053003/) by bsalomon · 9 years ago
  87. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago
  88. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  89. bd929d9 fix for angle by joshualitt · 9 years ago
  90. d711d11 Thread through a flag to force SkPicture::playback() when recording subpictures. by mtklein · 9 years ago
  91. c0e80c1 In the case of subset decodes, we will often not decode to by msarett · 9 years ago
  92. f06c389 Benchmark to test cost for additional vertex attributes by joshualitt · 9 years ago
  93. 8b2b380 Fix dm failures after Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  94. cfe62e3 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  95. 19fb80e Revert of Skip SkSharedMutexMultiThreaded test on TSAN bot while investigating. (patchset #1 id:1 of https://codereview.chromium.org/1213033003/) by herb · 9 years ago
  96. dec1afc Add annotations to SkSharedMutex. by herb · 9 years ago
  97. a8d4559 Fix infinite matrix during an invert. by vmpstr · 9 years ago
  98. 7f6283b Fix CodecSubset benches seg faults for kIndex8 by msarett · 9 years ago
  99. d3e259a Add SkSurface factory for wrapping an FBO in SkSurface by bsalomon · 9 years ago
  100. c49e868 Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle by bsalomon · 9 years ago