1. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  2. 4e7cdd5 Revert "Disable GL buffer mapping on TSAN/Mac." by Brian Salomon · 7 years ago
  3. c5eb97d add helper to check for overflow by Mike Reed · 7 years ago
  4. c203e65 Disable GL buffer mapping on TSAN/Mac. by Brian Salomon · 7 years ago
  5. 67ef5d7 Remove SkTypeface::Style use in API. by Ben Wagner · 7 years ago
  6. 4cad310 CCPR: Blacklist Intel driver except on Mac by Chris Dalton · 7 years ago
  7. 06cd666 CCPR: Block older Intel/Mesa setups by Chris Dalton · 7 years ago
  8. 3cd0bef Fix a couple float-cast-overflow in SkScan*. by Ben Wagner · 7 years ago
  9. 196efbf Enable coverage counting path rendering except on Android framework by Chris Dalton · 7 years ago
  10. cc604e5 CCPR: Add workaround for PowerVR crash by Chris Dalton · 7 years ago
  11. 4a6a732 CCPR: Blacklist intel 4xxx and 6xxx by Chris Dalton · 7 years ago
  12. 384f0a7 Revert "change computeByteSize to return max_size_t on overflow" by Mike Reed · 7 years ago
  13. e1da1d9 Add option to create a deferred render target context with mips by Greg Daniel · 7 years ago
  14. 567d6f4 Add GS Invocations caps to SkSL StandaloneShaderCaps by Chris Dalton · 7 years ago
  15. 2429546 change computeByteSize to return max_size_t on overflow by Mike Reed · 7 years ago
  16. f1b47bb Add a cap for geometry shader invocations by Chris Dalton · 7 years ago
  17. 1fbb07a Fix window origin on mac views by Chris Dalton · 7 years ago
  18. 981a31e Generate warning settings for Android framework by Leon Scroggins III · 7 years ago
  19. 1265894 Don't execute onFlush op lists until after GPU data is uploaded by Chris Dalton · 7 years ago
  20. d151322 CCPR: Don't forget resource provider in Pipeline InitArgs by Chris Dalton · 7 years ago
  21. 3e70fa3 When mip mapping, do YUV mip generation on CPU then upload to GPU. by Greg Daniel · 7 years ago
  22. ef8ce28 experiments to speed up drawing 32bit images into 565 by Mike Reed · 7 years ago
  23. 04eb02f Fewer atomic ops in debug with SkBufferHead. by Ben Wagner · 7 years ago
  24. a3b8895 clamp to [0,1] in all gradient tilers by Mike Klein · 7 years ago
  25. eccda1c Clean up SkString reference counting a bit. by Ben Wagner · 7 years ago
  26. a2fd62a Use draws instead of clears on Macs w/ Intel Iris Pro GPUs by Robert Phillips · 7 years ago
  27. d94e00c abort if glyph metrics fall outside safe rect by Mike Klein · 7 years ago
  28. 2ba7f3a reformat hard-to-read preprocessor in SkJumper.cpp by Mike Klein · 7 years ago
  29. 839872c converted GrConfigConversionEffect to SkSL by Ethan Nicholas · 7 years ago
  30. 2a76985 aggressively refactor pipeline building in SkColorSpaceXform by Mike Klein · 7 years ago
  31. 8d64ee7 Update SkBufferHead fRefCnt to std::atomic. by Ben Wagner · 7 years ago
  32. 3a93053 Always use draws instead of clears for ANGLE D3D11 by Robert Phillips · 7 years ago
  33. 01f8e41 Revert "Clean up SkString reference counting a bit." by Robert Phillips · 7 years ago
  34. b93fdfd Revert "Don't execute onFlush op lists until after GPU data is uploaded" by Mike Klein · 7 years ago
  35. 98156c4 refactor SkColorSpaceXform a bit by Mike Klein · 7 years ago
  36. 374a4e4 Don't execute onFlush op lists until after GPU data is uploaded by Chris Dalton · 7 years ago
  37. a910c84 Clean up SkString reference counting a bit. by Ben Wagner · 7 years ago
  38. e067395 Avoid overflow computing reserve for aaclip by Mike Reed · 7 years ago
  39. fc5060d Revert "Revert "Update lockTextureProxy to return mipped proxys if mipping is requested."" by Greg Daniel · 7 years ago
  40. b379dcd Sever fOriginalPath connection whenever a GrShape becomes a simple type by Brian Osman · 7 years ago
  41. a84cacf Rename GrOpList::reset to endFlush by Chris Dalton · 7 years ago
  42. fa8c080 Use SK_DISABLE_DEFERRED_PROXIES to only disable deferred proxies for Chrome by Robert Phillips · 7 years ago
  43. c42b20b Revert "Revert "When flushing, reset flush state before op lists"" by Greg Daniel · 7 years ago
  44. 69f26db Ensure glxGetProcAddress is declared by Brian Osman · 7 years ago
  45. f8bc001 Revert "When flushing, reset flush state before op lists" by Greg Daniel · 7 years ago
  46. 78bdee2 When flushing, reset flush state before op lists by Greg Daniel · 7 years ago
  47. f0ffb89 Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Mike Reed · 7 years ago
  48. d140fe9 Add MDB comments to recent kNoPendingIO changes by Brian Osman · 7 years ago
  49. af89366 Make SkString reference counting thread/TSAN safe. by Ben Wagner · 7 years ago
  50. 364e248 CCPR: Avoid left shifts on negative numbers by Chris Dalton · 7 years ago
  51. 63272cf Potential fix for Android regression by Jim Van Verth · 7 years ago
  52. 87c76ed Revert "Update lockTextureProxy to return mipped proxys if mipping is requested." by Greg Daniel · 7 years ago
  53. 862c196 Remove static initializers in SkCodec by Leon Scroggins III · 7 years ago
  54. dd7ffa5 Handle the error input case in SkPngCodec decode function by nagarajan.n · 7 years ago
  55. b437351 add _skx stages by Mike Klein · 7 years ago
  56. 099fa0f Revert^6 "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 7 years ago
  57. 74a8296 Fix SkRRect validation for negative types by Adrienne Walker · 7 years ago
  58. 29f642a CCPR: Add WAR for an Intel GLSL compiler assertion by Chris Dalton · 7 years ago
  59. 73f7e1d Temporarily disable deferred texture proxies by Robert Phillips · 7 years ago
  60. 0cea26a fix comments in SkColorSpaceXform.cpp by Mike Klein · 7 years ago
  61. 97abf01 Update lockTextureProxy to return mipped proxys if mipping is requested. by Greg Daniel · 7 years ago
  62. c405b9d Remove SkReadBuffer::validateAvailable by Leon Scroggins III · 7 years ago
  63. 9b1f4bd Revert "Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""""" by Brian Osman · 7 years ago
  64. 5a2e50e Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""" by Mike Reed · 7 years ago
  65. cd284c5 Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"" by Mike Reed · 7 years ago
  66. e4679fa CCPR: Blacklist Mali GPUs and Vulkan while we work through issues by Chris Dalton · 7 years ago
  67. bb76ace Fall back to non mipped Texture when we can't copy base to mipped texture by Greg Daniel · 7 years ago
  68. 4b85b6d fix setPixelRef by Cary Clark · 7 years ago
  69. 3ec9573 Add unit test for pinned SkImages by Robert Phillips · 7 years ago
  70. 4faa040 Remove unused outOffset param in GrTextureAdjuster by Greg Daniel · 7 years ago
  71. f57c6de Revert "Enable coverage counting path rendering on non-Android" by Jim Van Verth · 7 years ago
  72. e74dafc Just add new safe size apis by Mike Reed · 7 years ago
  73. c739b72 Enable coverage counting path rendering on non-Android by Chris Dalton · 7 years ago
  74. 45a6f14 Clear uniquely keyed texture proxies out of ResourceCache when it is deleted by Robert Phillips · 7 years ago
  75. 6e3d995 Add width and height option to SampleApp by Yuqian Li · 7 years ago
  76. 55afd6d Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests"" by Greg Daniel · 7 years ago
  77. fdd2cb5 Revert "Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"""" by Brian Osman · 7 years ago
  78. 8b059bd Revert "Update GrBitmapTextureMaker for handling mipped requests" by Greg Daniel · 7 years ago
  79. 4b05000 Always read half-float textures as GL_HALF_FLOAT in ES3. by Geoff Lang · 7 years ago
  80. 5a4fb6e Reorganize blur filter to insert new implementation by Herb Derby · 7 years ago
  81. 4cdbf60 Avoid uninitialized memory in readByteArrayAsData by Leon Scroggins III · 7 years ago
  82. c3269ae Miscellaneous dynamic atlas fixes. by Jim Van Verth · 7 years ago
  83. d1935c1 Update GrBitmapTextureMaker for handling mipped requests by Greg Daniel · 7 years ago
  84. 29011a2 Remove tolerance form SkClassifyCubic by Chris Dalton · 7 years ago
  85. a039d3b CCPR: Handle very large paths by Chris Dalton · 7 years ago
  86. f7729c2 Move context types into STAGE() macros. by Mike Klein · 7 years ago
  87. 9f8d4d3 Revert "Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation""" by Brian Osman · 7 years ago
  88. abb8bb3 Always zero vectors in start_pipeline(). by Mike Klein · 7 years ago
  89. e8b8397 Revert "Revert "Make threaded proxy generation MDB-friendly, and defer instantiation"" by Brian Osman · 7 years ago
  90. 8477144 Also mask t itself in mask_2pt_conical_degenerates. by Mike Klein · 7 years ago
  91. 1a0ea73 Use wider types to compute bounds area and avoid overflow by Brian Osman · 7 years ago
  92. 3a5e1fe Simplify scan converter's args by Yuqian Li · 7 years ago
  93. 837c6c7 Revert "Make threaded proxy generation MDB-friendly, and defer instantiation" by Brian Osman · 7 years ago
  94. 742f3d0 Make threaded proxy generation MDB-friendly, and defer instantiation by Brian Osman · 7 years ago
  95. 420c4cf Add GrTextureProxyPriv by Robert Phillips · 7 years ago
  96. 072c710 CCPR: Fix KLM matrix when D2=0 by Chris Dalton · 7 years ago
  97. b9b5de5 make SkPath::fConvexity atomic by Mike Klein · 7 years ago
  98. 809cbed Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Jim Van Verth · 7 years ago
  99. 6ca9c6f Fix crash in setLastUseTokenBulk by Jim Van Verth · 7 years ago
  100. e567746 Fix truncated webp images by Leon Scroggins III · 7 years ago