1. 05e4aba Add missing override of willSaveLayer() by tomhudson · 10 years ago
  2. c654e90 Revert of SkCanvas::resetForNextPicture() (patchset #4 id:60001 of https://codereview.chromium.org/1067893002/) by mtklein · 10 years ago
  3. f920e46 SkCanvas::resetForNextPicture() by mtklein · 10 years ago
  4. d762ca2 Switch textures created by DeviceImageFilterProxy to approx-match. by senorblanco · 10 years ago
  5. 3006b2e re-enable neon opts for some xfermodes by reed · 10 years ago
  6. bb264b7 SkPDF: SkPDFString is no longer aware of wide strings. by halcanary · 10 years ago
  7. 3cf9863 Revert of Adding bulk plot reffer to cached textblobs (patchset #7 id:110001 of https://codereview.chromium.org/1050113004/) by joshualitt · 10 years ago
  8. 7281c61 Adding bulk plot reffer to cached textblobs by joshualitt · 10 years ago
  9. bb4a1cf Calculate inverse scale for distance field text in vertex shader by jvanverth · 10 years ago
  10. 687fa1c restore clipstack to heap-ptr, so clients can ref it by reed · 10 years ago
  11. e3bea5c Attempted mitigation of font tables released early. by bungeman · 10 years ago
  12. 060a52c Set willReadFragmentPosition on XP when doing a DstCopy. by egdaniel · 10 years ago
  13. 5965b73 Revert of Remove now-redundant SkPathOps enum. (patchset #1 id:1 of https://codereview.chromium.org/1051113005/) by scroggo · 10 years ago
  14. e35268e Send SkPicture deletion message lazily. by mtklein · 10 years ago
  15. 6cad1da simplify xfers by reed · 10 years ago
  16. b679ca8 reduce alloc overhead for SkCanvas by reed · 10 years ago
  17. ff271c2 Revert of Calculate inverse scale for distance fields in vertex shader (patchset #6 id:100001 of https://codereview.chromium.org/1029423003/) by jvanverth · 10 years ago
  18. 08b3249 fix valgrind bug by caryclark · 10 years ago
  19. 5b14303 Calculate inverse scale for distance field text in vertex shader by jvanverth · 10 years ago
  20. 9a27e63 Handle large paths in textblobs by joshualitt · 10 years ago
  21. 94e5010 When wrapping external textures, clamp the MSAA sample count to max. by senorblanco · 10 years ago
  22. 143244e Remove now-redundant SkPathOps enum. by schenney · 10 years ago
  23. 7792dbf Code's more readable when SkPMFloat is an Sk4f. #floats by mtklein · 10 years ago
  24. e758579 Revert of Code's more readable when SkPMFloat is an Sk4f. (patchset #3 id:40001 of https://codereview.chromium.org/1061603002/) by mtklein · 10 years ago
  25. 6b5dab8 Code's more readable when SkPMFloat is an Sk4f. #floats by mtklein · 10 years ago
  26. b2a6fe7 Enable both static and dynamically linked libpng by djsollen · 10 years ago
  27. aed98b8 enable sk4f xfermodes by reed · 10 years ago
  28. eef5b3e BUG=skia: by joshualitt · 10 years ago
  29. 0a7e69c Get rid of leaks in SkCodec::NewFromStream. by scroggo · 10 years ago
  30. 3d62683 New names for SkPMFloat methods. by mtklein · 10 years ago
  31. a156a8f Use switch operator[](int) to kth<int>() so we can use vget_lane. #floats by mtklein · 10 years ago
  32. 92dabe7 Exclusion and Difference modes using Sk4f by reed · 10 years ago
  33. f8f5478 impl Multiply mode using Sk4f by reed · 10 years ago
  34. 028a413 Add a method to read a stream without advancing it. by scroggo · 10 years ago
  35. f92ace9 experimental speedup some xfermodes with Sk4f by reed · 10 years ago
  36. 3f55eed I suspect S32A_D565_Opaque_neon for Daisy problems. by Mike Klein · 10 years ago
  37. 4808757 Remove all code related to NaCl by borenet · 10 years ago
  38. 0734236 SkPMFloat: fewer internal this->isValid() assertions. by mtklein · 10 years ago
  39. c9c3e62 Add constant color GrFP. by bsalomon · 10 years ago
  40. dbd3593 Rename GrBitmapTextContextB to GrAtlasTextContext by joshualitt · 10 years ago
  41. 599ea40 Revert of Add constant color GrFP. (patchset #10 id:180001 of https://codereview.chromium.org/978713002/) by bsalomon · 10 years ago
  42. d0d37ca Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
  43. 160ebb2 [SkDebugger] Flatten drawPicture ops by fmalita · 10 years ago
  44. 82973db Revert of Implement approx-match support in image filter saveLayer() offscreen. (patchset #31 id:590001 of https://codereview.chromium.org/1034733002/) by rmistry · 10 years ago
  45. fd40a24 Revert of Fix GLSL error on Android. (patchset #2 id:20001 of https://codereview.chromium.org/1053873002/) by rmistry · 10 years ago
  46. f90cd8e Fix GLSL error on Android. by senorblanco · 10 years ago
  47. dfbbec4 Add constant color GrFP. by bsalomon · 10 years ago
  48. 46112cf Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
  49. be27a11 SkPDF: SkPDFGraphicState Lookup hashtabled by halcanary · 10 years ago
  50. 03e5161 Implicit constructors for SkFunction are much more readable. by mtklein · 10 years ago
  51. 21deace Emulate distance field gamma fix by making glyphs thicker or thinner by jvanverth · 10 years ago
  52. 1d89e8d move Atlas Text Context to its own file by joshualitt · 10 years ago
  53. 2b6acb4 Switch to one single bitmap text blob cache allocation by joshualitt · 10 years ago
  54. 7441527 Constructor and call argument forwarding for SkFunction. by mtklein · 10 years ago
  55. 5842154 SkCodec::onGetScanlineDecoder must call rewind. by scroggo · 10 years ago
  56. fb8307c Add SkTHashSet::find() by mtklein · 10 years ago
  57. 1865900 Revert of Enable both static and dynamically linked libpng (patchset #4 id:60001 of https://codereview.chromium.org/1032253003/) by djsollen · 10 years ago
  58. 2469c99 Enable both static and dynamically linked libpng by djsollen · 10 years ago
  59. 3eada2a Make SkPngCodec support rewinding properly. by scroggo · 10 years ago
  60. 97312d0 small-object optimization for SkFunction by mtklein · 10 years ago
  61. 79e378d Handle rewinds in SkBmpCodec. by scroggo · 10 years ago
  62. 8c8f22a Creating a new wrapper for gif decoder by msarett · 10 years ago
  63. 08b4d29 GrGLInterface: Add support for NV_framebuffer_mixed_samples by vbuzinov · 10 years ago
  64. 7c0273f Revert of Implement approx-match support in image filter saveLayer() offscreen. (patchset #27 id:510001 of https://codereview.chromium.org/1034733002/) by rmistry · 10 years ago
  65. 4a9426f Sketch SkFunction by mtklein · 10 years ago
  66. 7c3a2f8 BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago
  67. 7b6db09 SkPDF: style nit by halcanary · 10 years ago
  68. 37c46ca SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap by halcanary · 10 years ago
  69. e0f812a skia: Fix text subpixel half sample default for GPU rasterization by hendrikw · 10 years ago
  70. c03391e Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/) by joshualitt · 10 years ago
  71. eed1dae BitmapTextBatch and BitmapTextBlob by joshualitt · 10 years ago
  72. f5f8518 Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
  73. af9c85d SkPDF: remove SK_NO_FLATE & dead code in SkPDFStream by halcanary · 10 years ago
  74. 0340df5 back to Sk4f for SkPMColor #floats by mtklein · 10 years ago
  75. 005b84e clamp matrix-translate before converting to pmcolor by reed · 10 years ago
  76. 5c9fa28 Add option to embed font data into executable. by bungeman · 10 years ago
  77. c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 10 years ago
  78. 23ac62c Small change to move GrProcessor and GrBatch pools over to SkSpinlock by joshualitt · 10 years ago
  79. ff42021 Revert of Remove SkClipStack's manual rounding of BW clip rects (patchset #3 id:80001 of https://codereview.chromium.org/1033453003/) by robertphillips · 10 years ago
  80. 7da1901 use Sk4f for matrix math by reed · 10 years ago
  81. 06d3d68 Revert "Implement approx-match support in image filter saveLayer() offscreen." by senorblanco · 10 years ago
  82. b97dafe Implement approx-match support in image filter saveLayer() offscreen. by senorblanco · 10 years ago
  83. d8b34c2 use table of procs (and unrolling) to speed up mapPts by reed · 10 years ago
  84. d588c01 Housekeeping to rename GrGL compressed texture formats to match GL specs by egdaniel · 10 years ago
  85. 573ae01 Move HWUI boilerplate into utils/android by tomhudson · 10 years ago
  86. a096d7a SkCodec: add wbmp class by halcanary · 10 years ago
  87. daee7ea impl SkConvertQuadToCubic w/ Sk2s by reed · 10 years ago
  88. 41f88f0 SkPDF fix object counting error by halcanary · 10 years ago
  89. e833107 Remove some validation and asserts from tessellating path renderer. by senorblanco · 10 years ago
  90. 2edf599 Fix DiscardableMemoryPool::free race condition by halcanary · 10 years ago
  91. a644116 Revert of Make the canvas draw looper setup update the canvas save count (patchset #1 id:1 of https://codereview.chromium.org/1034033004/) by reed · 10 years ago
  92. fd3a91e Make the canvas draw looper setup update the canvas save count by reed · 10 years ago
  93. 3d4c4a5 SkPMFloat::trunc() by mtklein · 10 years ago
  94. 9665eee Remove unused HWAA flag and uniqueID field from GrDrawTargetCaps. by egdaniel · 10 years ago
  95. 546db46 Debugger: remove dead feature (SkPicture offset display) & fix bug (unbalanced indents) by robertphillips · 10 years ago
  96. 0eed6df Silence PNG warnings from SkPngCodec. by scroggo · 10 years ago
  97. 5501103 use new faster/vector impl for chopping conics by reed · 10 years ago
  98. 384181c Add support for using alternative backends (like DirectX) when creating a GrGpu. by egdaniel · 10 years ago
  99. d8bc16b add legacy pathop enums; fix uninitialized warning by caryclark · 10 years ago
  100. 5435929 cumulative pathops patch by caryclark · 10 years ago