1. 59f8f15 Revert "Use combined three pass code for image blur." by Herb Derby · 7 years ago
  2. e148bf7 fix for SkSL lexer crash on non-ASCII input by Ethan Nicholas · 7 years ago
  3. c24f5a3 Fix left shift ASAN problem by Yuqian Li · 7 years ago
  4. 62563de Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans." by Brian Salomon · 7 years ago
  5. d4faecd set SkJumper_kMaxStride to 16 by Mike Klein · 7 years ago
  6. a2ac30d Enable CCPR for volatile paths by Chris Dalton · 7 years ago
  7. 152f51d Remove unused variable by Benjamin Kramer · 7 years ago
  8. 4379869 Revert[4] "apply codec origin in generator" by Mike Reed · 7 years ago
  9. fa2d604 Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans. by Brian Salomon · 7 years ago
  10. 8580d51 Add sk_InstanceID by Chris Dalton · 7 years ago
  11. d80870f fix typo by Cary Clark · 7 years ago
  12. d4a0fc7 Use combined three pass code for image blur. by Herb Derby · 7 years ago
  13. dd34014 Revert "Revert "Revert "apply codec origin in generator""" by Mike Reed · 7 years ago
  14. 7bbbf62 Fix GrContext::writePixels bug by Robert Phillips · 7 years ago
  15. fdde34e Remove precision from GrGLSLVaryingHandler by Chris Dalton · 7 years ago
  16. 09eeefb Remove uses of sk_sp when passing around GrVkPipelineState by Greg Daniel · 7 years ago
  17. 6a3dbee Refactor CCPR coverage shaders for a vertex impl by Chris Dalton · 7 years ago
  18. cc7a2f6 CCPR: Blacklist all of Intel except on Mac by Chris Dalton · 7 years ago
  19. 82269ab Revert "Revert "apply codec origin in generator"" by Mike Reed · 7 years ago
  20. 363dd98 Revert "apply codec origin in generator" by Ben Wagner · 7 years ago
  21. d49e946 Remove unnecessary includes of GrColorSpaceXform.h by Brian Osman · 7 years ago
  22. fa15877 apply codec origin in generator by Mike Reed · 7 years ago
  23. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 7 years ago
  24. 1bd76c4 Cleanup references to AHardwareBuffer to match NDK declarations. by Derek Sollenberger · 7 years ago
  25. 8239946 converted GrRectBlurEffect to SkSL by Ethan Nicholas · 7 years ago
  26. d982d05 regenerated SkSL files to fix CheckGeneratedFiles by Ethan Nicholas · 7 years ago
  27. 71ff4b9 remove unused SkMatrix setIDiv by Cary Clark · 7 years ago
  28. d6365e5 Revert "Refactor CCPR coverage shaders for a vertex impl" by Eric Boren · 7 years ago
  29. e501033 Refactor CCPR coverage shaders for a vertex impl by Chris Dalton · 7 years ago
  30. 5b6e627 SkSL workaround for appendf 1024 byte restriction by Ethan Nicholas · 7 years ago
  31. 3727136 Implemenet onStealBackendTexture in GrMtlTexture by Brian Salomon · 7 years ago
  32. ce4a389 remove dead code -- older than min picture version by Mike Reed · 7 years ago
  33. d40b3b0 Make SkTypeface::Style and FromOldStyle private. by Ben Wagner · 7 years ago
  34. 2563ff9 Add support for allocating mips inside of ColorSpaceXormImageGenerator by Greg Daniel · 7 years ago
  35. 3bd0fec remove dead code for getSize, getSafeSize, etc. by Mike Reed · 7 years ago
  36. ea878b9 Back out new SkColorSpaceXform pipeline. by Mike Klein · 7 years ago
  37. f0cb7a0 Revert "move SkMatrix anonymous affine enum to private" by Mike Reed · 7 years ago
  38. 914a36b MakeBackendTextureFromSkImage by Eric Karl · 7 years ago
  39. 708ec81 move SkMatrix anonymous affine enum to private by Cary Clark · 7 years ago
  40. 2e67dea Handle coverage for hairline lines with sub pixel lengths correctly on GPU by Greg Daniel · 7 years ago
  41. a65f2f0 check unpremul scale directly against infinity by Mike Klein · 7 years ago
  42. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  43. 18e5cbb Fix Metal build by Greg Daniel · 7 years ago
  44. 0fc4d2d Use enum to track MipMapsStatus throughout Texture creation by Greg Daniel · 7 years ago
  45. 5124593 Fix assert in GrSmallPathRenderer tickled by GLProgramsTest by Jim Van Verth · 7 years ago
  46. 1ba5b6b Plumb more SkPaintFilterCanvas virtuals by Florin Malita · 7 years ago
  47. 20d479c abort SkRRect::transform() before dst->scaleRadii() asserts by Mike Klein · 7 years ago
  48. 5698c8a Batch better in GrSmallPathRenderer and add perspective support. by Jim Van Verth · 7 years ago
  49. 7f9b215 Force all Intel GPUs to use draws instead of clears on Macs by Robert Phillips · 7 years ago
  50. 0b4d8aa Add benchmark for comparing multitexturing to non-multitexturing image draws. by Brian Salomon · 7 years ago
  51. c9472af SkSL FPs now support child processors, converted ArithmeticFP to SkSL by Ethan Nicholas · 7 years ago
  52. f88c12e Add api for passing mipped hint into ImageGenerator onGenerateTexture by Greg Daniel · 7 years ago
  53. 3758c75 remove dead code for returning 0 on overflow by Mike Reed · 7 years ago
  54. 4815db5 removed dead code behind legacy fontmgr api flag by Mike Reed · 7 years ago
  55. b89c883 keep SkRSXforms aligned in SkLiteDL by Mike Klein · 7 years ago
  56. 5eb1528 Add mulHi to SkNx by Herb Derby · 7 years ago
  57. e076223 clone saturating cast code for doubles by Mike Reed · 7 years ago
  58. 1700baf Add include guard to SkFontConfigInterface.h by Ben Wagner · 7 years ago
  59. 834f120 Set correct mip map status on GrTexture since we no longer require all mip data by Greg Daniel · 7 years ago
  60. c5b9498 SkPDF: consolidate two functions in SkPDFObjNumMap by Hal Canary · 7 years ago
  61. 24f0a35 SkColorSpaceXform: clamp before table lookups by Mike Klein · 7 years ago
  62. a108c92 Fix drawSpecialImage by Robert Phillips · 7 years ago
  63. 1c35e57 Revert "Revert "Fix a couple float-cast-overflow in SkScan*."" by Ben Wagner · 7 years ago
  64. 3f98552 Small pathops cleanup. by Ben Wagner · 7 years ago
  65. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  66. 29380bd Remove carriage returns. by Ben Wagner · 7 years ago
  67. 7f56d3d Revert "Revert "Disable GL buffer mapping on TSAN/Mac."" by Brian Salomon · 7 years ago
  68. 90196cc Reduce the frequency of the text atlas compaction. by Derek Sollenberger · 7 years ago
  69. 2631558 fix use of uninitialized flag in SkCodec by Ivan Afanasyev · 7 years ago
  70. 4ba211f Revert "Enable coverage counting path rendering except on Android framework" by Chris Dalton · 7 years ago
  71. c4b015a use unsigned to allow for using all 32bits for approx distance by Mike Reed · 7 years ago
  72. 37387c8 fix include guard by Mike Reed · 7 years ago
  73. c7e66ea Disable deferred proxies a different way in Chrome by Robert Phillips · 7 years ago
  74. b6abb9b Revert "Fix a couple float-cast-overflow in SkScan*." by Ben Wagner · 7 years ago
  75. 7281801 Revert "Revert "change computeByteSize to return max_size_t on overflow"" by Mike Reed · 7 years ago
  76. 16e92cd Fix new compiler warnings in GLInstancedRendering.cpp by Chris Dalton · 7 years ago
  77. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  78. 4e7cdd5 Revert "Disable GL buffer mapping on TSAN/Mac." by Brian Salomon · 7 years ago
  79. c5eb97d add helper to check for overflow by Mike Reed · 7 years ago
  80. c203e65 Disable GL buffer mapping on TSAN/Mac. by Brian Salomon · 7 years ago
  81. 67ef5d7 Remove SkTypeface::Style use in API. by Ben Wagner · 7 years ago
  82. 4cad310 CCPR: Blacklist Intel driver except on Mac by Chris Dalton · 7 years ago
  83. 06cd666 CCPR: Block older Intel/Mesa setups by Chris Dalton · 7 years ago
  84. 3cd0bef Fix a couple float-cast-overflow in SkScan*. by Ben Wagner · 7 years ago
  85. 196efbf Enable coverage counting path rendering except on Android framework by Chris Dalton · 7 years ago
  86. cc604e5 CCPR: Add workaround for PowerVR crash by Chris Dalton · 7 years ago
  87. 4a6a732 CCPR: Blacklist intel 4xxx and 6xxx by Chris Dalton · 7 years ago
  88. 384f0a7 Revert "change computeByteSize to return max_size_t on overflow" by Mike Reed · 7 years ago
  89. e1da1d9 Add option to create a deferred render target context with mips by Greg Daniel · 7 years ago
  90. 567d6f4 Add GS Invocations caps to SkSL StandaloneShaderCaps by Chris Dalton · 7 years ago
  91. 2429546 change computeByteSize to return max_size_t on overflow by Mike Reed · 7 years ago
  92. f1b47bb Add a cap for geometry shader invocations by Chris Dalton · 7 years ago
  93. 1fbb07a Fix window origin on mac views by Chris Dalton · 7 years ago
  94. 981a31e Generate warning settings for Android framework by Leon Scroggins III · 7 years ago
  95. 1265894 Don't execute onFlush op lists until after GPU data is uploaded by Chris Dalton · 7 years ago
  96. d151322 CCPR: Don't forget resource provider in Pipeline InitArgs by Chris Dalton · 7 years ago
  97. 3e70fa3 When mip mapping, do YUV mip generation on CPU then upload to GPU. by Greg Daniel · 7 years ago
  98. ef8ce28 experiments to speed up drawing 32bit images into 565 by Mike Reed · 7 years ago
  99. 04eb02f Fewer atomic ops in debug with SkBufferHead. by Ben Wagner · 7 years ago
  100. a3b8895 clamp to [0,1] in all gradient tilers by Mike Klein · 7 years ago