1. 896f393 Automatically add NOTREECHECKS when uploading CLs from non master branches by rmistry · 9 years ago
  2. ed0069a Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #6 id:100001 of https://codereview.chromium.org/949263002/) by bsalomon · 9 years ago
  3. aae1a26 remove unnecessary and confusing error message from scaler (also fix whitespace) by humper · 9 years ago
  4. 870b9ea add auto SkPMFloat <-> Sk4f conversion by mtklein · 9 years ago
  5. d223fb2 Automatically add a docs preview link and NOTRY=true when there are only docs changes. by rmistry · 9 years ago
  6. e761614 Spin off some fixes to land right away. by mtklein · 9 years ago
  7. 7e051f9 Fix SampleApp build on iOS. by scroggo · 9 years ago
  8. 642429e Some small code tidying by joshualitt · 9 years ago
  9. d2ad8eb Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 9 years ago
  10. 68ccca1 Win64 warning fix for GrTessellatingPathRenderer. by Stephen White · 9 years ago
  11. d6ed19c Tessellating GPU path renderer. by senorblanco · 9 years ago
  12. f47e707 Revert of Use an image generator to back SkPictureShader tiles. (patchset #4 id:60001 of https://codereview.chromium.org/866773002/) by fmalita · 9 years ago
  13. 5f5a8d7 adding preabandon flag to DM by joshualitt · 9 years ago
  14. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  15. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 9 years ago
  16. edeccc5 Clean up ColorRectProc plumbing. by mtklein · 9 years ago
  17. 59c9203 Fix the race to set the new gen ID. by mtklein · 9 years ago
  18. edeb7a9 Remove SK_USE_LEGACY_AA_COVERAGE guarded code. by bungeman · 9 years ago
  19. 37a6107 Shorten up some site titles, also remove some trailing whitespace. by jcgregorio · 9 years ago
  20. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  21. 63d0024 Steal a bit from the gen ID instead of managing two atomic values. by mtklein · 9 years ago
  22. 63c684a fuzzer fixes by caryclark · 9 years ago
  23. 4e4e816 SkPDF: remove SK_API on no-longer-public functions. by halcanary · 9 years ago
  24. c78ae2d roll gyp TBR=mtklein@google.com by bsalomon · 9 years ago
  25. 6101077 Revert of fAddedToCache doesn't need to be atomic. (patchset #1 id:1 of https://codereview.chromium.org/960573002/) by mtklein · 9 years ago
  26. ee2a3ea Revert of Default SK_ANGLE to true on Windows, run angle whenever possible on bots. (patchset #3 id:40001 of https://codereview.chromium.org/946933006/) by mtklein · 9 years ago
  27. fbe0edf fAddedToCache doesn't need to be atomic. by mtklein · 9 years ago
  28. 88ec329 Default SK_ANGLE to true on Windows, run angle whenever possible on bots. by mtklein · 9 years ago
  29. 3704df3 Remove SSE2 ColorRect32 code/files by henrik.smiding · 9 years ago
  30. 83787d0 only notify bitmaps that have been added to the cache by reed · 9 years ago
  31. 8673765 Doc: user/quick/linux mentions 32-bit compiling by halcanary · 9 years ago
  32. b69d0e0 BUG=skia: by herb · 9 years ago
  33. 5a23a14 Fix to check for inf when generating quadratic points by egdaniel · 9 years ago
  34. 86821b5 SkTRacy<T> -> SkAtomic<T> by mtklein · 9 years ago
  35. 7eeba25 Notify resource caches when pixelref genID goes stale by reed · 9 years ago
  36. 4b583ac FreeType uses unsigned int, Skia uses int. by joshualitt · 9 years ago
  37. 6065b88 fix for msan by joshualitt · 9 years ago
  38. 4739955 Use an image generator to back SkPictureShader tiles. by fmalita · 9 years ago
  39. 5b27b14 don't draw if maxVertices returns 0 or > than uin16_t max by joshualitt · 9 years ago
  40. 334fcbc SkPDF: replace SkPDFDevice::copyContentToData by halcanary · 9 years ago
  41. f73e589 Add tools/nanobench_flags.py. by mtklein · 9 years ago
  42. fe1b180 Fix radii scaling bug in SkRRect::setNinePatch by robertphillips · 9 years ago
  43. 1a2979a fix nvpr by Mike Klein · 9 years ago
  44. 11a2c50 add tools/dm_flags.py by mtklein · 9 years ago
  45. a1cb378 GM: showmiplevels handles bitmap memory in a nicer way. by halcanary · 9 years ago
  46. 233c6ce k1 fix by joshualitt · 9 years ago
  47. ab2f44c probable fix for asan bot by joshualitt · 9 years ago
  48. e59bbf1 Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of https://codereview.chromium.org/939123002/) by scroggo · 9 years ago
  49. 1297ecf flip stroke to chrome compatible define by caryclark · 9 years ago
  50. f8d24e2 BUG=skia: by herb · 9 years ago
  51. 73953e7 Make SkNewImageFromBitmap take pixel ref origin into account by kkinnunen · 9 years ago
  52. 0413d43 Enable rect clips by joshualitt · 9 years ago
  53. 9ece6a9 move static init to cpp file to fix linux builder by joshualitt · 9 years ago
  54. 5877333 non-aa rects batch by joshualitt · 9 years ago
  55. 128def3 Revert of fix for linux builder warn on exit destructor (patchset #1 id:1 of https://codereview.chromium.org/951103002/) by joshualitt · 9 years ago
  56. 994e818 Provide Mac 10.6 SDK support for kCTFontColorGlyphsTrait. by bungeman · 9 years ago
  57. 51fdb4f fix for linux builder warn on exit destructor by joshualitt · 9 years ago
  58. 44701df Move clip off of draw target by joshualitt · 9 years ago
  59. 98c251b Use traits instead of table for color glyph detection. by bungeman · 9 years ago
  60. 9671ecd Use highp for distance field texture coord varyings. by jvanverth · 9 years ago
  61. 6df8e34 break out of cubic stroker loop on degenerate case by caryclark · 9 years ago
  62. f056bd1 Ensure that skia's test resources are properly packaged on Android by djsollen · 9 years ago
  63. eebc39a Add HWUI Sink to DM on Android Framework builds by tomhudson · 9 years ago
  64. 7af2150 SkStream: Add SkDynamicMemoryWStream::writeToStream(SkWStream*) by halcanary · 9 years ago
  65. 52057c8 Fix release-developer build. by bsalomon · 9 years ago
  66. 0bdeec9 Remove canApplyCoverage from XP and all related functions in gpu code. by egdaniel · 9 years ago
  67. b8de1f4 Reset conicWeights in SkPath::consumeDegenerateSegments when rewinding to last Move op by robertphillips · 9 years ago
  68. 1a9600f Make STDPQueue::at() available in all builds. by bsalomon · 9 years ago
  69. 278f86e SkDiscardablePixelRef should favor not decoding to YUV if they already decoded to RGB. by vmiura · 9 years ago
  70. 93276c6 Remove EGL header from SkANGLELContext.h by bsalomon · 9 years ago
  71. 44906c6 Revert of DM: lazy decoding on SKP playback (patchset #4 id:60001 of https://codereview.chromium.org/943383002/) by halcanary · 9 years ago
  72. 77d366d DM: lazy decoding on SKP playback by halcanary · 9 years ago
  73. c01f47b Remove unnecessary include of gles2 header in SkANGLEGLContext.h by bsalomon · 9 years ago
  74. a2f4be7 Sketch SkPMFloat by mtklein · 9 years ago
  75. 9c007f2 Use #if instead of #ifdef with SK_HAS_DWRITE_X. by bungeman · 9 years ago
  76. 9e5fc72 Add stencil buffer create tracking to GPU stats. by bsalomon · 9 years ago
  77. 0883027 Revert of Sketch SkPMFloat (patchset #15 id:270001 of https://codereview.chromium.org/936633002/) by mtklein · 9 years ago
  78. 28512f7 Use IDWriteFontFallback when available. by bungeman · 9 years ago
  79. 50d2b31 Sketch SkPMFloat by mtklein · 9 years ago
  80. 2596567 Don't require AA in order to use shader-based clips by bsalomon · 9 years ago
  81. dd3143b clear stencil buffer using special purpose FBO by bsalomon · 9 years ago
  82. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 9 years ago
  83. 4238017 Use D3D11 backend for ANGLE when available. by bsalomon · 9 years ago
  84. 332c729 Default path renderer batch by joshualitt · 9 years ago
  85. 7be2eb8 Remove SkFontHost includes and friends. by bungeman · 9 years ago
  86. e2b580b remove dead code (covered by surfaceprops) by reed · 9 years ago
  87. 6ae1b11 Revert of non-aa rects batch (patchset #6 id:90001 of https://codereview.chromium.org/931293002/) by joshualitt · 9 years ago
  88. ee72dde non-aa rects batch by joshualitt · 9 years ago
  89. 953df44 Remove SK_SUPPORT_LEGACY_GET_PIXELS_ENUM. by scroggo · 9 years ago
  90. 1720302 Roll ANGLE by bsalomon · 9 years ago
  91. 3760457 make strokes3 full size by caryclark · 9 years ago
  92. abcfab4 Swap render target instead of creating a new gpu device for surface copy-on-write by kkinnunen · 9 years ago
  93. 54bf133 Update SKP version by skia.buildbots · 9 years ago
  94. 0ab326f move GMSampleView into its own cpp by reed · 9 years ago
  95. f7f79d2 remove dead code from sampleapp, trim bad asserts by reed · 9 years ago
  96. 7a04869 [SVGDevice] Text whitespace unittest by fmalita · 9 years ago
  97. c1b71d6 PDF: remove unnecessary mutexes. by halcanary · 9 years ago
  98. b2bed00 Implement onMatchFamilyStyleCharacter for DirectWrite. by bungeman · 9 years ago
  99. 7abe15d Remove historical assert in AAConvexPathRenderer by joshualitt · 9 years ago
  100. 96d68b7 Make SkPixelRef::isLocked() debug-only, remove related dead code. by mtklein · 9 years ago