1. 2348199 Revert of Start to vectorize SkTileGrid. (patchset #45 id:1430002 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  2. 90c7992 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  3. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  4. 19653d1 Implicit SkTextBlob bounds by fmalita · 10 years ago
  5. 4ba7686 Tweak out SkTileGrid::insert() loop. by mtklein · 10 years ago
  6. 420d7e9 Auto-compare GrProcessors' texture accesses in isEqual(). by bsalomon · 10 years ago
  7. 826a503 Treat (private, internal) grid bounds as doubly-inclusive in SkTileGrid. by mtklein · 10 years ago
  8. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  9. 80a720e Remove unused NeedsDeepCopy. by scroggo · 10 years ago
  10. 6251d17 Split GrFragmentProcessor into its own header by bsalomon · 10 years ago
  11. c553b7a update dox for bounds in supersampler by reed · 10 years ago
  12. bcba2c9 interesct path bounds with clip bounds before initializing supersampler by reed · 10 years ago
  13. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  14. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  15. b501ecd Use GL_R8 rather than GL_RED for glTexImage2D on IMG/ES3. Check for failure of FP creation in SkImageFilter by bsalomon · 10 years ago
  16. b2d77e4 add gamma value to deviceproperties by reed · 10 years ago
  17. 148ec59 Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope. by mtklein · 10 years ago
  18. ccb2e38 Create helper functions to use in computeInvariantOutput calls by egdaniel · 10 years ago
  19. 40636a5 faster SkRect::sort by reed · 10 years ago
  20. 092dab9 Use BBH reserve hook to preallocate space for tiles. by mtklein · 10 years ago
  21. 1598899 FPs now use the correct builder types(just a rename) by joshualitt · 10 years ago
  22. 1119c87 cleanup and optimize rect intersect routines by reed · 10 years ago
  23. 7062a26 Revert of Use BBH reserve hook to preallocate space for tiles. (patchset #2 id:80001 of https://codereview.chromium.org/639823005/) by mtklein · 10 years ago
  24. 52455cb Use BBH reserve hook to preallocate space for tiles. by mtklein · 10 years ago
  25. 208d170 Add SkBBoxHierarchy::reserve() as an optional size hint. by mtklein · 10 years ago
  26. feff7d2 Draw more accurate thick-stroked Beziers (disabled) by caryclark · 10 years ago
  27. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  28. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  29. d61ef01 Expose layer hoisting API in GrContext by robertphillips · 10 years ago
  30. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  31. 65be97d Stay in floats as much as possible in SkTileGrid, particularly in insert. by mtklein · 10 years ago
  32. fb1fe4f Add SkPaint::getHash(). by mtklein · 10 years ago
  33. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  34. 6b87df2 Fix usage of SK_BUILD_* defines. by tfarina · 10 years ago
  35. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  36. 9e96aa0 remove unused TextBufferDirection enum by reed · 10 years ago
  37. 4611e7f Don't turn on dither for saveLayers which have no paint by robertphillips · 10 years ago
  38. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  39. 2cc22b8 make SkMatrix::dump always available by reed · 10 years ago
  40. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  41. 0a528c1 Use +- 2B for unbounded draw ops. by mtklein · 10 years ago
  42. d1f0ebd specialize setConcat for scale+translate by reed · 10 years ago
  43. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago
  44. e4b2314 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  45. 3b8af07 Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  46. 8f8c25e Demote getCount, getDepth, and clear to RTree-only methods. by mtklein · 10 years ago
  47. ed48ebe Archive more dead code. by mtklein · 10 years ago
  48. 15c7ceb TileGrid: earliest need not be a pointer anymore by mtklein · 10 years ago
  49. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  50. 2a382f5 Revert of specialize setConcat for scale+translate (patchset #1 id:1 of https://codereview.chromium.org/620433002/) by robertphillips · 10 years ago
  51. 4942e75 fix prev change to tooBigForLCD, and add test by reed · 10 years ago
  52. 8e393bf Don't adjust the bounds after a restore with the restore's paired saveLayer's paint. by mtklein · 10 years ago
  53. b3da83a avoid extra math work in MackRec by reed · 10 years ago
  54. 8e12656 Remove DEPRECATED_beginRecording(). by mtklein · 10 years ago
  55. d9c42f7 optimize setRectFan and join -- from profiling drawText by reed · 10 years ago
  56. f6fde17 Archive more dead code. by mtklein · 10 years ago
  57. 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
  58. 8de02f4 Clean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMIZE_SK_RECORD. by mtklein · 10 years ago
  59. 5bc760a Remove support for SkPicture::clone(). by mtklein · 10 years ago
  60. 7874dc8 remove obsolete code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI by reed · 10 years ago
  61. 1b466f7 Archive SkFloat by mtklein · 10 years ago
  62. e8db3ef specialize setConcat for scale+translate, helps drawText perf by reed · 10 years ago
  63. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  64. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  65. c5e15a1 remove alphatype from colortable by reed · 10 years ago
  66. 47c548a Temp fix for crash when generating 16-bit cache for colorTables. by djsollen · 10 years ago
  67. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  68. 51936a3 Always force the bounds of the empty pathref. by mtklein · 10 years ago
  69. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  70. 5ceff91 Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect() by piotaixr · 10 years ago
  71. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  72. 587c5a2 Seems that some of our compliers can't infer this type, though most can. by Mike Klein · 10 years ago
  73. 610a015 Remove SkPaint dirty bits. by mtklein · 10 years ago
  74. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  75. 0f7197b Fix SkXfermode deserialization. by senorblanco · 10 years ago
  76. 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
  77. eee606c Swap iteration order in TileGrid::insert(). by mtklein · 10 years ago
  78. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  79. 271a030 We need to adjust the bounds of clip ops with SaveLayer paints too. by Mike Klein · 10 years ago
  80. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  81. ee902cd Make a flipped fDirtyBit always mean "this field is not the default". by mtklein · 10 years ago
  82. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  83. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  84. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  85. 3c196de Souped-up SkTextBlob. by fmalita · 10 years ago
  86. e50215e Revert of Souped-up SkTextBlob. (patchset #3 id:40001 of https://codereview.chromium.org/581173003/) by fmalita · 10 years ago
  87. 13645ea Souped-up SkTextBlob. by fmalita · 10 years ago
  88. 8483326 SkTextBlob shader space workaround. by fmalita · 10 years ago
  89. b14e4a0 Restore old behavior of SkTypeface::CreateFromTypeface. by bungeman · 10 years ago
  90. 23e280d Changes to remove program effects builder by joshualitt · 10 years ago
  91. 9b222a5 Simplify a little in SkRecords.h: by mtklein · 10 years ago
  92. a10742c update to accommodate latest clang in chrome toolchain by caryclark · 10 years ago
  93. d71b757 Serialize the font index. by bungeman · 10 years ago
  94. 0e97705 Use SkBitmapCache to optimize readPixels on a texture-backed bitmap by piotaixr · 10 years ago
  95. 6a5c708 Add SkMiniData. by mtklein · 10 years ago
  96. e010f1c hide deviceproperties, prepare the way for surfaceprops by reed · 10 years ago
  97. b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
  98. acb882c Ensure blob typeface information survives SkGPipe serialization. by fmalita · 10 years ago
  99. 3375c80 when we disable lcd for impl reasons, add kGenA8 to document the original intent by reed · 10 years ago
  100. 1e78fc4 Turn disable or delete optimizations that don't have any effect. by mtklein · 10 years ago