Mesa (main): glsl: Remove comment about non-existing DFREXP_TO_ARITH

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Dec 21 00:42:23 UTC 2021


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

Author: Emma Anholt <emma at anholt.net>
Date:   Fri Dec 17 13:11:49 2021 -0800

glsl: Remove comment about non-existing DFREXP_TO_ARITH

Reviewed-by: Alyssa Rosenzweig <alyssa at collabora.com>.
Reviewed-by: Marek Olšák <marek.olsak at amd.com>
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



More information about the mesa-commit mailing list