mesa/st/glsl_to_tgsi: Add some operators for glsl_to_tgsi related classes
authorGert Wollny <gw.fossdev@gmail.com>
Fri, 1 Dec 2017 14:46:20 +0000 (15:46 +0100)
committerBrian Paul <brianp@vmware.com>
Wed, 24 Jan 2018 17:23:00 +0000 (10:23 -0700)
commitee48e3acb87e2752b511a4915391c325f9b2c75d
tree3963710ce02cf882871384a5d8533809437e4280
parent6a3421078a36fdc51d77a86aa7eddb43f5a4cf32
mesa/st/glsl_to_tgsi: Add some operators for glsl_to_tgsi related classes

Add the equal operator and the "<<" stream write operator for the
st_*_reg classes and the "<<" operator to the instruction class, and
make use of these operators in the debugging output.

v5: Fix empty lines

Reviewed-by: Brian Paul <brianp@vmware.com> (v4)
Signed-off-by: Gert Wollny <gw.fossdev@gmail.com>
src/mesa/state_tracker/st_glsl_to_tgsi_private.cpp
src/mesa/state_tracker/st_glsl_to_tgsi_private.h
src/mesa/state_tracker/st_glsl_to_tgsi_temprename.cpp