i965: Delete type field from backend_reg.
authorMatt Turner <mattst88@gmail.com>
Sat, 24 Oct 2015 22:04:23 +0000 (15:04 -0700)
committerMatt Turner <mattst88@gmail.com>
Fri, 13 Nov 2015 19:27:50 +0000 (11:27 -0800)
commit182f137521f9c81f89a473ca5a411e6a7c531e19
treefb8617dcfeea44f9d64f6a07fe0dc47e8a5f52dc
parent433df2e03c9a066bb2975bed28b57d6e2edf0aa9
i965: Delete type field from backend_reg.

Switching from an implicitly-sized type field to field with an explicit
bit width is safe because we have fewer than 2^4 types, and gcc will
warn if you attempt to set a value that will not fit.

Reviewed-by: Emil Velikov <emil.velikov@collabora.co.uk>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_shader.h