1. 0215e39 Transform vertices for distance field glyphs on CPU. by Brian Salomon · 7 years ago
  2. 67a86d5 Try /Z7 on Windows builds. by Mike Klein · 7 years ago
  3. 2b4bc3c Don't set /GS- on Windows builds. by Mike Klein · 7 years ago
  4. 9a72ae1 Suppress warnings of unused variables. by Derek Sollenberger · 7 years ago
  5. c38cce6 make SkColorSpace_New real by Mike Klein · 7 years ago
  6. de2b95e Turn on PGO for skia_nanobench, skia_dm by Pirama Arumuga Nainar · 7 years ago
  7. 19c026e Remove SkClampRange (unused) by Brian Osman · 7 years ago
  8. 2d5f9b3 converted GrMagnifierEffect to SkSL by Ethan Nicholas · 7 years ago
  9. e42edcc Add stubbed out GrContext by Robert Phillips · 7 years ago
  10. a493510 resources: optionally link them into our binary by Hal Canary · 7 years ago
  11. 5c54892 Filter Windows SDK and Compiler directories by Brian Osman · 7 years ago
  12. e18b779 Turn on PGO for Skia on Android by Zhizhou Yang · 7 years ago
  13. 3d6801e Add GrGLMakeNativeInterface factory that returns sk_sp<const GrGLInterface>. by Brian Salomon · 7 years ago
  14. 3f39bf8 Add Goma support in gn_flavor. by Ben Wagner · 7 years ago
  15. c465d13 resources: orgainize directory. by Hal Canary · 7 years ago
  16. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  17. 852ca31 Updated MSVC toolchain to 2017, and further refactored GN by Brian Osman · 7 years ago
  18. 4e50297 Allow different identities for iOS code signing by Jim Van Verth · 7 years ago
  19. 15f46c3 quiet down Mac linker warnings by Mike Klein · 7 years ago
  20. afb7ec7 Revert "Revert "Add define to use customize vulkan header."" by Greg Daniel · 7 years ago
  21. 20b1572 Delete GLBench and subclasses by Brian Salomon · 7 years ago
  22. 4f5e1d4 Remove SkImage deferred texture image data APIs. by Brian Salomon · 7 years ago
  23. 409506c Only look for WinSDK when building _for_ Windows by Mike Klein · 7 years ago
  24. 5f87262 Reland "Always use the Win 10 SDK, and optionally detect/use the latest version" by Brian Osman · 7 years ago
  25. f5ab269 Revert "Always use the Win 10 SDK, and optionally detect/use the latest version" by Ravi Mistry · 7 years ago
  26. fadbfcd upgrade SkReadBuffer to always validate by Mike Reed · 7 years ago
  27. 6da1d32 Always use the Win 10 SDK, and optionally detect/use the latest version by Brian Osman · 7 years ago
  28. 0554d49 add SkVptr() by Mike Klein · 7 years ago
  29. d34c4a3 Add win_toolchain_version to support MSVC 2017 Updates by Brian Osman · 7 years ago
  30. 60691a5 add serial procs to pictures by Mike Reed · 7 years ago
  31. c8037dc Reland "Hide SkEncodedInfo" by Leon Scroggins III · 7 years ago
  32. a32a3c3 Add analytic clip FPs that read from the CCPR atlas by Chris Dalton · 7 years ago
  33. f32b27d remove mips support and bots by Mike Klein · 7 years ago
  34. 1793e7b Revert "Hide SkEncodedInfo" by Leon Scroggins · 7 years ago
  35. c6f7a4f Hide SkEncodedInfo by Leon Scroggins III · 7 years ago
  36. d1ec410 Fix ANGLE build with extended clang warnings by Chris Dalton · 7 years ago
  37. 1ef8094 turn on extended Clang warnings on Windows too by Chris Dalton · 7 years ago
  38. 7ffbcf9 Add unit test for SkDeferredDisplayLists (take 2) by Robert Phillips · 7 years ago
  39. bee6cac Merge UBSAN_float_cast_overflow into ASAN. by Ben Wagner · 7 years ago
  40. 8172c0a Revert "Add unit test for SkDeferredDisplayLists" by Robert Phillips · 7 years ago
  41. 8458a28 Add unit test for SkDeferredDisplayLists by Robert Phillips · 7 years ago
  42. 6574921 Revert "Revert "Fix rendering of drrects with small circular inner rrects."" by Brian Salomon · 7 years ago
  43. ec727c9 Revert "Fix rendering of drrects with small circular inner rrects." by Brian Salomon · 7 years ago
  44. 096074a Fix rendering of drrects with small circular inner rrects. by Brian Salomon · 7 years ago
  45. 9b50d9d Try to bypass the false-positive clang thread analysis warning by Yuqian Li · 7 years ago
  46. 6d892f5 Add comments explaining use of "-Wno-over-aligned" by Leon Scroggins III · 7 years ago
  47. 8a90c4d Revert "Renaming and refactoring to prepare for init-once threaded backend" by Leon Scroggins · 7 years ago
  48. 74663e7 Add "-Wno-over-aligned" to Android.bp for x86 Android by Leon Scroggins III · 7 years ago
  49. 07a4241 Renaming and refactoring to prepare for init-once threaded backend by Yuqian Li · 7 years ago
  50. 706a6ff Add "lazy" texture proxies by Chris Dalton · 7 years ago
  51. ede860e Delete even more unused views code by Brian Osman · 7 years ago
  52. 329c5a6 Bundle resources and skps directories into iOS app. by Jim Van Verth · 7 years ago
  53. 29f9ed4 Revert "Revert "Make PathGeoBuilder use consistent iterators."" by Brian Salomon · 7 years ago
  54. b451321 Revert "Make PathGeoBuilder use consistent iterators." by Brian Salomon · 7 years ago
  55. 9c8a16b Make PathGeoBuilder use consistent iterators. by Brian Salomon · 7 years ago
  56. 9b491b2 SkPDF: fix fTextScaleX error by Hal Canary · 7 years ago
  57. 9c1c892 drop 32-bit Android NDK builds down to API 16 by Mike Klein · 7 years ago
  58. 443a913 Add create_bundle support for GN by Jim Van Verth · 7 years ago
  59. aa73b96 clean up SkDeferredCanvas by Mike Klein · 7 years ago
  60. c9bc814 Handle null colorspace in SkToSRGBColorFilter. by Mike Klein · 7 years ago
  61. dfaa057 SkPDF: less tolerance for small circles by Hal Canary · 7 years ago
  62. c02cb8a Revert "Use int when possible to calculate atlas indices in shaders." by Jim Van Verth · 7 years ago
  63. e9d172a converted ConstColorProcessor to SkSL by Ethan Nicholas · 7 years ago
  64. 999ec57 Use int when possible to calculate atlas indices in shaders. by Jim Van Verth · 7 years ago
  65. cbcb0a1 Revert "Revert "Add Atlas Text interface for rendering SDF glyphs."" by Brian Salomon · 7 years ago
  66. 9c2202f Revert "Add Atlas Text interface for rendering SDF glyphs." by Greg Daniel · 7 years ago
  67. 39631f3 Add Atlas Text interface for rendering SDF glyphs. by Brian Salomon · 7 years ago
  68. be0a042 converted Premul / Unpremul to SkSL by Ethan Nicholas · 7 years ago
  69. 55ad774 Revert "Revert "Add method to sk_gpu_test::TestContext to automatically restore the previous context."" by Brian Salomon · 7 years ago
  70. 1e09e46 Revert "Add method to sk_gpu_test::TestContext to automatically restore the previous context." by Brian Osman · 7 years ago
  71. 8dca18a converted GrAARectEffect to SkSL by Ethan Nicholas · 7 years ago
  72. 3bc00fe fix Housekeeper-PerCommit bot by Ethan Nicholas · 7 years ago
  73. 7970765 Switched SkSL from using raw strings back to STRINGIFY by Ethan Nicholas · 7 years ago
  74. 5627d65 Add method to sk_gpu_test::TestContext to automatically restore the previous context. by Brian Salomon · 7 years ago
  75. 70fb479 Ensure that removing last extension from GrGLExtension doesn't assert. by Vladimir Levin · 7 years ago
  76. 559f556 Remove support for image load/store by Brian Salomon · 7 years ago
  77. aae47c8 sksl enum support by Ethan Nicholas · 7 years ago
  78. 66498bc Try 2 for Gauss filter calculation by Herb Derby · 7 years ago
  79. 10d66cc move Sk{Test,Random}ScalerContext to tools by Mike Klein · 7 years ago
  80. 193de5d Preemptively disable upcoming Skia features in Flutter/Fuchsia by Robert Phillips · 7 years ago
  81. 6691807 Revert "Gauss filter calculation" by Herb Derby · 7 years ago
  82. 53ec7dc Gauss filter calculation by Herb Derby · 7 years ago
  83. bbfd516 Don't use analytic clip FPs when drawing to stencil by Chris Dalton · 7 years ago
  84. 428e568 Revert "Don't use analytic clip FPs when drawing to stencil" by Chris Dalton · 7 years ago
  85. 4c92d4a Don't use analytic clip FPs when drawing to stencil by Chris Dalton · 7 years ago
  86. 14efcbf converted LumaColorFilterEffect to sksl by Ethan Nicholas · 7 years ago
  87. 18923f9 Make GrAtlasTextBlob return to caller when a flush is required during subrun tessellation. by Brian Salomon · 7 years ago
  88. e95a62f add some lowp gradient stages by Mike Klein · 7 years ago
  89. 2afe787 add a GM to demo dither by Mike Klein · 7 years ago
  90. a097173 Add a GM to test out odd matrix draws (take 2) by Robert Phillips · 7 years ago
  91. 9d15b07 Revert "Add a GM to test out odd matrix draws" by Robert Phillips · 7 years ago
  92. 761f448 Add a GM to test out odd matrix draws by Robert Phillips · 7 years ago
  93. ec32534 Revert "Revert "Fix GrDefaultPathRender inversely wound path bug"" by Robert Phillips · 7 years ago
  94. 03141d2 remove SkThread, using std::thread instead by Mike Klein · 7 years ago
  95. fc28138 Revert "Fix GrDefaultPathRender inversely wound path bug" by Robert Phillips · 7 years ago
  96. 943ed79 Remove deferred upload types from GrDrawOp.h. by Brian Salomon · 7 years ago
  97. 511a9d4 Fix GrDefaultPathRender inversely wound path bug by Robert Phillips · 7 years ago
  98. d608c09 Re-land "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  99. 2d3cac5 Revert "converted OverdrawColorFilter to SkSL" by Ethan Nicholas · 7 years ago
  100. 8aa4dc9 converted OverdrawColorFilter to SkSL by Ethan Nicholas · 7 years ago