From 392bf000192bb896d24b110e90597980136e9980 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 21 Apr 2021 12:21:38 -0400 Subject: [PATCH] panfrost/blend: Fix outdated comments Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/lib/pan_blend.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/panfrost/lib/pan_blend.c b/src/panfrost/lib/pan_blend.c index 191575a..8b14d4c 100644 --- a/src/panfrost/lib/pan_blend.c +++ b/src/panfrost/lib/pan_blend.c @@ -31,10 +31,7 @@ #include "compiler/nir/nir.h" #include "compiler/nir/nir_builder.h" -/* Implements fixed-function blending on Midgard. */ - -/* Check if this is a special edge case blend factor, which may require the use - * of clip modifiers */ +/* Fixed function blending */ static bool factor_is_supported(enum blend_factor factor) -- 2.7.4