1. 4aa02d8 Fix SkGifCodec to handle gifs where frameSize != imageSize by msarett · 9 years ago
  2. 39e2e75 Remove duplicate .cpp which should have been a .h by herb · 9 years ago
  3. 2d70dcb Dynamically allocate the GrDrawContexts by robertphillips · 9 years ago
  4. b0cd8b7 [SkDebugger] Handle path empty-bounds gracefully by fmalita · 9 years ago
  5. 8d57faf Revert of Stop using SkScalerContext::getAdvance() in SkGlyphCache. (patchset #2 id:20001 of https://codereview.chromium.org/1321243004/ ) by mtklein · 9 years ago
  6. d120105 Make path range loading explicit by cdalton · 9 years ago
  7. cdd7907 Implement cached nvpr text blobs by cdalton · 9 years ago
  8. 02015e5 Use SkTextBlob for nvpr color bitmap fallbacks by cdalton · 9 years ago
  9. 3bd909a Add TextRun object to nvpr text by cdalton · 9 years ago
  10. cc7f305 SkScaledCodec should implement onRewind() by msarett · 9 years ago
  11. cb54e8e Cleanup timing state machine by joshualitt · 9 years ago
  12. 1562855 Add more .h files to the .gypi by herb · 9 years ago
  13. dc5db59 move visual bench interactive module to timing state machine by joshualitt · 9 years ago
  14. 92d976c Validate text blob runs after SkTextBlob construction. by fmalita · 9 years ago
  15. 2f5bb3a Add ship sample by jvanverth · 9 years ago
  16. 303fa35 Specify bench_type & source_type for image benches by scroggo · 9 years ago
  17. 1f7039c Pass --images '' to nanobench to disable image benchmarking. by mtklein · 9 years ago
  18. c00389e Fix gpu dashing for case where all intervals are 0. by egdaniel · 9 years ago
  19. 6f6264f Force cache SkTestScalerContext path bounds. by mtklein · 9 years ago
  20. 98d2e2f Factor out VisualBench timing code into a helper class by joshualitt · 9 years ago
  21. d8982d7 Revert of Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) (patchset #2 id:20001 of https://codereview.chromium.org/1378023004/ ) by robertphillips · 9 years ago
  22. af3fbfc SkImage doesn't use props, so don't need to store it by reed · 9 years ago
  23. 588b9ca Fix memory leak in ClipMaskManager by robertphillips · 9 years ago
  24. 5175b95 Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) by robertphillips · 9 years ago
  25. 1f7e7ec Update SKP version by update-skps · 9 years ago
  26. 7d5c950 Simplify nvpr text by cdalton · 9 years ago
  27. 19ae315 Stop calling jpeg_finish_decompress() by msarett · 9 years ago
  28. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  29. 65f7c9f SkPDF: remove suppression by halcanary · 9 years ago
  30. f6d259b Incrementally flush GrDrawTarget by joshualitt · 9 years ago
  31. 41518eb Fix CrOS SampleApp by jvanverth · 9 years ago
  32. 0737f61 Revert of Incrementally flush GrDrawTarget (patchset #8 id:130001 of https://codereview.chromium.org/1386463004/ ) by joshualitt · 9 years ago
  33. 44dcb8a Some iOS fixes to make SampleApp work better. by jvanverth · 9 years ago
  34. a7e8780 Incrementally flush GrDrawTarget by joshualitt · 9 years ago
  35. db9f664 Add work around for devices/API filters that claim GL_KHR_debug support but don't provide functions by bsalomon · 9 years ago
  36. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  37. 399dd05 Revert of Blacklist GLVertexAttributesBench and GLVec4ScalarBench for GalaxyS4 due to skia:4373 (patchset #1 id:1 of https://codereview.chromium.org/1375733003/ ) by joshualitt · 9 years ago
  38. b235168 S4 only has 8 texture units on the GLContext we create by joshualitt · 9 years ago
  39. b1ac52f Skia: Add Command Buffer support to Linux/Mac by hendrikw · 9 years ago
  40. 9442ab8 Reland of Blacklist GLVertexAttributesBench and GLVec4ScalarBench for GalaxyS4 due to skia:4373 (patchset #1 id:1 of https://codereview.chromium.org/1382933002/ ) by benjaminwagner · 9 years ago
  41. e14937e Update Android toolchains and streamline process. by mtklein · 9 years ago
  42. 60df542 Strip font name of special characters before dumping by ssid · 9 years ago
  43. 77a53de Base SkAutoTUnref on skstd::unique_ptr. by bungeman · 9 years ago
  44. 52f8deb Revert of Blacklist GLVertexAttributesBench and GLVec4ScalarBench for GalaxyS4 due to skia:4373 (patchset #1 id:1 of https://codereview.chromium.org/1365683003/ ) by joshualitt · 9 years ago
  45. c6f5cac Basic CPU support for VisualBench. by mtklein · 9 years ago
  46. b90de31 Fix for texture width or height are greater than 2^16 by joshualitt · 9 years ago
  47. d1d4460 add hard-coded limit for tmp allocations when HQ image scaling by reed · 9 years ago
  48. 3d8c33c SkPDF: ASAN fix: don't double ref new SkPDFBitmap objects by halcanary · 9 years ago
  49. f174e92 Update libwebp and resume testing scaled webp by scroggo · 9 years ago
  50. 4d06ae6 Enable image is opaque test seems to pass now by joshualitt · 9 years ago
  51. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  52. aa48d36 Fix drawVertices when there is a paint alpha by bsalomon · 9 years ago
  53. 5827653 Automatically add extra CQ trybots for predetermined paths by rmistry · 9 years ago
  54. 9806d4d Resolve TODOs in PRESUBMIT.py by rmistry · 9 years ago
  55. 4586334 Add overrides to SkAndroidSDKCanvas, update SkHwuiRenderer by tomhudson · 9 years ago
  56. 7a14b31 SkPDF: Implement drawImage*() properly by halcanary · 9 years ago
  57. 7bdd70a Fix for 2056 by joshualitt · 9 years ago
  58. 7b60c2c Revert of Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) (patchset #1 id:1 of https://codereview.chromium.org/1378023004/ ) by robertphillips · 9 years ago
  59. 3e77ba9 Implement stencil clipping in mixed sampled render targets by vbuzinov · 9 years ago
  60. 6634cbb Small DM cleanup by scroggo · 9 years ago
  61. 2d70bcc Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor) by robertphillips · 9 years ago
  62. 8b17dcb Avoid copies in SkMasks constructor by scroggo · 9 years ago
  63. f326029 Add some of my favorite headers to gyp. by herb · 9 years ago
  64. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  65. 8a6697a Fix for nexus 5 crashing in GL benches by joshualitt · 9 years ago
  66. 7fac5af Fix bug testing SkCodec for ICO by scroggo · 9 years ago
  67. 56c6a11 CMake for Windows by mtklein · 9 years ago
  68. 3a7701c Call rewindIfNeeded in SkCodec by scroggo · 9 years ago
  69. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  70. e2bcec3 fix for default path renderer draws harlines without bloating by joshualitt · 9 years ago
  71. f0c9865 Add support for light dumps in SkTraceMemoryDump interface. by ssid · 9 years ago
  72. b39abc4 remove unused helper function by reed · 9 years ago
  73. e4c1735 Unify ThreadID. by herb · 9 years ago
  74. b5d3263 try texture-maker to generalize stretching for npot and min-tex-size by reed · 9 years ago
  75. a5b0f03 cmake tweaks by mtklein · 9 years ago
  76. 242397a Revert of Implement SkImageFilter::Cache with SkResourceCache. (patchset #8 id:140001 of https://codereview.chromium.org/1370323002/ ) by mtklein · 9 years ago
  77. 75135d8 Implement SkImageFilter::Cache with SkResourceCache. by mtklein · 9 years ago
  78. 62a69c2 Move Mutexy things to private. by herb · 9 years ago
  79. 05302f8 Handle inverted rects in SkRRect creation methods by robertphillips · 9 years ago
  80. 3d09665 update memset16/32 inlining heuristics by mtklein · 9 years ago
  81. 03ba614 skia: roll ANGLE and remove compile flags by hendrikw · 9 years ago
  82. 966c2c3 Revert of By default purge resources that haven't been used for 64 flushes (patchset #5 id:80001 of https://codereview.chromium.org/1316233003/ ) by bsalomon · 9 years ago
  83. b906daf Have /src files use header directly. by herb · 9 years ago
  84. 198a350 By default purge resources that haven't been used for 64 flushes by bsalomon · 9 years ago
  85. e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
  86. c56c6ef SkImage::NewFromBitmap works with Index8 by halcanary · 9 years ago
  87. c11c62f DM: PDFSink sets rasterizer keyword by halcanary · 9 years ago
  88. e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
  89. e8dc3f2 Move code search info to sub-page. Add additional code search options. by benjaminwagner · 9 years ago
  90. 9f4dbca Make SkPath fFirstDirection atomic to fix tsan. by herb · 9 years ago
  91. 449d9b7 simplify code in SkRecords.h by mtklein · 9 years ago
  92. 476506d Revert of Revert[2] of add ImageShader, sharing code with its Bitmap cousin (patchset #11 id:200001 of https://codereview.chromium.org/1352293002/ ) by reed · 9 years ago
  93. c9e190d Revert of change pixel-serializer to support reencoding existing data (patchset #5 id:80001 of https://codereview.chromium.org/1373683003/ ) by reed · 9 years ago
  94. 25a5b0d Revert of SkImage-backed SkPictureShader (patchset #4 id:60001 of https://codereview.chromium.org/1343153003/ ) by robertphillips · 9 years ago
  95. 0869267 Add cast and assignment operators to SkAtomic. by herb · 9 years ago
  96. 13f48dc change pixel-serializer to support reencoding existing data by reed · 9 years ago
  97. 209c162 SkBlockMemoryStream: correct test in getMemoryBase(). by halcanary · 9 years ago
  98. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  99. 67c6513 EdgeClip demo to show scan-converter clipping behavior by reed · 9 years ago
  100. 17e3806 Update SKP version by update-skps · 9 years ago