1. 32673b9 Allow negative values in SkBlurImageFilter sigma. by senorblanco · 10 years ago
  2. 90dc641 Revert of Use SkBitmapCache to optimize readPixels on a texture-backed bitmap (patchset #6 id:100001 of https://codereview.chromium.org/533323002/) by fmalita · 10 years ago
  3. 0249ec2 Adding texture uploads without cache for YUV and ETC1 by sugoi · 10 years ago
  4. 49e3199 SkRasterClip::quickReject doesn't need to check for emptiness as SkIRect::Intersect already does that for us by george · 10 years ago
  5. dd1e9f7 Remove a linear search in SkPictureRecord::addTextBlob. by jbroman · 10 years ago
  6. 46625e0 Fix two SkRecord-backed layer hoisting bugs by robertphillips · 10 years ago
  7. 8067412 Remove extra proctected in GrRODrawState.h by egdaniel · 10 years ago
  8. 361b8b0 fail when coincidence is too far apart by caryclark · 10 years ago
  9. 2243109 Revert of Fix two SkRecord-backed layer hoisting bugs (patchset #1 id:1 of https://codereview.chromium.org/551843002/) by robertphillips · 10 years ago
  10. 7c0cfd4 Fix two SkRecord-backed layer hoisting bugs by robertphillips · 10 years ago
  11. 93f52a6 Turn on the save-layer optimization. by mtklein · 10 years ago
  12. 95fd68e Use SkBitmapCache to optimize readPixels on a texture-backed bitmap by piotaixr · 10 years ago
  13. 87c4138 Turn on all pixel-perfect SkRecord optimizations. by mtklein · 10 years ago
  14. d64c948 move rasterclip_ helper into rasterclip by reed · 10 years ago
  15. 2a9ca78 Make GrDrawState and GrEffectStage use the pending io/exec ref mechanisms. by bsalomon · 10 years ago
  16. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  17. 52e9d63 Don't take a ref on GP in AutoEffectRestore. by bsalomon · 10 years ago
  18. 5a80be2 Small fix for RODrawState by joshualitt · 10 years ago
  19. 9b53652 Change behavior of GrDS::AutoEffectRestort wrt GPs. by bsalomon · 10 years ago
  20. a1ae66d Add pop_back() to GrAllocator and add unit test. by bsalomon · 10 years ago
  21. ac8d619 Add method to GrProgramResource to record that pending a execution was completed. by bsalomon · 10 years ago
  22. 29dfaa8 Implement all SkCanvas overrides that SkPictureRecord does. by mtklein · 10 years ago
  23. 9574098 Add GrProgramElement base class for GrEffect with deferred exec ref. by bsalomon · 10 years ago
  24. fa35f8e remove getTotalClipAsPath, privatize getTotalClip by reed · 10 years ago
  25. 73e714e cleanup rasterclip helper by reed · 10 years ago
  26. bd769d0 Initial change to create GeometryProcessor by joshualitt · 10 years ago
  27. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  28. f31507b Enable highQualityFilter_SSE2 by qiankun.miao · 10 years ago
  29. 274b4ba Switch Layer Hoisting over to SkRecord backend by robertphillips · 10 years ago
  30. 406654b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  31. 2460bbd Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://codereview.chromium.org/531653002/) by mtklein · 10 years ago
  32. 9c7207b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  33. 00b76bd Add reference base class to GrGpuResourcewith pending IO references. by bsalomon · 10 years ago
  34. 2ed8a75 Remove use of EXPERIMENTAL_getActiveOps from layer hoisting code by robertphillips · 10 years ago
  35. 91cab83 Remove SkBitmapCache::Find/Add(_,width,height,_) by piotaixr · 10 years ago
  36. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  37. 42b0dfe The key for SkBitmapCache can now be genID+SkIRect by piotaixr · 10 years ago
  38. d982eb2 Replace SkPictureReplacementPlayback with GrRecordReplaceDraw by robertphillips · 10 years ago
  39. c09b2c4 Revert of Enable highQualityFilter_SSE2 (patchset #1 id:1 of https://codereview.chromium.org/525283002/) by mtklein · 10 years ago
  40. b381fa1 Enable highQualityFilter_SSE2 by qiankun.miao · 10 years ago
  41. b0bd4f6 Remove GrDrawTarget::AutoRenderTargetRestore. by bsalomon · 10 years ago
  42. eddb113 Disable SSE4 S32A_Opaque blit. by mtklein · 10 years ago
  43. a695514 Remove dead code in SkBitmapFilter_opts_SSE2.h/cpp by qiankun.miao · 10 years ago
  44. 2bdf1f5 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/527073003/) by reed · 10 years ago
  45. 2f6abde Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  46. 937c9c7 Fix drawPosText() bounds bug. by mtklein · 10 years ago
  47. 5ee785d Remove legacy (and also broken) SkPicture constructor. by djsollen · 10 years ago
  48. 17a845f Fix matrix similarity test on arm64 by jvanverth · 10 years ago
  49. 8482504 make allocPixels throw on failure by reed · 10 years ago
  50. 00f30bd SkRecordPartialDraw with less code duplication by mtklein · 10 years ago
  51. 8159146 Added Doc for GetAllocator in SkResourceCache and SkBitmapCache by piotaixr · 10 years ago
  52. 98d709b Reorganize Layer Hoisting code by robertphillips · 10 years ago
  53. 842b086 When ignoring color input don't use vertex attribs on gpu by egdaniel · 10 years ago
  54. 871dca8 Disable NEON procs for box blur as it produces invalid results by djsollen · 10 years ago
  55. 6db9128 Add option to add precision to varyings in shader by egdaniel · 10 years ago
  56. ed82c4e Use non-VBO vertex arrays on QC GPUs. by bsalomon · 10 years ago
  57. 4d6484e Revert of Disable NEON procs for box blur as it produces invalid results (patchset #1 id:1 of https://codereview.chromium.org/520963002/) by djsollen · 10 years ago
  58. 4a17646 Disable NEON procs for box blur as it produces invalid results by djsollen · 10 years ago
  59. 1cbc68f Revert of Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/532583002/) by reed · 10 years ago
  60. 4581828 Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/525113005/) by reed · 10 years ago
  61. b44c189 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/522813002/) by reed · 10 years ago
  62. c89aa50 Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  63. 5577387 Debugger render support for SkDrawTextBlobCommand. by fmalita · 10 years ago
  64. 6267f81 Move MakeDivByTextureWHMatrix to GrCoordTransform by bsalomon · 10 years ago
  65. fa3a41f Don't assert on empty GrGLPaths by cdalton · 10 years ago
  66. 9bd5bbf Fix to use high precision on cubics not conics. by egdaniel · 10 years ago
  67. 14b6aba harden requirements on SkBitmapCache by reed · 10 years ago
  68. b2f94d1 Use highp for gpu bezier effects by egdaniel · 10 years ago
  69. 7ba7aa7 Quick-reject draw text blob calls. by fmalita · 10 years ago
  70. 2f26528 Use even rounding for better results when converting from scalar to fdot6 by george · 10 years ago
  71. b75b2c0 use possible corrected info when creating pixelref by reed · 10 years ago
  72. 7187593 Make SkGrPixelRef responsible for owning GrSurface's texture rather than RT. by bsalomon · 10 years ago
  73. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  74. 64ba5fa Revert of Add gamma/sRGB tags to SkImageInfo (patchset #1 of https://codereview.chromium.org/517123002/) by reed · 10 years ago
  75. 32d0b3b Simplify SkGpuDevice construction by bsalomon · 10 years ago
  76. 6a25bd0 Revert Jim's CL. by Mike Klein · 10 years ago
  77. 228b285 Add gamma/sRGB tags to SkImageInfo by reed · 10 years ago
  78. 088f4b8 Revert of Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/511363002/) by reed · 10 years ago
  79. aa1b912 Expose drawTextBlob to devices. by fmalita · 10 years ago
  80. d73c169 Second attempt to land the integral image scaling change. by humper · 10 years ago
  81. 0209e95 Align all SkRecord::alloc() calls up to at least a pointer size. by mtklein · 10 years ago
  82. b17c129 Add dirty_after_edit to SkPath::moveTo. Add commented out test case that triggers assert. by bsalomon · 10 years ago
  83. 4e4b935 disable autovec on 32 *and* 64 bit builds for horiz. convolve by humper · 10 years ago
  84. 228a6f2 SkTextBlob GPipe serialization. by fmalita · 10 years ago
  85. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  86. 7ba2828 Fix memory leak in SkPDFType1Font by djsollen · 10 years ago
  87. 748783d Ensure that we don't reference decoders that we don't build by djsollen · 10 years ago
  88. e759a26 Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/512243002/) by reed · 10 years ago
  89. 683a376 Fix error handling in DirectWrite with tiny text. by bungeman · 10 years ago
  90. 63b9dc8 Restore text vertex buffer alloc and other optimizations. by jvanverth · 10 years ago
  91. 60cc7d3 manual revert of bitmap scale change while I investigate failures on chromeos by humper · 10 years ago
  92. 744998e Make textures register with GrResourceCache2 as scratch. by bsalomon · 10 years ago
  93. dc53701 Revert of add gamma/sRGB to SkImageInfo (patchset #4 of https://codereview.chromium.org/514753002/) by reed · 10 years ago
  94. 615c369 add gamma/sRGB to SkImageInfo by reed · 10 years ago
  95. 7b3d5ee Make setVertexAttribs in GrDrawState take a stride parameter. by egdaniel · 10 years ago
  96. b2f7fce DirectWrite to use aliased if ClearType is empty. by Ben Wagner · 10 years ago
  97. 2e1a826 Revert of Restore text alloc optimizations. (patchset #4 of https://codereview.chromium.org/466363009/) by djsollen · 10 years ago
  98. ea81ced Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patchset #5 of https://codereview.chromium.org/511593004/) by djsollen · 10 years ago
  99. c59308d Revert of Possible fix to Restore text vertex buffer alloc and other optimizations. (patchset #1 of https://codereview.chromium.org/513863004/) by djsollen · 10 years ago
  100. ee36952 Can't hurt to make this SkNoncopyable. by mtklein · 10 years ago