Re: [Mesa-dev] [PATCH] mesa: make union in gl_program a struct and add FIXME

2016-12-30 Thread Kenneth Graunke
On Saturday, December 31, 2016 7:45:35 AM PST Timothy Arceri wrote: > i915 is mixing the use of these fields, for now change this to a > struct and add a FIXME. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99229 > --- > src/mesa/main/mtypes.h | 6 +- > 1 file changed, 5 insertio

[Mesa-dev] [PATCH] mesa: make union in gl_program a struct and add FIXME

2016-12-30 Thread Timothy Arceri
i915 is mixing the use of these fields, for now change this to a struct and add a FIXME. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99229 --- src/mesa/main/mtypes.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h