mesa: don't print name in _mesa_append_uniforms_to_file()
authorTimothy Arceri <timothy.arceri@collabora.com>
Thu, 30 Jun 2016 04:54:22 +0000 (14:54 +1000)
committerTimothy Arceri <timothy.arceri@collabora.com>
Thu, 30 Jun 2016 06:51:25 +0000 (16:51 +1000)
commit378f07ccb5bff7857d87a4fe5dff0b5e83f99895
tree8cf943552717e3c18677768e66c23c9d1a16aed3
parente8c8aa0320a612af0e85809eceac54e5e16cc90d
mesa: don't print name in _mesa_append_uniforms_to_file()

This is only used to print linked shaders which always have a name of 0
so this was pointless.

Acked-by: Iago Toral Quiroga <itoral@igalia.com>
src/mesa/program/prog_print.c