1. 4238017 Use D3D11 backend for ANGLE when available. by bsalomon · 10 years ago
  2. 332c729 Default path renderer batch by joshualitt · 10 years ago
  3. 7be2eb8 Remove SkFontHost includes and friends. by bungeman · 10 years ago
  4. e2b580b remove dead code (covered by surfaceprops) by reed · 10 years ago
  5. 6ae1b11 Revert of non-aa rects batch (patchset #6 id:90001 of https://codereview.chromium.org/931293002/) by joshualitt · 10 years ago
  6. ee72dde non-aa rects batch by joshualitt · 10 years ago
  7. 953df44 Remove SK_SUPPORT_LEGACY_GET_PIXELS_ENUM. by scroggo · 10 years ago
  8. 1720302 Roll ANGLE by bsalomon · 10 years ago
  9. 3760457 make strokes3 full size by caryclark · 10 years ago
  10. abcfab4 Swap render target instead of creating a new gpu device for surface copy-on-write by kkinnunen · 10 years ago
  11. 54bf133 Update SKP version by skia.buildbots · 10 years ago
  12. 0ab326f move GMSampleView into its own cpp by reed · 10 years ago
  13. f7f79d2 remove dead code from sampleapp, trim bad asserts by reed · 10 years ago
  14. 7a04869 [SVGDevice] Text whitespace unittest by fmalita · 10 years ago
  15. c1b71d6 PDF: remove unnecessary mutexes. by halcanary · 10 years ago
  16. b2bed00 Implement onMatchFamilyStyleCharacter for DirectWrite. by bungeman · 10 years ago
  17. 7abe15d Remove historical assert in AAConvexPathRenderer by joshualitt · 10 years ago
  18. 96d68b7 Make SkPixelRef::isLocked() debug-only, remove related dead code. by mtklein · 10 years ago
  19. 7ff7050 Enable override keyword for GCC versions >= 4.7 by djsollen · 10 years ago
  20. 2aa1f7e Port GrGLCaps over to use SkTHash. by mtklein · 10 years ago
  21. e5524cd Fix layer hoisting bug in SkCanvas::drawPicture path by robertphillips · 10 years ago
  22. a82f562 Use simpler SkTHashSet in DM to store reference gold by mtklein · 10 years ago
  23. 792c80f PDF: Now threadsafe! by halcanary · 10 years ago
  24. d08ea5f Round stencil buffers dims up to next pow2 when allowed by bsalomon · 10 years ago
  25. 04e4d08 This uses quad approximations of the outer and inner paths describing a stroke. Cubics and conics' thick strokes are approximated with quads as well. by caryclark · 10 years ago
  26. a1f1ee9 PDF : New factory function for SkPDFDevice by halcanary · 10 years ago
  27. 07d5947 PDF: remove unused SkPDFDevice::setDCTEncoder() by halcanary · 10 years ago
  28. b92b706 Revert of Make SkPixelRef::isLocked() debug-only, remove related dead code. (patchset #1 id:1 of https://codereview.chromium.org/940083002/) by reed · 10 years ago
  29. 56f4ace PDF: Remove SkPDFDeviceFlattener by halcanary · 10 years ago
  30. 8c92dc1 Remove unused parameters to SkDocument::CreatePDF by halcanary · 10 years ago
  31. 8e65712 Make SkPixelRef::isLocked() debug-only, remove related dead code. by mtklein · 10 years ago
  32. 87fa631 Rename onGetPixelsEnum back to onGetPixels. by scroggo · 10 years ago
  33. 8974774 [SkSVGDevice] Fix whitespace text handling by fmalita · 10 years ago
  34. 0c2da0c use geometric ave for choosing mip level by reed · 10 years ago
  35. 176cd92 Allow either the old or new version of ADB on mac. by djsollen · 10 years ago
  36. b602d4d Speculative fix for nexus player unit test failure by bsalomon · 10 years ago
  37. c8e4765 gm to illustrate mipmap layer choice by reed · 10 years ago
  38. ddf30e6 Handle the case when the GrResourceCache timestamp wraps. by bsalomon · 10 years ago
  39. 6364807 gm to test hairlines which fill RenderTarget by joshualitt · 10 years ago
  40. 02a44a4 Recycle stencil buffers across render targets. by bsalomon · 10 years ago
  41. 90c6bc4 Revert of notify resource caches when pixelref genID goes stale (patchset #4 id:60001 of https://codereview.chromium.org/825263005/) by mtklein · 10 years ago
  42. cabc08c PDF: why do we have flags no one uses (or can use)? by mtklein · 10 years ago
  43. ce07afb Update fontcache gm to actually stress font atlas by jvanverth · 10 years ago
  44. f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
  45. 4675819 notify resource caches when pixelref genID goes stale by reed · 10 years ago
  46. 67b21a7 Revert of disable gammatext gm for a while, looking for other flakes (patchset #1 id:1 of https://codereview.chromium.org/725303002/) by bungeman · 10 years ago
  47. e892616 Clarify desired behavior of FontConfigTypeface::LegacyCreateTypeface. by bungeman · 10 years ago
  48. 07327bf move SkPDFD*.h from include to src by halcanary · 10 years ago
  49. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  50. 2e4414e Do not clear the source device in SkGpuDevice::drawDevice by kkinnunen · 10 years ago
  51. 297aaf9 Avoid wrong memory access due to double substitution and %% by kkinnunen · 10 years ago
  52. f421ec6 Fixing possible out of bound memory access by sugoi · 10 years ago
  53. cd87c51 Remove FontConfigTypeface::getFamilyName(). by bungeman · 10 years ago
  54. 193b134 managing chromes use section of docs by hcm · 10 years ago
  55. 606df7a Runtime configuration section of docs by hcm · 10 years ago
  56. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  57. 5a105ff Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  58. 0aa9479 Use SkAutoSTMalloc in GrResourceKey by bsalomon · 10 years ago
  59. 1b5c604 PDF: Add (low-memory) SkPDFBitmap class by halcanary · 10 years ago
  60. 0babd3c Update DirectWrite streams to SkStreamAsset. by bungeman · 10 years ago
  61. c119981 Remove Chromium staging in SkDrawCommand by robertphillips · 10 years ago
  62. 88c748a update sampleapp for stroking experiment by caryclark · 10 years ago
  63. 9488648 Expose method to retrieve CTFont by dominik.rottsches · 10 years ago
  64. cd6ca9e Make SkImage::getTexture() const by kkinnunen · 10 years ago
  65. 4c7a8b0 fix xcode build by mtklein · 10 years ago
  66. e4ef1ca Revert of Use uint16s for texture coordinates when rendering text. (patchset #5 id:80001 of https://codereview.chromium.org/917373002/) by reed · 10 years ago
  67. f320e04 Use an array of nonpurgeable resources in GrResourceCache by bsalomon · 10 years ago
  68. 91d1d62 zlib/pdf: remove HaveFlate(), depend on preprocessor defines by halcanary · 10 years ago
  69. 82079fb DM: move ext into key by mtklein · 10 years ago
  70. 1e4e814 SK_NO_FLATE by mtklein · 10 years ago
  71. 9f2d157 Make GrResourceCache use a priority queue of purgeable resources. by bsalomon · 10 years ago
  72. 9e779d4 add gm for path-arcs, and catch degenerate arc in conic-case by reed · 10 years ago
  73. 305a889 Decrease number of allowed stages for Angle on GLProgramTest by egdaniel · 10 years ago
  74. 3ad6570 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  75. d603b22 Suggested version with 'undo'. by mtklein · 10 years ago
  76. f87fe78 use common impl for drawTextOnPath by reed · 10 years ago
  77. 2682700 Remove SK_SUPPORT_LEGACY_ADDRRECT by fmalita · 10 years ago
  78. d6f87b5 Remove SK_SUPPORT_LEGACY_CONIC_COMPUTE_QUAD_POW2 by fmalita · 10 years ago
  79. e5e72f1 Improve GrInOrderDrawBuffer::Cmd encapsulation by robertphillips · 10 years ago
  80. 50da1d8 Fix broken build due to updated #define by djsollen · 10 years ago
  81. 059034d Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  82. 523cda3 Remove android specific srcPath from SkPath by djsollen · 10 years ago
  83. b1629c5 Fix skia bug 2845 by kui.zheng · 10 years ago
  84. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago
  85. d1371a6 Upstream support for sfntly in Google3 by mtklein · 10 years ago
  86. 54fac8b Minor refactoring by robertphillips · 10 years ago
  87. 351ba1b fix for ASAN heap overflow by joshualitt · 10 years ago
  88. 9e447c0 remove unneeded preroll by reed · 10 years ago
  89. c610ed9 Update SKP version by skia.buildbots · 10 years ago
  90. dfb7da3 Negative numbers are not flags. by mtklein · 10 years ago
  91. f6f8050 git: add skps to .gitignore by halcanary · 10 years ago
  92. 3d47e21 Labels when dumping fonts in Android parser test. by bungeman · 10 years ago
  93. 43466a1 Multi-string shaders by joshualitt · 10 years ago
  94. b8a82f2 Revert of Multi-string shaders (patchset #4 id:60001 of https://codereview.chromium.org/929503002/) by joshualitt · 10 years ago
  95. 1c3c2d8 Multi-string shaders by joshualitt · 10 years ago
  96. 3a6672a C++11 Unit Test for RValue semantics. by halcanary · 10 years ago
  97. ad66f9b DM: don't leak the null canvas in NullSink. by mtklein · 10 years ago
  98. 694b0d1 fix more tricky-float cases in SkRRect validate by reed · 10 years ago
  99. 4283f13 AA stroke rects batch by joshualitt · 10 years ago
  100. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 10 years ago