diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-09-09 09:59:16 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-09-09 09:59:16 +0000 |
commit | 884abe30143f8f6bceb6f3fc7febec2c07d51821 (patch) | |
tree | 21cfa7f0f49cdb4a078e8bfd76b4cc5a8711c444 /lib/mesa/src/intel/isl/gen_format_layout.py | |
parent | 17251c8fe97e6c8f1f6e21767313ce4bfa80a547 (diff) |
Merge Mesa 21.1.8
Diffstat (limited to 'lib/mesa/src/intel/isl/gen_format_layout.py')
-rw-r--r-- | lib/mesa/src/intel/isl/gen_format_layout.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mesa/src/intel/isl/gen_format_layout.py b/lib/mesa/src/intel/isl/gen_format_layout.py index b1c4df257..dda318c13 100644 --- a/lib/mesa/src/intel/isl/gen_format_layout.py +++ b/lib/mesa/src/intel/isl/gen_format_layout.py @@ -159,7 +159,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() |