diff options
author | Chad Versace <[email protected]> | 2015-09-25 10:04:48 -0700 |
---|---|---|
committer | Chad Versace <[email protected]> | 2015-09-30 15:31:06 -0700 |
commit | f7fe9fb0f19196f74864e0b0f57ac61c066c9d10 (patch) | |
tree | 9db8727c61a81f22439a9d2d19bbf192d8b402e3 /scons/source_list.py | |
parent | 56367b0290919651e4c104b3e798cc5588272d3c (diff) |
i965/miptree: Rename align_w,align_h -> halign,valign
The values of intel_mipmap_tree::align_w and ::align_h correspond to the
hardware enums HALIGN_* and VALIGN_*.
See the confusion?
align_h != HALIGN
align_h == VALIGN
Reduce the confusion by renaming the variables to match the hardware
enum names:
git ls-files |
xargs sed -i -e 's/align_w/halign/g' \
-e 's/align_h/valign/g'
Suggested-by: Kenneth Graunke <[email protected]>
Acked-by: Ben Widawsky <[email protected]>
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'scons/source_list.py')
0 files changed, 0 insertions, 0 deletions