1. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  2. ee902cd Make a flipped fDirtyBit always mean "this field is not the default". by mtklein · 10 years ago
  3. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  4. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  5. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  6. 3c196de Souped-up SkTextBlob. by fmalita · 10 years ago
  7. e50215e Revert of Souped-up SkTextBlob. (patchset #3 id:40001 of https://codereview.chromium.org/581173003/) by fmalita · 10 years ago
  8. 13645ea Souped-up SkTextBlob. by fmalita · 10 years ago
  9. 8483326 SkTextBlob shader space workaround. by fmalita · 10 years ago
  10. b14e4a0 Restore old behavior of SkTypeface::CreateFromTypeface. by bungeman · 10 years ago
  11. 23e280d Changes to remove program effects builder by joshualitt · 10 years ago
  12. 9b222a5 Simplify a little in SkRecords.h: by mtklein · 10 years ago
  13. a10742c update to accommodate latest clang in chrome toolchain by caryclark · 10 years ago
  14. d71b757 Serialize the font index. by bungeman · 10 years ago
  15. 0e97705 Use SkBitmapCache to optimize readPixels on a texture-backed bitmap by piotaixr · 10 years ago
  16. 6a5c708 Add SkMiniData. by mtklein · 10 years ago
  17. e010f1c hide deviceproperties, prepare the way for surfaceprops by reed · 10 years ago
  18. b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
  19. acb882c Ensure blob typeface information survives SkGPipe serialization. by fmalita · 10 years ago
  20. 3375c80 when we disable lcd for impl reasons, add kGenA8 to document the original intent by reed · 10 years ago
  21. 1e78fc4 Turn disable or delete optimizations that don't have any effect. by mtklein · 10 years ago
  22. 30ad530 allow SkBitmapCache to operate on a local instance, for testability by reed · 10 years ago
  23. 4815fe5 Fix bug in layer hoisting transition to SkRecord backend by robertphillips · 10 years ago
  24. c506e30 Fix convexicator bug by robertphillips · 10 years ago
  25. 49586be removing GrDrawEffect by joshualitt · 10 years ago
  26. 08da4f2 Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/) by joshualitt · 10 years ago
  27. 8ddbe8b removing GrDrawEffect by joshualitt · 10 years ago
  28. db26a12 SkRecord: clean up comments and 4 bytes per SkRecord. by mtklein · 10 years ago
  29. 4fc5b88 SkPicture::PathCounter is O(N^2) for pictures nested N deep. Fix that. by mtklein · 10 years ago
  30. c90e014 Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  31. 327f905 Fix recording of saveLayout with unusual Xfermodes. by dneto · 10 years ago
  32. 595aa05 Revert of Change SkResourceCache to take a Visitor inside its find(). (patchset #2 id:20001 of https://codereview.chromium.org/567393002/) by reed · 10 years ago
  33. 81940de Add flag to call SkRecordOptimize on new pictures. by mtklein · 10 years ago
  34. e956259 add dumpHex() option to SkPath by caryclark · 10 years ago
  35. dee6a8e Change SkResourceCache to take a Visitor inside its find(). by reed · 10 years ago
  36. e6cb483 remove 'experimental' from using hash tables in resourcecache by reed · 10 years ago
  37. abaef86 Add support for the Rec601 YUV color space to GrYUVtoRGBEffect. by rileya · 10 years ago
  38. 9594da1 use SkData::NewUninitialized by reed · 10 years ago
  39. 11fca3f Add more debugging for newly failing assert (DM on Xoom bots). by Mike Klein · 10 years ago
  40. 8365830 remove confusing/unused stream methods by reed · 10 years ago
  41. 56b00d9 add PurgeResourceCache to track leaks by reed · 10 years ago
  42. 790ffe3 Make SkBitmapCache remove invalid bitmaps from the SkResourceCache. by danakj · 10 years ago
  43. 33a3050 SkData can allocate room for its contents in the same block by reed · 10 years ago
  44. 97bf60f Delay any SkRecordOptimize until after SkRecord has stuck. by mtklein · 10 years ago
  45. 99d6a9e Fix a bug in Save-Restore no-op optimization. by mtklein · 10 years ago
  46. f91c47d Remove a layer of indirection and code from SkFontHost. by bungeman · 10 years ago
  47. 3e15f90 Fixed void* to uint64_t cast on win64 in TraceID. by cjacek · 10 years ago
  48. cc0e311 make set3DMask virtual, so we can safely notify the shadercontext by reed · 10 years ago
  49. d954498 Revert of Revert of allow canvas to force conservative clips (for speed) (patchset #1 id:1 of https://codereview.chromium.org/554033003/) by reed · 10 years ago
  50. 6f09709 Revert of allow canvas to force conservative clips (for speed) (patchset #7 id:120001 of https://codereview.chromium.org/541593005/) by reed · 10 years ago
  51. 27a5e65 Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects: by reed · 10 years ago
  52. b3eba47 Outset the stroke width when computing the bounds for drawing a stroked rect, or 1 if it's a hairline by george · 10 years ago
  53. 49e3199 SkRasterClip::quickReject doesn't need to check for emptiness as SkIRect::Intersect already does that for us by george · 10 years ago
  54. dd1e9f7 Remove a linear search in SkPictureRecord::addTextBlob. by jbroman · 10 years ago
  55. 93f52a6 Turn on the save-layer optimization. by mtklein · 10 years ago
  56. 87c4138 Turn on all pixel-perfect SkRecord optimizations. by mtklein · 10 years ago
  57. d64c948 move rasterclip_ helper into rasterclip by reed · 10 years ago
  58. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  59. 29dfaa8 Implement all SkCanvas overrides that SkPictureRecord does. by mtklein · 10 years ago
  60. fa35f8e remove getTotalClipAsPath, privatize getTotalClip by reed · 10 years ago
  61. 73e714e cleanup rasterclip helper by reed · 10 years ago
  62. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  63. 274b4ba Switch Layer Hoisting over to SkRecord backend by robertphillips · 10 years ago
  64. 2ed8a75 Remove use of EXPERIMENTAL_getActiveOps from layer hoisting code by robertphillips · 10 years ago
  65. 91cab83 Remove SkBitmapCache::Find/Add(_,width,height,_) by piotaixr · 10 years ago
  66. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  67. 42b0dfe The key for SkBitmapCache can now be genID+SkIRect by piotaixr · 10 years ago
  68. 2bdf1f5 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/527073003/) by reed · 10 years ago
  69. 2f6abde Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  70. 937c9c7 Fix drawPosText() bounds bug. by mtklein · 10 years ago
  71. 5ee785d Remove legacy (and also broken) SkPicture constructor. by djsollen · 10 years ago
  72. 17a845f Fix matrix similarity test on arm64 by jvanverth · 10 years ago
  73. 8482504 make allocPixels throw on failure by reed · 10 years ago
  74. 00f30bd SkRecordPartialDraw with less code duplication by mtklein · 10 years ago
  75. 8159146 Added Doc for GetAllocator in SkResourceCache and SkBitmapCache by piotaixr · 10 years ago
  76. 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
  77. 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
  78. b44c189 Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://codereview.chromium.org/522813002/) by reed · 10 years ago
  79. c89aa50 Add gamma/sRGB tag to SkImageInfo by reed · 10 years ago
  80. 14b6aba harden requirements on SkBitmapCache by reed · 10 years ago
  81. 7ba7aa7 Quick-reject draw text blob calls. by fmalita · 10 years ago
  82. 2f26528 Use even rounding for better results when converting from scalar to fdot6 by george · 10 years ago
  83. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  84. 64ba5fa Revert of Add gamma/sRGB tags to SkImageInfo (patchset #1 of https://codereview.chromium.org/517123002/) by reed · 10 years ago
  85. 228b285 Add gamma/sRGB tags to SkImageInfo by reed · 10 years ago
  86. 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
  87. aa1b912 Expose drawTextBlob to devices. by fmalita · 10 years ago
  88. d73c169 Second attempt to land the integral image scaling change. by humper · 10 years ago
  89. 0209e95 Align all SkRecord::alloc() calls up to at least a pointer size. by mtklein · 10 years ago
  90. b17c129 Add dirty_after_edit to SkPath::moveTo. Add commented out test case that triggers assert. by bsalomon · 10 years ago
  91. 4e4b935 disable autovec on 32 *and* 64 bit builds for horiz. convolve by humper · 10 years ago
  92. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  93. e759a26 Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/512243002/) by reed · 10 years ago
  94. 60cc7d3 manual revert of bitmap scale change while I investigate failures on chromeos by humper · 10 years ago
  95. dc53701 Revert of add gamma/sRGB to SkImageInfo (patchset #4 of https://codereview.chromium.org/514753002/) by reed · 10 years ago
  96. 615c369 add gamma/sRGB to SkImageInfo by reed · 10 years ago
  97. b2f7fce DirectWrite to use aliased if ClearType is empty. by Ben Wagner · 10 years ago
  98. ee36952 Can't hurt to make this SkNoncopyable. by mtklein · 10 years ago
  99. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  100. ce7b1d5 always scale to an integer; compensate for fractional image sizes by leaving the fractional scale in the matrix by humper · 10 years ago