1. 07327bf move SkPDFD*.h from include to src by halcanary · 9 years ago
  2. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 9 years ago
  3. 2e4414e Do not clear the source device in SkGpuDevice::drawDevice by kkinnunen · 9 years ago
  4. 297aaf9 Avoid wrong memory access due to double substitution and %% by kkinnunen · 9 years ago
  5. f421ec6 Fixing possible out of bound memory access by sugoi · 9 years ago
  6. cd87c51 Remove FontConfigTypeface::getFamilyName(). by bungeman · 9 years ago
  7. 193b134 managing chromes use section of docs by hcm · 9 years ago
  8. 606df7a Runtime configuration section of docs by hcm · 9 years ago
  9. 25d9c15 Pass Rendertarget into context. by joshualitt · 9 years ago
  10. 5a105ff Use uint16s for texture coordinates when rendering text. by jvanverth · 9 years ago
  11. 0aa9479 Use SkAutoSTMalloc in GrResourceKey by bsalomon · 9 years ago
  12. 1b5c604 PDF: Add (low-memory) SkPDFBitmap class by halcanary · 9 years ago
  13. 0babd3c Update DirectWrite streams to SkStreamAsset. by bungeman · 9 years ago
  14. c119981 Remove Chromium staging in SkDrawCommand by robertphillips · 9 years ago
  15. 88c748a update sampleapp for stroking experiment by caryclark · 9 years ago
  16. 9488648 Expose method to retrieve CTFont by dominik.rottsches · 9 years ago
  17. cd6ca9e Make SkImage::getTexture() const by kkinnunen · 9 years ago
  18. 4c7a8b0 fix xcode build by mtklein · 9 years ago
  19. e4ef1ca Revert of Use uint16s for texture coordinates when rendering text. (patchset #5 id:80001 of https://codereview.chromium.org/917373002/) by reed · 9 years ago
  20. f320e04 Use an array of nonpurgeable resources in GrResourceCache by bsalomon · 9 years ago
  21. 91d1d62 zlib/pdf: remove HaveFlate(), depend on preprocessor defines by halcanary · 9 years ago
  22. 82079fb DM: move ext into key by mtklein · 9 years ago
  23. 1e4e814 SK_NO_FLATE by mtklein · 9 years ago
  24. 9f2d157 Make GrResourceCache use a priority queue of purgeable resources. by bsalomon · 9 years ago
  25. 9e779d4 add gm for path-arcs, and catch degenerate arc in conic-case by reed · 9 years ago
  26. 305a889 Decrease number of allowed stages for Angle on GLProgramTest by egdaniel · 9 years ago
  27. 3ad6570 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 9 years ago
  28. d603b22 Suggested version with 'undo'. by mtklein · 9 years ago
  29. f87fe78 use common impl for drawTextOnPath by reed · 9 years ago
  30. 2682700 Remove SK_SUPPORT_LEGACY_ADDRRECT by fmalita · 9 years ago
  31. d6f87b5 Remove SK_SUPPORT_LEGACY_CONIC_COMPUTE_QUAD_POW2 by fmalita · 9 years ago
  32. e5e72f1 Improve GrInOrderDrawBuffer::Cmd encapsulation by robertphillips · 9 years ago
  33. 50da1d8 Fix broken build due to updated #define by djsollen · 9 years ago
  34. 059034d Use uint16s for texture coordinates when rendering text. by jvanverth · 9 years ago
  35. 523cda3 Remove android specific srcPath from SkPath by djsollen · 9 years ago
  36. b1629c5 Fix skia bug 2845 by kui.zheng · 9 years ago
  37. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 9 years ago
  38. d1371a6 Upstream support for sfntly in Google3 by mtklein · 9 years ago
  39. 54fac8b Minor refactoring by robertphillips · 9 years ago
  40. 351ba1b fix for ASAN heap overflow by joshualitt · 9 years ago
  41. 9e447c0 remove unneeded preroll by reed · 9 years ago
  42. c610ed9 Update SKP version by skia.buildbots · 9 years ago
  43. dfb7da3 Negative numbers are not flags. by mtklein · 9 years ago
  44. f6f8050 git: add skps to .gitignore by halcanary · 9 years ago
  45. 3d47e21 Labels when dumping fonts in Android parser test. by bungeman · 9 years ago
  46. 43466a1 Multi-string shaders by joshualitt · 9 years ago
  47. b8a82f2 Revert of Multi-string shaders (patchset #4 id:60001 of https://codereview.chromium.org/929503002/) by joshualitt · 9 years ago
  48. 1c3c2d8 Multi-string shaders by joshualitt · 9 years ago
  49. 3a6672a C++11 Unit Test for RValue semantics. by halcanary · 9 years ago
  50. ad66f9b DM: don't leak the null canvas in NullSink. by mtklein · 9 years ago
  51. 694b0d1 fix more tricky-float cases in SkRRect validate by reed · 9 years ago
  52. 4283f13 AA stroke rects batch by joshualitt · 9 years ago
  53. 3582d3e Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache. by bsalomon · 9 years ago
  54. 4ccce7e YUV scale fix by sugoi · 9 years ago
  55. db0f951 Stop lieing about GrBatch color for Rects by joshualitt · 9 years ago
  56. efe513b Fix conversion from enum to bool error. by scroggo · 9 years ago
  57. f7c2d55 Determine whether we can tweakAlphaForCoverage during Pipeline/XP creation. by egdaniel · 9 years ago
  58. 0ff748a Revert of YUV scale fix (patchset #2 id:20001 of https://codereview.chromium.org/922273002/) by jvanverth · 9 years ago
  59. b5d0ce6 FontFamily SkTArrays can be moved. by bungeman · 9 years ago
  60. e6eddf7 YUV scale fix by sugoi · 9 years ago
  61. 0864908 Make SkImageGenerator::getPixels() return an enum. by scroggo · 9 years ago
  62. 9bafc30 Remove SkPictureFlat.h include from SkDrawCommands.h by robertphillips · 9 years ago
  63. 3555bd8 Add a templated priority queue class. by bsalomon · 9 years ago
  64. 2b816ba Revert of Use dst copies in porter duffer XP to correctly render certain blends. (patchset #4 id:60001 of https://codereview.chromium.org/914003003/) by egdaniel · 9 years ago
  65. 997c635 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 9 years ago
  66. 8e8c940 Fix leak in ComposedImageFilterOffset test by ajuma · 9 years ago
  67. 5788faa Fix SkComposeImageFilter's bounds computation and offset handling by ajuma · 9 years ago
  68. 95f192d Adding new benchmark to test image decoding performance. by msarett · 9 years ago
  69. a8fcea0 Limit clear as draw workaround to Adreno 3xx. by bsalomon · 9 years ago
  70. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 9 years ago
  71. f89f60f [SkSVGDevice] Full font family support by fmalita · 9 years ago
  72. 9a0808f Verify all parsed test font files start with cap. by bungeman · 9 years ago
  73. f16c00e interpret conic tolerance correctly -- big rebaseline by reed · 9 years ago
  74. 79ca081 Minimize SkTHash object copying by fmalita · 9 years ago
  75. 0a62ad7 Revert of I cannot remember what the race here actually was. (patchset #1 id:1 of https://codereview.chromium.org/922873002/) by mtklein · 9 years ago
  76. 71409c8 I cannot remember what the race here actually was. by mtklein · 9 years ago
  77. 84b13df Revert of AA stroke rects batch (patchset #6 id:100001 of https://codereview.chromium.org/912483004/) by joshualitt · 9 years ago
  78. dd21987 fix for uniform view matrix being uploaded but not used by joshualitt · 9 years ago
  79. 8072caa A simple change to move a bunch of stuff out of Gr*Geometry.h by joshualitt · 9 years ago
  80. b0fb935 AA stroke rects batch by joshualitt · 9 years ago
  81. 7b4d4c7 [PDF] Fix shader fallback mapping when clipped by fmalita · 9 years ago
  82. 201c98d fix windows build by Mike Klein · 9 years ago
  83. 05d9044 optional res-scale parameter to getFillPath by reed · 9 years ago
  84. 3a09204 Revert of Remove SkPictureFlat.h include from SkDrawCommands.h (patchset #3 id:40001 of https://codereview.chromium.org/912403004/) by robertphillips · 9 years ago
  85. 7cd3f64 Stop adding mssse3 & m32/m64 for Android framework. by scroggo · 9 years ago
  86. 979e0ea Spin off SkTHashTable, SkTHashMap, SkTHashSet by mtklein · 9 years ago
  87. cd96366 Revert of AA stroke rects batch (patchset #5 id:80001 of https://codereview.chromium.org/912483004/) by joshualitt · 9 years ago
  88. c63de32 Revert of fix for windows bot (patchset #1 id:1 of https://codereview.chromium.org/917933005/) by joshualitt · 9 years ago
  89. c43a4d8 fix for windows bot by joshualitt · 9 years ago
  90. 68c7b6a AA stroke rects batch by joshualitt · 9 years ago
  91. fa3a83d Remove SkPictureFlat.h include from SkDrawCommands.h by robertphillips · 9 years ago
  92. 90b5c0c Expose SkPathRef::unique through SkPath. by djsollen · 9 years ago
  93. 8bce244 set skia_arch_type in nacl_make by mtklein · 9 years ago
  94. df1c337 Don't use m32 cflag for x86_64. by scroggo · 9 years ago
  95. 9d7ceca Generated makefile now includes people to contact. by scroggo · 9 years ago
  96. a2c1171 DM: document -r by mtklein · 9 years ago
  97. e998b7f Move SkOSFile::Iter impls into ports. by bungeman · 9 years ago
  98. 72942b8e Add staging for Chromium by robertphillips · 9 years ago
  99. 19e0058 fix for xoom by joshualitt · 10 years ago
  100. 3740972 Make null GL context use callback to make current by bsalomon · 10 years ago