History log of /external/skia/tests/SkSLSPIRVTest.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
68dd2c1fa051019354d0c441c78b3885d8e72a7a 01-Mar-2018 Ethan Nicholas <ethannicholas@google.com> Fixed SkSL use-after-free fuzzer bug and added defensive code to catch such problems in the future.

Bug: skia:7558
Change-Id: I5098c0ed08f2328828969e819db7785270b26656
Reviewed-on: https://skia-review.googlesource.com/111460
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
/external/skia/tests/SkSLSPIRVTest.cpp
93ba0a4fc85f04bc1be9429983df1e57473b49a7 14-Aug-2017 Brian Osman <brianosman@google.com> Switch SkSL to std::string

On desktop, this saves just over 5% of the time in the SkSL compiler.

As written, the code will now build either way, so it's much easier to
switch back (or even have some platforms use SkString, if that's ever
required).

Bug: skia:
Change-Id: I634f26a4f6fcb404e59bda6a5c6a21a9c6d73c0b
Reviewed-on: https://skia-review.googlesource.com/34381
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
/external/skia/tests/SkSLSPIRVTest.cpp
5ac13c23628c6ee8c3f6056f38527706b403e502 10-May-2017 Ethan Nicholas <ethannicholas@google.com> sksl support for static ifs & switches

Bug: skia:
Change-Id: Ic9e01a3a18efddb19bab26e92bfb473cad294fc1
Reviewed-on: https://skia-review.googlesource.com/16144
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
/external/skia/tests/SkSLSPIRVTest.cpp