5 Commits

Author SHA1 Message Date
Jason Simmons
8e7f83d912 Fix a bug in the Base32 encoder that can cause improper encoding of the first byte (flutter/engine#28328) 2021-08-26 13:31:01 -07:00
liyuqian
c817b336ac Implement Base32Decode (flutter/engine#12253)
For https://github.com/flutter/flutter/issues/32170

This is to enable reading back SkSL persistent cache filenames
and decode them as SkData.
2019-09-16 10:43:02 -07:00
Chinmay Garde
3d231d854c Use libc++ variant of string view and remove the FML variant. (flutter/engine#9737) 2019-07-10 12:11:39 -07:00
Michael Goderbauer
0def82ddb0 Unify copyright lines (flutter/engine#6757) 2018-11-07 12:24:35 -08:00
Chinmay Garde
74c44fa72a Wire up the Skia persistent GPU related artifacts cache. (flutter/engine#6278)
Also teaches FML to create files and directories.
2018-09-26 14:54:09 -07:00