OSDN Git Service

mesa/st/glsl_to_tgsi:rename lifetime to register_live_range
authorGert Wollny <gw.fossdev@gmail.com>
Tue, 5 Jun 2018 20:26:38 +0000 (22:26 +0200)
committerGert Wollny <gw.fossdev@gmail.com>
Sat, 11 Aug 2018 10:32:42 +0000 (12:32 +0200)
commit331ae3cde5fd6689cd00112fd365da0d00dc5e56
tree1375c4def68ac1adbbf0f1b48d92660fc5a7c5c8
parentf40c9d02254cd26d2ff92e3f42825fcd7badad92
mesa/st/glsl_to_tgsi:rename lifetime to register_live_range

On one hand "live range" is the term used in the literature, and on the
other hand a distinction is needed from the array live ranges.

v4: Fix indentions and white spaces

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com> (v3)
Signed-off-by: Gert Wollny <gw.fossdev@gmail.com>
Acked-by: Dave Airlie <airlied@redhat.com>
src/mesa/state_tracker/st_glsl_to_tgsi.cpp
src/mesa/state_tracker/st_glsl_to_tgsi_temprename.cpp
src/mesa/state_tracker/st_glsl_to_tgsi_temprename.h
src/mesa/state_tracker/tests/st_tests_common.cpp
src/mesa/state_tracker/tests/st_tests_common.h
src/mesa/state_tracker/tests/test_glsl_to_tgsi_lifetime.cpp