asahi: Remove some bogus asserts
Hitting in dEQP-GLES31 Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19871>
This commit is contained in:

committed by
Marge Bot

parent
bbe7d8e4f5
commit
cc555e0c04
@@ -122,9 +122,7 @@ agx_create_blend_state(struct pipe_context *ctx,
|
||||
struct agx_blend *so = CALLOC_STRUCT(agx_blend);
|
||||
|
||||
assert(!state->alpha_to_coverage);
|
||||
assert(!state->alpha_to_coverage_dither);
|
||||
assert(!state->alpha_to_one);
|
||||
assert(!state->advanced_blend_func);
|
||||
|
||||
if (state->logicop_enable) {
|
||||
so->logicop_enable = true;
|
||||
|
Reference in New Issue
Block a user