Module: Mesa
Branch: main
Commit: a608f5804c3fe62f9f05c0be15f9e3f3a9feeac2
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a608f5804c3fe62f9f05c0be15f9e3f3a9feeac2

Author: Alyssa Rosenzweig <[email protected]>
Date:   Tue Jul 11 08:59:35 2023 -0400

compiler: Remove blend enums duplicating util

Now unused.

Signed-off-by: Alyssa Rosenzweig <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Italo Nicola <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24076>

---

 src/compiler/shader_enums.h | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/src/compiler/shader_enums.h b/src/compiler/shader_enums.h
index e591bd55997..39698a4590d 100644
--- a/src/compiler/shader_enums.h
+++ b/src/compiler/shader_enums.h
@@ -1115,29 +1115,6 @@ enum gl_advanced_blend_mode
    BLEND_HSL_LUMINOSITY,
 };
 
-enum blend_func
-{
-   BLEND_FUNC_ADD,
-   BLEND_FUNC_SUBTRACT,
-   BLEND_FUNC_REVERSE_SUBTRACT,
-   BLEND_FUNC_MIN,
-   BLEND_FUNC_MAX,
-};
-
-enum blend_factor
-{
-   BLEND_FACTOR_ZERO,
-   BLEND_FACTOR_SRC_COLOR,
-   BLEND_FACTOR_SRC1_COLOR,
-   BLEND_FACTOR_DST_COLOR,
-   BLEND_FACTOR_SRC_ALPHA,
-   BLEND_FACTOR_SRC1_ALPHA,
-   BLEND_FACTOR_DST_ALPHA,
-   BLEND_FACTOR_CONSTANT_COLOR,
-   BLEND_FACTOR_CONSTANT_ALPHA,
-   BLEND_FACTOR_SRC_ALPHA_SATURATE,
-};
-
 enum gl_tess_spacing
 {
    TESS_SPACING_UNSPECIFIED,

Reply via email to