graphicsfuzz
graphicsfuzz copied to clipboard
Enable comma operator during generation.
We disabled it a long time ago as some drivers had a lot of problems with it; we should consider enabling it now.
Could you have a look at this @jarisiru? It should be trivial to enable the use of comma, but nevertheless we might want to look into enabling it in a manner that means it isn't used too often.
Enabled comma operator, ran fuzzing for a couple of days, did not notice any issues. https://github.com/google/graphicsfuzz/pull/1082