Module: Mesa Branch: main Commit: 97242b39f90f724c6fe4fb655e971cd3b8c2fd7d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=97242b39f90f724c6fe4fb655e971cd3b8c2fd7d
Author: Emma Anholt <[email protected]> Date: Fri Dec 17 13:11:49 2021 -0800 glsl: Remove comment about non-existing DFREXP_TO_ARITH Reviewed-by: Alyssa Rosenzweig <[email protected]>. Reviewed-by: Marek Olšák <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14249> --- src/compiler/glsl/lower_instructions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/glsl/lower_instructions.cpp b/src/compiler/glsl/lower_instructions.cpp index c549d16d2ac..e69a6fc942f 100644 --- a/src/compiler/glsl/lower_instructions.cpp +++ b/src/compiler/glsl/lower_instructions.cpp @@ -38,7 +38,6 @@ * - LOG_TO_LOG2 * - MOD_TO_FLOOR * - LDEXP_TO_ARITH - * - DFREXP_TO_ARITH * - CARRY_TO_ARITH * - BORROW_TO_ARITH * - SAT_TO_CLAMP
