Re: [Mesa-dev] [PATCH v2 08/16] mesa: Track the current advanced blending mode.

2016-08-22 Thread Francisco Jerez
Kenneth Graunke writes: > This will be useful for a number of things: > - Checking the current advanced blending mode against the shader's > blend_support_* qualifiers. > - Disabling hardware blending when emulating advanced blending. > - Uploading the current advanced blending mode as a state

[Mesa-dev] [PATCH v2 08/16] mesa: Track the current advanced blending mode.

2016-08-21 Thread Kenneth Graunke
This will be useful for a number of things: - Checking the current advanced blending mode against the shader's blend_support_* qualifiers. - Disabling hardware blending when emulating advanced blending. - Uploading the current advanced blending mode as a state var. Signed-off-by: Kenneth Graunke