skia2/src
Brian Osman 6e2dccb979 Runtime Effects: Disallow all operators on arrays or arrays-in-structs
None of these are legal in GLSL ES 1.0. Added a new test that previously
compiled without error. Started out with just assignment and equality,
then realized that sequence and ternary should be blocked, too.

Bug: skia:11323
Change-Id: I02691f819565afabeadbb12cab6c07acf40093f7
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/370880
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
2021-02-17 18:05:04 +00:00
..
android More hiding of legacy drawImage calls 2021-01-22 13:53:42 +00:00
c Migrate to drawImage w/ sampling 2021-01-22 22:38:02 +00:00
codec get image from skcodec 2021-01-25 21:50:16 +00:00
core move rgb<->hsl sksl to common spot 2021-02-17 17:06:08 +00:00
effects move rgb<->hsl sksl to common spot 2021-02-17 17:06:08 +00:00
fonts Make SkFontMgr::onMakeFromStreamArgs pure virtual. 2020-06-28 01:16:34 +00:00
gpu SkSL DSL code is now automatically incorporated into the output 2021-02-17 17:23:16 +00:00
image SkImage::textureSize replacement for GrDirectContext::ComputeImageSize. 2021-02-11 16:08:55 +00:00
images Bitmap.asImage() 2020-12-23 15:54:57 +00:00
lazy Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
opts remove SkRP TODOs 2021-02-09 02:44:14 +00:00
pathops guard pathops debug feature better 2021-01-29 21:46:48 +00:00
pdf Migrate to drawImage w/ sampling 2021-01-22 22:38:02 +00:00
ports Delete compose image filter header 2021-02-17 01:05:21 +00:00
sfnt Enable ClangTidy check llvm-namespace-comment. 2020-08-06 19:07:52 +00:00
shaders Remove unused high-quality downgrade heuristic 2021-02-12 21:48:13 +00:00
sksl Runtime Effects: Disallow all operators on arrays or arrays-in-structs 2021-02-17 18:05:04 +00:00
svg Simplify common case for recttorect 2021-01-15 18:37:46 +00:00
utils Add UWP support 2021-02-10 19:04:42 +00:00
xml Less string copies of text in XML parsing. 2021-02-05 15:36:43 +00:00
xps Fix type in Issue 11102: Add support for UWP compilation target 2021-02-13 23:38:48 +00:00