1. fd61ed0 Alter layer hoisting to only hoist layers for one canvas at a time by robertphillips · 10 years ago
  2. 15c7460 not a failure if we didn't load the test file by reed · 10 years ago
  3. d0f1969 Revert of Fix bounds computation of all 0-input filters. (patchset #2 id:20001 of https://codereview.chromium.org/681643003/) by hcm · 10 years ago
  4. 76993ed Reenable assertions that were reported failing in tests/CanvasTest.cpp by piotaixr · 10 years ago
  5. ba036cc Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  6. 4477c3c Cut down SkBBH API more. by mtklein · 10 years ago
  7. f622a6c Add `SkIRect bounds()` convenience method to SkImageInfo and SkBitmap. by halcanary · 10 years ago
  8. e332396 move c api into include by reed · 10 years ago
  9. 3ceef9a Add test for new FrontBufferedStream behavior. by scroggo · 10 years ago
  10. 234f036 Adding an option to render only the shadow in SkDropShadowImageFilter by sugoi · 10 years ago
  11. 47eedcc Add utils to better quantize grayscale values to three bit indices while by pavel · 10 years ago
  12. 08fa28c add float equivalent in dumpHex output as comment by caryclark · 10 years ago
  13. 4dca7a8 use SkMaskCache inside SkBlurMaskFilter by reed · 10 years ago
  14. 404eb87 Revert of Add test for new FrontBufferedStream behavior. (patchset #1 id:1 of https://codereview.chromium.org/641813009/) by mtklein · 10 years ago
  15. ec6e670 Removed simple tests steps from CanvasTest. by piotaixr · 10 years ago
  16. e3aee8f Remove android specific genID from SkPaint. by djsollen · 10 years ago
  17. da59f05 Add test for new FrontBufferedStream behavior. by scroggo · 10 years ago
  18. d9aac34 Add SkMaskCache by qiankun.miao · 10 years ago
  19. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  20. 171e5b7 SkResourceCache::Key namespace support. by fmalita · 10 years ago
  21. 9e6835d Track nested picture xform state for layer hoisting by robertphillips · 10 years ago
  22. 39393e3 add round/ceil/etc. for SkMScalar by reed · 10 years ago
  23. e9e0dea SkLazyPtr follow ups by mtklein · 10 years ago
  24. b0e89dc Fix image filters for PDF backend. by senorblanco · 10 years ago
  25. 1d93266 SkLazyPtr suitable as a local or class member. by mtklein · 10 years ago
  26. 41966d4 Dilate approximated text bounds to squelch recent assertion failure. by mtklein · 10 years ago
  27. 3aac6e0 Add clip to layer cache by robertphillips · 10 years ago
  28. a71aee6 Remove obsolete SkRecording. by mtklein · 10 years ago
  29. b227e37 JPEG YUV Decoding by sugoi · 10 years ago
  30. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  31. 30bc88c Refactor SkGLContext to be actually extendable by kkinnunen · 10 years ago
  32. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  33. 6819df3 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  34. 3ac569b Revert of JPEG YUV Decoding (patchset #5 id:180001 of https://codereview.chromium.org/399683007/) by rmistry · 10 years ago
  35. 98b33eb Some cleanup in processor header files. by bsalomon · 10 years ago
  36. 8e6c3b9 JPEG YUV Decoding by sugoi · 10 years ago
  37. 6251d17 Split GrFragmentProcessor into its own header by bsalomon · 10 years ago
  38. bcba2c9 interesct path bounds with clip bounds before initializing supersampler by reed · 10 years ago
  39. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  40. 157f36d add tests for large cordinates bounds when building aaclip by reed · 10 years ago
  41. f439c77 Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #17 id:1240001 of https://codereview.chromium.org/628453002/) by mtklein · 10 years ago
  42. 360b680 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  43. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  44. 07894c4 Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #14 id:1050001 of https://codereview.chromium.org/628453002/) by mtklein · 10 years ago
  45. ccb2e38 Create helper functions to use in computeInvariantOutput calls by egdaniel · 10 years ago
  46. 47c844a Adds a GrTBaseList class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  47. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  48. d27726e Fix leak in GLPrograms test. by bsalomon · 10 years ago
  49. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  50. 89c7a2e Revert of Opt state takes a GP instead of a GeometryStage (patchset #18 id:1500001 of https://codereview.chromium.org/637003003/) by joshualitt · 10 years ago
  51. 7bb9ed7 Fix bug in GrCachedLayer reuse by robertphillips · 10 years ago
  52. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  53. 232f6b0 Remove unused SaveLayerInfo::fValid field by robertphillips · 10 years ago
  54. 1598899 FPs now use the correct builder types(just a rename) by joshualitt · 10 years ago
  55. 9e87fa7 Force linking of static member variables for GLPrograms by joshualitt · 10 years ago
  56. 6517134 gl programs rewrite by joshualitt · 10 years ago
  57. 99d5915 rename command line flag to avoid conflict, use very verbose by caryclark · 10 years ago
  58. 208d170 Add SkBBoxHierarchy::reserve() as an optional size hint. by mtklein · 10 years ago
  59. a9c5652 try again to fix ios build by caryclark · 10 years ago
  60. ff9fc4e fix ios build by caryclark · 10 years ago
  61. feff7d2 Draw more accurate thick-stroked Beziers (disabled) by caryclark · 10 years ago
  62. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  63. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  64. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  65. 1080596 Revert of Make the Sk GL context class an abstract base class (patchset #4 id:60001 of https://codereview.chromium.org/630843002/) by bsalomon · 10 years ago
  66. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  67. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  68. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  69. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  70. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  71. fb1fe4f Add SkPaint::getHash(). by mtklein · 10 years ago
  72. d909759 Revert of gl programs rewrite (patchset #10 id:180001 of https://codereview.chromium.org/628633003/) by joshualitt · 10 years ago
  73. 07a2553 gl programs rewrite by joshualitt · 10 years ago
  74. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  75. b109ac2 Make createOptDrawState return NULL if we would end up not drawing by egdaniel · 10 years ago
  76. 307796b Plumb OptDrawState down to VertexShaderBuilder by egdaniel · 10 years ago
  77. f05f5a7 Remove globals from tests/CanvasTest.cpp by piotaixr · 10 years ago
  78. 37c5a81 Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and use it for SkMipMap" by reed · 10 years ago
  79. 1a8ecdf Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  80. d751ac0 abort op early if path isn't parseable by caryclark · 10 years ago
  81. 92561a0 Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  82. b4b7a4c Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #6 id:100001 of https://codereview.chromium.org/608253002/) by robertphillips · 10 years ago
  83. e4b2314 Caching the result of readPixelsSupported by piotaixr · 10 years ago
  84. 3b8af07 Add isSingleComponent bool to getConstantColorComponent by egdaniel · 10 years ago
  85. 8f8c25e Demote getCount, getDepth, and clear to RTree-only methods. by mtklein · 10 years ago
  86. ed48ebe Archive more dead code. by mtklein · 10 years ago
  87. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  88. 8e393bf Don't adjust the bounds after a restore with the restore's paired saveLayer's paint. by mtklein · 10 years ago
  89. 8e12656 Remove DEPRECATED_beginRecording(). by mtklein · 10 years ago
  90. 68cd2aa Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDraw by robertphillips · 10 years ago
  91. f6fde17 Archive more dead code. by mtklein · 10 years ago
  92. 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
  93. afbf2d6 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  94. b06e5a2 Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260001 of https://codereview.chromium.org/596053002/) by robertphillips · 10 years ago
  95. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  96. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  97. c0eb9b9 Make "priv" classes for GrTexure and GrSurface. by bsalomon · 10 years ago
  98. c5e15a1 remove alphatype from colortable by reed · 10 years ago
  99. ed42059 Move offset and CTM from LayerCache Key to per-hoisted-layer info by robertphillips · 10 years ago
  100. 3a49520 Sanitize SkMatrixConvolutionImageFilter creation params. by senorblanco · 10 years ago