1. bb76ace Fall back to non mipped Texture when we can't copy base to mipped texture by Greg Daniel · 7 years ago
  2. 4b85b6d fix setPixelRef by Cary Clark · 7 years ago
  3. 3ec9573 Add unit test for pinned SkImages by Robert Phillips · 7 years ago
  4. 4faa040 Remove unused outOffset param in GrTextureAdjuster by Greg Daniel · 7 years ago
  5. f57c6de Revert "Enable coverage counting path rendering on non-Android" by Jim Van Verth · 7 years ago
  6. e74dafc Just add new safe size apis by Mike Reed · 7 years ago
  7. c739b72 Enable coverage counting path rendering on non-Android by Chris Dalton · 7 years ago
  8. 45a6f14 Clear uniquely keyed texture proxies out of ResourceCache when it is deleted by Robert Phillips · 7 years ago
  9. 6e3d995 Add width and height option to SampleApp by Yuqian Li · 7 years ago
  10. 55afd6d Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests"" by Greg Daniel · 7 years ago
  11. fdd2cb5 Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"""" by Brian Osman · 7 years ago
  12. 8b059bd Revert "Update GrBitmapTextureMaker for handling mipped requests" by Greg Daniel · 7 years ago
  13. 4b05000 Always read half-float textures as GL_HALF_FLOAT in ES3. by Geoff Lang · 7 years ago
  14. 5a4fb6e Reorganize blur filter to insert new implementation by Herb Derby · 7 years ago
  15. 4cdbf60 Avoid uninitialized memory in readByteArrayAsData by Leon Scroggins III · 7 years ago
  16. c3269ae Miscellaneous dynamic atlas fixes. by Jim Van Verth · 7 years ago
  17. d1935c1 Update GrBitmapTextureMaker for handling mipped requests by Greg Daniel · 7 years ago
  18. 29011a2 Remove tolerance form SkClassifyCubic by Chris Dalton · 7 years ago
  19. a039d3b CCPR: Handle very large paths by Chris Dalton · 7 years ago
  20. f7729c2 Move context types into STAGE() macros. by Mike Klein · 7 years ago
  21. 9f8d4d3 Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""" by Brian Osman · 7 years ago
  22. abb8bb3 Always zero vectors in start_pipeline(). by Mike Klein · 7 years ago
  23. e8b8397 Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"" by Brian Osman · 7 years ago
  24. 8477144 Also mask t itself in mask_2pt_conical_degenerates. by Mike Klein · 7 years ago
  25. 1a0ea73 Use wider types to compute bounds area and avoid overflow by Brian Osman · 7 years ago
  26. 3a5e1fe Simplify scan converter's args by Yuqian Li · 7 years ago
  27. 837c6c7 Revert "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 7 years ago
  28. 742f3d0 Make threaded proxy generation MDB-friendly, and defer instantiation by Brian Osman · 7 years ago
  29. 420c4cf Add GrTextureProxyPriv by Robert Phillips · 7 years ago
  30. 072c710 CCPR: Fix KLM matrix when D2=0 by Chris Dalton · 7 years ago
  31. b9b5de5 make SkPath::fConvexity atomic by Mike Klein · 7 years ago
  32. 809cbed Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Jim Van Verth · 7 years ago
  33. 6ca9c6f Fix crash in setLastUseTokenBulk by Jim Van Verth · 7 years ago
  34. e567746 Fix truncated webp images by Leon Scroggins III · 7 years ago
  35. 28c434b Handle instantiation of proxies with pending invalidation messages by Brian Osman · 7 years ago
  36. 6b60b6e Try finding exact scratch texture in cache before approx, take 2 by Greg Daniel · 7 years ago
  37. 62ea0cd Adjust atlas tracking to get better usage. by Jim Van Verth · 7 years ago
  38. aaab3c7 remove __attribute__((disable_tail_calls)) by Mike Klein · 7 years ago
  39. 0e4d096 rename kStride N by Mike Klein · 7 years ago
  40. 88757da guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  41. fa7ee24 changed vertex attribute precisions to be actual types by Ethan Nicholas · 7 years ago
  42. f46633f Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Greg Daniel · 7 years ago
  43. 2481501 Remove old, unused code by Brian Osman · 7 years ago
  44. bed683a switched gl_Position and gl_PointSize to sk_* by Ethan Nicholas · 7 years ago
  45. e9242ca Invalidate textures cached by SW path renderer when paths go away by Brian Osman · 7 years ago
  46. e2d76d5 Remove fIsMipMapped from GrSurfaceDesc by Greg Daniel · 7 years ago
  47. 9b89bca Limit maximum sigma to avoid overflows by Herb Derby · 7 years ago
  48. cd87140 Add ability to remove unique key from proxy and underlying surface. by Greg Daniel · 7 years ago
  49. 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  50. 106b5c4 Shrink GrDrawOpAtlases when no longer needed, take 2. by Jim Van Verth · 7 years ago
  51. 8d17769 CCPR: Remove kCombinedTriangleHullsAndEdges by Chris Dalton · 7 years ago
  52. 90f28ec Add some asserts and explict setting of fIsMipMapped by Greg Daniel · 7 years ago
  53. 5922739 Revert "Revert "migrate to sk_sp for SkFontMgr API"" by Mike Reed · 7 years ago
  54. f6f7cf6 Invalidate path VBs when paths are destroyed by Brian Osman · 7 years ago
  55. 712fe73 Add animated cowboy sample from WebKit tests, and fix. by Jim Van Verth · 7 years ago
  56. f40ae1a Revert "migrate to sk_sp for SkFontMgr API" by Mike Reed · 7 years ago
  57. 4bf296b migrate to sk_sp for SkFontMgr API by Mike Reed · 7 years ago
  58. d6c04d9 Simplify / fix SkBitmap::ReadRawPixels() by Mike Klein · 7 years ago
  59. ffbdd02 Make SkPath::readFromMemory failure silent by Adrienne Walker · 7 years ago
  60. b449666 Reland "Fix SkImageSource::filterBounds()" again by Xianzhu Wang · 7 years ago
  61. 477e9d4 Merge fCurrIncrementalCodec and fCurrScanlineCodec usage into single variable by nagarajan.n · 7 years ago
  62. f60c1a3 Reland blitFatAntiRect with guard to avoid overhead in MaskAdditiveBlitter by Yuqian Li · 7 years ago
  63. 29bf84f Remove unneeded kExact and kNoCreate Flags from GrResouceProvider by Greg Daniel · 7 years ago
  64. f3b4e16 Fold clamp_{x,y} into the gathers. by Mike Klein · 7 years ago
  65. acbdb5d Remove unused function with an incorrect assert by Brian Osman · 7 years ago
  66. 4935a01 Revert "Shrink GrDrawOpAtlases when no longer needed" by Jim Van Verth · 7 years ago
  67. 7cf5952 Shrink GrDrawOpAtlases when no longer needed by Jim Van Verth · 7 years ago
  68. 266ef6d Use clear-as-draw workaround on Ivy Bridge/ANGLE D3D11. by Brian Salomon · 7 years ago
  69. adaeaed Add missing onDrawDrawable() overrides to utility canvases by Florin Malita · 7 years ago
  70. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  71. b7d42e3 Don't deserialize pathref oval/rrect bits by Brian Salomon · 7 years ago
  72. 2917e07 Remove unsafe align4 call by Herb Derby · 7 years ago
  73. cfbbcbe Temporary patch for Mac TSAN bot (with threaded Ganesh mask generation) by Robert Phillips · 7 years ago
  74. 9d5f1c5 count total non-lowp runs by Mike Klein · 7 years ago
  75. 0f17181 Guard resource provider path creation methods against abandoned context by Robert Phillips · 7 years ago
  76. 65e7063 Don't call GrBuffer::map() in createPatternedIndexBuffer. by Mike Klein · 7 years ago
  77. 1e3b79e Serialize rrect/oval paths as rrects rather than points and verbs. by Brian Salomon · 7 years ago
  78. 2fbf1bc Add SK_API to APIs used by the android framework. by Derek Sollenberger · 7 years ago
  79. f4b9bf7 Fix wrap mode asserts in GrVkSampler::GenerateKey by Brian Salomon · 7 years ago
  80. 3b7658a Teach TSAN directly about semaphore_t. by Mike Klein · 7 years ago
  81. c0192e3 Remove pre-attachment of stencil buffers by Robert Phillips · 7 years ago
  82. ae7d3f3 Add native caching of uniquely keyed GrTextureProxies (take 2) by Robert Phillips · 7 years ago
  83. 76d640d Revert "Add native caching of uniquely keyed GrTextureProxies" by Robert Phillips · 7 years ago
  84. 0ca2146 remove dead code for STREAM_API by Mike Reed · 7 years ago
  85. d4f100d Add native caching of uniquely keyed GrTextureProxies by Robert Phillips · 7 years ago
  86. 8d4a5c7 Avoid using glUnmapBufferOES with ES3 by Brian Osman · 7 years ago
  87. 32bbf37 Fix TSAN issue with atlas expansion. by Jim Van Verth · 7 years ago
  88. 4f6fc83 Fix float-cast-overflow in SkTypeface_FreeType::onGetAdvancedMetrics by Ben Wagner · 7 years ago
  89. fb6a789 Extra safety for SkRRect. by Brian Salomon · 7 years ago
  90. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  91. 906126e Reduced size of SkSL lexer tables by Ethan Nicholas · 7 years ago
  92. 71e3797 CCPR: Process corners analytically by Chris Dalton · 7 years ago
  93. 6c4ea7e Fix 3 related races in SkColorSpace.cpp. by Mike Klein · 7 years ago
  94. 99822ac Add a SkWStream-based SkSVGCanvas factory by Florin Malita · 7 years ago
  95. f398dd5 Move adding offset to dstRow in SkRawCodec::onGetPixels by nagarajan.n · 7 years ago
  96. 07cb2a2 Remove legacy code for box blur. by Herb Derby · 7 years ago
  97. e395bf2 Mac TSAN support: annotate Sk[Base]Mutex as a mutex. by Mike Klein · 7 years ago
  98. 7028443 fix race in SkFontHost_mac.cpp by Mike Klein · 7 years ago
  99. b858da9 Fix float-cast-overflow in SkOpSpan::sortableTop. by Ben Wagner · 7 years ago
  100. 00a2499 add back SkPacked16toX32 to SkColorPriv by Cary Clark · 7 years ago