Neil Roberts
60000690e1
cogl: Separate out state flags for the alpha test func and ref
Previously the flag to mark the differences for the alpha test function and reference value were conflated into one. However this is awkward when generating shader code to simulate the alpha testing for GLES 2 because in that case changing the function would need a different program but changing the reference value just requires updating a uniform. This patch makes the function and reference have their own state flags.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%