Module: Mesa Branch: master Commit: 072227da0a77033ea1ab4d8586e224ebcc73024c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=072227da0a77033ea1ab4d8586e224ebcc73024c
Author: Jason Ekstrand <[email protected]> Date: Mon May 13 17:20:12 2019 -0500 tu/entrypoints: Import copy It's used without being imported --- src/freedreno/vulkan/tu_entrypoints_gen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedreno/vulkan/tu_entrypoints_gen.py b/src/freedreno/vulkan/tu_entrypoints_gen.py index 463eacbb667..facbb69fa78 100644 --- a/src/freedreno/vulkan/tu_entrypoints_gen.py +++ b/src/freedreno/vulkan/tu_entrypoints_gen.py @@ -23,6 +23,7 @@ # import argparse +import copy import functools import math import os _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
