diff options
author | Brian Paul <[email protected]> | 2018-03-05 10:20:32 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2018-03-23 09:03:26 -0600 |
commit | ec478cf9c31c3775a21cd7b5b4b5cdd9263bde9e (patch) | |
tree | 955a1cce7d0d622e5d615291e218df0395981b8a /src/gallium/auxiliary/translate/translate.c | |
parent | ccecb2bbd3aa080657e62fec6e2561d785e05e79 (diff) |
st/mesa,tgsi: use enum tgsi_opcode
Need to update the tgsi code and st_glsl_to_tgsi code at the same time
to prevent compile break since C++ is much pickier about implicit
enum/unsigned casting.
Bump size of glsl_to_tgsi_instruction::op to 10 bits to be sure to
avoid MSVC signed enum overflow issue. No change in class size.
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/translate/translate.c')
0 files changed, 0 insertions, 0 deletions