st/mesa: remove 'struct' keyword on function parameter
authorBrian Paul <brianp@vmware.com>
Thu, 9 Nov 2017 17:48:42 +0000 (10:48 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 9 Nov 2017 21:13:59 +0000 (14:13 -0700)
commitb99c6288c174481a0227edf8c17cd0c92ddce5e7
tree356046d854664e0681def82fdb2a9df352527d1b
parent750ee4182e7508acc04cce9bf4f4ea27f875ec38
st/mesa: remove 'struct' keyword on function parameter

st_src_reg is a class, not a struct.  Simply remove 'struct' to silence
a MSVC compiler warning (class vs. struct mismatch).

Reviewed-by; Charmaine Lee <charmainel@vmware.com>
src/mesa/state_tracker/st_glsl_to_tgsi.cpp