1. a5f1d5a fix for atlas is abandoned text corruption by joshualitt · 9 years ago
  2. 4e506c2 Simpler version of Plus w/ AA. ~25% faster too. by mtklein · 9 years ago
  3. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  4. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  5. a624d12 use SkPixmap inside sprite blitters by reed · 9 years ago
  6. 9a70920 Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  7. 2a97c55 Trivial patch to set a max lookback on reordering by joshualitt · 9 years ago
  8. 27c2b09 Move Sk4px Xfermode code to a header so we can use it twice. by mtklein · 9 years ago
  9. 424cc26 Remove init from GrGLContextInfo and caps classes by bsalomon · 9 years ago
  10. 92fc2ae add SkPixmap and external locking to bitmaps by reed · 9 years ago
  11. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  12. 706f08f Move GrPath(Range) creation to ResourceProvider. by bsalomon · 9 years ago
  13. a76b7a3 remove SK_LEGACY_STROKE_CURVES by caryclark · 9 years ago
  14. 051a51e Re-proc SkBlitRow::Color32 for ARM. by mtklein · 9 years ago
  15. 99babf2 Further work on sRGB support. by jvanverth · 9 years ago
  16. 3b8d9f7 Revert of Re-proc SkBlitRow::Color32 for ARM. (patchset #3 id:40001 of https://codereview.chromium.org/1145283003/) by mtklein · 9 years ago
  17. 806236e Mark SkPaths created by GrContext fallback draw logic as volatile by kkinnunen · 9 years ago
  18. 4e13a23 Re-proc SkBlitRow::Color32 for ARM. by mtklein · 9 years ago
  19. 5559ca2 Remove uniform view matrix from GrGLPrimitiveProcessor base class by joshualitt · 9 years ago
  20. 160d08c Fix Plus by mtklein · 9 years ago
  21. 5a72c42 remove unused SkBitmap::scrollRect API by reed · 9 years ago
  22. 3ece53e Add mode validation to PtProcRec::init. by ochang · 9 years ago
  23. 5a7cd87 Clean up Sk4f xfermodes and covered _SSE2 xfermodes. by mtklein · 9 years ago
  24. 0edea2c Make mixed samples contingent on auxiliary extensions by cdalton · 9 years ago
  25. e797d0d SkBlockMemoryStream implements peek() by halcanary · 9 years ago
  26. fb5df43 Add RGBA half float texture format. by jvanverth · 9 years ago
  27. ab86577 add assert that the lock-count on pixelref is balanced by reed · 9 years ago
  28. 070e010 Improve caching of special case paths in GrStencilAndCoverPathRenderer by kkinnunen · 9 years ago
  29. f2539d5 Use high precision vertex attributes. by senorblanco · 9 years ago
  30. 67ca2a9 purge imagefilter cache so we can better track leaks by reed · 9 years ago
  31. e12fcd5 check for big sizes in NewData by reed · 9 years ago
  32. 76be9c8 Don't serialize SkPictures in SkPictureShaders when in untrusted mode. by mtklein · 9 years ago
  33. 364ad00 Fix for bisector computation bug in GrAAConvexTessellator by robertphillips · 9 years ago
  34. 2e172ec Make SkEmptyPicture a singleton. by mtklein · 9 years ago
  35. d41ea1d More efficient SkRecorder::flushMiniRecorder() by mtklein · 9 years ago
  36. 41868fe Font variations. by bungeman · 9 years ago
  37. d223eb3 fix win 8 bot by caryclark · 9 years ago
  38. d8b5771 Don't fail SkMergeImageFilter if one of the inputs are empty by fs · 9 years ago
  39. 8debd89 small cleanup of GrAtlas by joshualitt · 9 years ago
  40. a65358c Revert of small cleanup of GrAtlas (patchset #2 id:20001 of https://codereview.chromium.org/1142263002/) by bungeman · 9 years ago
  41. d706f11 small cleanup of GrAtlas by joshualitt · 9 years ago
  42. bb87b21 Adding immediate mode draw target for debug by joshualitt · 9 years ago
  43. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  44. 612f70d handle large conic strokes better by caryclark · 9 years ago
  45. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  46. b8c241a Preliminary attempt to remove batch tracker by joshualitt · 9 years ago
  47. d3a560f Revert of Preliminary attempt to remove batch tracker (patchset #3 id:40001 of https://codereview.chromium.org/1139723004/) by joshualitt · 9 years ago
  48. cbfe91d Preliminary attempt to remove batch tracker by joshualitt · 9 years ago
  49. 2e5b4c5 Fix GrAARectRenderer's handling of unsorted nested rects by robertphillips · 9 years ago
  50. 50b58e6 Improve caching of dashed paths in GrStencilAndCoverPathRenderer by kkinnunen · 9 years ago
  51. 55e4783 Improve NVPR stroke accuracy to fix thick strokes by kkinnunen · 9 years ago
  52. d156d36 Make GrStrokeInfo inherit from SkStrokeRec by kkinnunen · 9 years ago
  53. 72743b1 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #25 id:480001 of https://codereview.chromium.org/1112523006/) by mtklein · 9 years ago
  54. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  55. cfa90a1 Empty picture shaders should draw nothing. by mtklein · 9 years ago
  56. 7be0ce0 SkPDF: Add Sfntly to DEPS, gyp by halcanary · 9 years ago
  57. 38fd5fe Prevent integer wrap around for malloc size when creating a SkRegion by djsollen · 9 years ago
  58. 9250d24 Don't do discards when on Adreno4xx due to driver bug. by egdaniel · 9 years ago
  59. 4e1a4c9 fix builder winding again by caryclark · 9 years ago
  60. 9bedfc2 Revert of SkPDF: Add Sfntly to DEPS, gyp, SkUserConfig (patchset #7 id:570001 of https://codereview.chromium.org/1134683006/) by halcanary · 9 years ago
  61. 6a53b04 SkPDF: Add Sfntly to DEPS, gyp by halcanary · 9 years ago
  62. 404b3b2 Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/) by mtklein · 9 years ago
  63. 9b77796 sk4px the rest of the easy xfermodes. by mtklein · 9 years ago
  64. d8b544c Set OpenGLRenderer light center separately from initial setup by scroggo · 9 years ago
  65. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  66. 5b5ddd7 The path ops builder code needs to determine the winding of each contour added, and reverse windings if the contours are nested in other contours. by caryclark · 9 years ago
  67. 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 9 years ago
  68. daa57bf Revert of antialias matrix-image-filter to get smooth diagonals (patchset #6 id:80002 of https://codereview.chromium.org/1134743003/) by reed · 9 years ago
  69. 0135a41 Sk4px: Difference and Exclusion by mtklein · 9 years ago
  70. fa33f5a antialias matrix-image-filter to get smooth diagonals by reed · 9 years ago
  71. 5f68c34 Update SVGDevice for RRect and drawPoints by reed · 9 years ago
  72. e3ababe remove localmatrix from GrGeometryProcessor base class by joshualitt · 9 years ago
  73. 27e517a add Min to SkNi, specialized for u8 and u16 on SSE and NEON by mtklein · 9 years ago
  74. 87a773c Remove high ref count tracker from GrFakeRefObj by bsalomon · 9 years ago
  75. fba9da7 fix path op builder by caryclark · 9 years ago
  76. 3489ee0 Font variations. by bungeman · 9 years ago
  77. 86a17e7 Revert of Implement support for non-scale/translate CTM in image filters. (patchset #4 id:60001 of https://codereview.chromium.org/1140943004/) by reed · 9 years ago
  78. ec1f77d Revert of Temporarily revert just Multiply to see if that's the source of NEON diffs. (patchset #2 id:20001 of https://codereview.chromium.org/1129293005/) by mtklein · 9 years ago
  79. 6095260 Temporarily revert just Multiply to see if that's the source of NEON diffs. by mtklein · 9 years ago
  80. af953bb Revert of Temporarily revert just Multiply to see if that's the source of NEON diffs. (patchset #1 id:1 of https://codereview.chromium.org/1129293005/) by mtklein · 9 years ago
  81. e578a95 Remove viewmatrix from GrGeometryProcessor base class by joshualitt · 9 years ago
  82. 5b9f352 Temporarily revert just Multiply to see if that's the source of NEON diffs. by mtklein · 9 years ago
  83. d4d83eb Tesellating path renderer: typecast cleanup; logging build fix. by senorblanco · 9 years ago
  84. 7156b09 Revert of Defer glClear to just before draw call (patchset #2 id:20001 of https://codereview.chromium.org/1113003005/) by robertphillips · 9 years ago
  85. c3c06a1 Defer glClear to just before draw call by wasim.abbas · 9 years ago
  86. 35786b1 Implement support for non-scale/translate CTM in image filters. by reed · 9 years ago
  87. 182b499 look for deleted pts when detecting line/curve coincident edges by caryclark · 9 years ago
  88. eea2ff7 Revert of Refactor GrBufferAllocPools to use resource cache (patchset #9 id:160001 of https://codereview.chromium.org/1139753002/) by robertphillips · 9 years ago
  89. c30806f Perform SkPicture analysis lazily. by mtklein · 9 years ago
  90. 88c23fc remove color from GrGeometryProcessor by joshualitt · 9 years ago
  91. 2d8d33e Sk4px: SrcATop, DstATop, Xor, Multiply by mtklein · 9 years ago
  92. 177cb84 Revert of Implement support for non-scale/translate CTM in image filters. (patchset #4 id:60001 of https://codereview.chromium.org/1120043002/) by reed · 9 years ago
  93. 4f12b8b Implement support for non-scale/translate CTM in image filters. by reed · 9 years ago
  94. 231c5fd Don't issue texture barriers for RT's with separate storage by cdalton · 9 years ago
  95. 1ba8cc9 removing equality / compute invariant loops from GrGeometryProcessors by joshualitt · 9 years ago
  96. 8a90edc Sk4px: alphas() and Load[24]Alphas() by mtklein · 9 years ago
  97. 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 9 years ago
  98. 1573206 fix for angle bot by joshualitt · 9 years ago
  99. fc07256 fix for blur large glyphs problems by joshualitt · 9 years ago
  100. 19e4c02 Keep Big Glyph coordinates in float in GrAtlasTextContext by joshualitt · 9 years ago