panfrost/blend: Fix outdated comments
authorAlyssa Rosenzweig <alyssa@collabora.com>
Wed, 21 Apr 2021 16:21:38 +0000 (12:21 -0400)
committerMarge Bot <eric+marge@anholt.net>
Tue, 4 May 2021 20:04:03 +0000 (20:04 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10393>

src/panfrost/lib/pan_blend.c

index 191575a..8b14d4c 100644 (file)
 #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)