Mesa (main): isl: drop left-over comment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Aug 14 22:06:58 UTC 2021


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

Author: Eric Engestrom <eric at engestrom.ch>
Date:   Sat Aug  8 16:07:49 2020 +0200

isl: drop left-over comment

Fixes: cf9ff082b48779c52fa6 ("isl: Bring back isl_format_layout::bpb")
Signed-off-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Alyssa Rosenzweig <alyssa at collabora.com>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3674>

---

 src/intel/isl/gen_format_layout.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/intel/isl/gen_format_layout.py b/src/intel/isl/gen_format_layout.py
index 6c6f60a06df..2da004dd96d 100644
--- a/src/intel/isl/gen_format_layout.py
+++ b/src/intel/isl/gen_format_layout.py
@@ -171,7 +171,6 @@ class Format(object):
         # pylint: disable=invalid-name
         self.name = line[0].strip()
 
-        # Future division makes this work in python 2.
         self.bpb = int(line[1])
         self.bw = line[2].strip()
         self.bh = line[3].strip()



More information about the mesa-commit mailing list