diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2016-10-05 11:58:59 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2016-10-06 02:13:36 -0700 |
commit | f7659e02c320fa9aac82e094e01786d2a5eb91e3 (patch) | |
tree | 2314a4e4023bf8efcb612c5017a0806ff9e88787 /src/getopt/SConscript | |
parent | 0408d50f43d8520d9feb3faef6e6f31871d18a74 (diff) | |
download | external_mesa3d-f7659e02c320fa9aac82e094e01786d2a5eb91e3.zip external_mesa3d-f7659e02c320fa9aac82e094e01786d2a5eb91e3.tar.gz external_mesa3d-f7659e02c320fa9aac82e094e01786d2a5eb91e3.tar.bz2 |
nir: Delete open coded type printing.
glsl_print_type() prints arrays of arrays incorrectly. For example,
a type with name float[3][7] would be printed as float[7][3]. (This
is an array of length 3 containing arrays of 7 floats.) cdecl says
that the type name is correct.
glsl_print_type() doesn't really do anything above and beyond printing
type->name, and glsl_print_struct() wasn't used at all. So, drop them.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
Diffstat (limited to 'src/getopt/SConscript')
0 files changed, 0 insertions, 0 deletions