1. 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 10 years ago
  2. f7a169e SkPDF: clean up uses of deprecated calls in tests by halcanary · 10 years ago
  3. 0b9d411 SkTime: return timezone information; format in ISO-8601 by halcanary · 10 years ago
  4. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 10 years ago
  5. 3ffa126 Move resource fonts to common location. by bungeman · 10 years ago
  6. 1c2c441 add heuristic to pour small pictures into recordings, rather than ref'ing by reed · 10 years ago
  7. 9954bc3 Use texture barriers to read directly from the RT by cdalton · 10 years ago
  8. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 10 years ago
  9. aec2510 minor fixes to cubics code and overall alignment of how bounds and tops are computed for all curve types by caryclark · 10 years ago
  10. 97fdea6 Implementing a scanline decoder for jpeg by msarett · 10 years ago
  11. 5b6db07 SkRWBuffer for thread-safe 'stream' sharing by reed · 10 years ago
  12. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 10 years ago
  13. d7c014f Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 10 years ago
  14. 9a22f48 Revert of Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM (patchset #2 id:20001 of https://codereview.chromium.org/1109913002/) by mtklein · 10 years ago
  15. 9de1628 Split rsqrt into rsqrt{0,1,2}, with increasing cost and precision on ARM by mtklein · 10 years ago
  16. 1113da7 Mike's radial gradient CL with better float -> int. by mtklein · 10 years ago
  17. 8d3e9df Revert of Mike's radial gradient CL with better float -> int. (patchset #7 id:120001 of https://codereview.chromium.org/1109643002/) by mtklein · 10 years ago
  18. abf6c5c Mike's radial gradient CL with better float -> int. by mtklein · 10 years ago
  19. 5053063 Remove legacy NVPR support by jvanverth · 10 years ago
  20. d79c549 Make non-AA hairline stroke rects snap to pixels centers so they close. by bsalomon · 10 years ago
  21. 567ff2f Cleanup: Remove unnecessary double-semicolons. by tfarina · 10 years ago
  22. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 10 years ago
  23. 130444f SkPDF: Refactor SkPDFObject heiararchy. by halcanary · 10 years ago
  24. 08bc848 fix multiple intersection logic by caryclark · 10 years ago
  25. 03b03ca working on initial winding for cubics by caryclark · 10 years ago
  26. 4b17fa3 Ensure that we create a NULL codec for images with zero dimensions by msarett · 10 years ago
  27. 98b8485 O(1) SkPictureUtils::ApproxBytesUsed() by mtklein · 10 years ago
  28. 42a2c1d Revert "One more ASAN fix." by senorblanco · 10 years ago
  29. 409fd66 One more ASAN fix. by senorblanco · 10 years ago
  30. c8e9340 Yet more ASAN fixes. by senorblanco · 10 years ago
  31. 84bfd39 Another speculative ASAN fix. by senorblanco · 10 years ago
  32. 33d73c3 SkTHash: remove() by mtklein · 10 years ago
  33. 0e95b11 Speculative fix for ASAN build. by senorblanco · 10 years ago
  34. 1049f12 Now, path ops natively intersect conics, quads, and cubics in any combination. There are still a class of cubic tests that fail and a handful of undiagnosed failures from skps and fuzz tests, but things are much better overall. by caryclark · 10 years ago
  35. a8448bc PDF: Correctly embed JPEG images directly into PDF output. by halcanary · 10 years ago
  36. ca1a22e Revert of Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1060703003/) by reed · 10 years ago
  37. 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 10 years ago
  38. 72badbd Add ReverseIter to GrTRecorder by cdalton · 10 years ago
  39. bdb0bf5 Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1088383003/) by jcgregorio · 10 years ago
  40. aab35d9 remove unused (by clients) SkPathUtils by reed · 10 years ago
  41. e16b04a SkJpegCodec by msarett · 10 years ago
  42. 115acee Sk4h and Sk8h for SSE by mtklein · 10 years ago
  43. 30ac464 early return from stream peek by caryclark · 10 years ago
  44. ffab15f use anon namespace to avoid (silent) collisions between local test classes by reed · 10 years ago
  45. 51985e3 setDrawFilter needs to trigger any deferred saves by reed · 10 years ago
  46. 3c309db Implementing filling for SkBmpCodec by msarett · 10 years ago
  47. 29be795 Fix ASAN error by msarett · 10 years ago
  48. 438b2ad ***Disables swizzles to 565. by msarett · 10 years ago
  49. 0b18c35 add test for opaque-preserving colormatrixfilters by reed · 10 years ago
  50. 195f62d BUG=skia: by stephana · 10 years ago
  51. 29b1afc Rearrange SkRecord with small N in mind by mtklein · 10 years ago
  52. 35f5576 Revert of Rearrange SkRecord with small N in mind (patchset #8 id:120001 of https://codereview.chromium.org/1061783002/) by mtklein · 10 years ago
  53. e2dd940 Rearrange SkRecord with small N in mind by mtklein · 10 years ago
  54. feaadee SkCanvas::resetForNextPicture() by mtklein · 10 years ago
  55. 3f32432 Add mechanism to proactively purge old resources in GrResourceCache. by bsalomon · 10 years ago
  56. 2ad228e SkPDF: Remove Array's unused set(i) and get(i) (leaving only append()) by halcanary · 10 years ago
  57. e4579ad Add helper for creating a SkSurface from a client created texture. by bsalomon · 10 years ago
  58. 95bc5f3 change isNestedRect to isNestedFillRect by caryclark · 10 years ago
  59. 693e993 Remove unused InstCounterClass. by bungeman · 10 years ago
  60. f1f8895 add realloc method to SkAutoSTMalloc by joshualitt · 10 years ago
  61. 687fa1c restore clipstack to heap-ptr, so clients can ref it by reed · 10 years ago
  62. 0a7e69c Get rid of leaks in SkCodec::NewFromStream. by scroggo · 10 years ago
  63. 3d62683 New names for SkPMFloat methods. by mtklein · 10 years ago
  64. a156a8f Use switch operator[](int) to kth<int>() so we can use vget_lane. #floats by mtklein · 10 years ago
  65. 028a413 Add a method to read a stream without advancing it. by scroggo · 10 years ago
  66. 4808757 Remove all code related to NaCl by borenet · 10 years ago
  67. b41f057 That last CL subverted the purpose of the test. Put it back how it was. by mtklein · 10 years ago
  68. 03e5161 Implicit constructors for SkFunction are much more readable. by mtklein · 10 years ago
  69. 68b204e Ico test with embedded png by msarett · 10 years ago
  70. 7441527 Constructor and call argument forwarding for SkFunction. by mtklein · 10 years ago
  71. 5842154 SkCodec::onGetScanlineDecoder must call rewind. by scroggo · 10 years ago
  72. fb8307c Add SkTHashSet::find() by mtklein · 10 years ago
  73. 65a8e12 Acknowledge that SkIcoCodec can rewind and test it. by scroggo · 10 years ago
  74. 3eada2a Make SkPngCodec support rewinding properly. by scroggo · 10 years ago
  75. 97312d0 small-object optimization for SkFunction by mtklein · 10 years ago
  76. 79e378d Handle rewinds in SkBmpCodec. by scroggo · 10 years ago
  77. 4a9426f Sketch SkFunction by mtklein · 10 years ago
  78. 37c46ca SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap by halcanary · 10 years ago
  79. af9c85d SkPDF: remove SK_NO_FLATE & dead code in SkPDFStream by halcanary · 10 years ago
  80. 0340df5 back to Sk4f for SkPMColor #floats by mtklein · 10 years ago
  81. c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 10 years ago
  82. 7da1901 use Sk4f for matrix math by reed · 10 years ago
  83. a096d7a SkCodec: add wbmp class by halcanary · 10 years ago
  84. daee7ea impl SkConvertQuadToCubic w/ Sk2s by reed · 10 years ago
  85. 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
  86. fd3a91e Make the canvas draw looper setup update the canvas save count by reed · 10 years ago
  87. 3d4c4a5 SkPMFloat::trunc() by mtklein · 10 years ago
  88. 5501103 use new faster/vector impl for chopping conics by reed · 10 years ago
  89. 5435929 cumulative pathops patch by caryclark · 10 years ago
  90. c08330f remove slower scalar code in favor of vectors by reed · 10 years ago
  91. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  92. 15391ee Update 4-at-a-time APIs. by mtklein · 10 years ago
  93. d4714af SkPDF SkPDFObject::addResources signature simplified by halcanary · 10 years ago
  94. f41061c SKPDF: refactor pdfcatalog and pdfdocument by halcanary · 10 years ago
  95. 6b9ef90 SkChopCubicAt2 using Sk2s -- 2x faster by reed · 10 years ago
  96. f3d53a0 SkPDF: unit test cleanup by halcanary · 10 years ago
  97. 0dc4dd6 Revert of pathops version two (patchset #16 id:150001 of https://codereview.chromium.org/1002693002/) by reed · 10 years ago
  98. 82dec0e1 Revert of remove obsolete tests (patchset #1 id:1 of https://codereview.chromium.org/1030883002/) by caryclark · 10 years ago
  99. 74c464a Revert of fix destructor order to fix build (patchset #1 id:1 of https://codereview.chromium.org/1033703002/) by caryclark · 10 years ago
  100. 4b65059 Go back to storeAligned / LoadAligned for SkPMFloat <->Sk4f. by mtklein · 10 years ago