Closed gyagp closed 4 years ago
@hujiajie, PTAL!
@gyagp Thanks for the patch!
To summarize the bot failure, refs/pull/origin/<pr>/merge
is assumed to be the triggering commit in our CI scripts, but GitHub creates a separate commit this time. I don't know if it's intentional. Can you git commit --amend
your patch and git push -f
again?
And I'd like to mention the existing --enable-alpha-blending
option. I hope to have consistent command-line syntax here, so either you need to update your patch, or we will change the other next.
This is a good point. I removed --enable-msaa option and unified to --msaa-sample-count (1 means no MSAA). For option "--enable-alpha-blending", I think we also need to change its name to "--alpha-blending", while 1 means opaque.
Done
Thanks! Merging
MSAA sample count is no longer fixed in 4. Instead, its value can be designated by option, with default value as 4.