i965: Add initial assembly validation pass.
authorMatt Turner <mattst88@gmail.com>
Mon, 29 Jun 2015 21:08:51 +0000 (14:08 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 12 Nov 2015 19:06:04 +0000 (11:06 -0800)
commit0b45d47f71f57f685ce1a12a3dcd4fdb63c160b4
tree8200b2e56c707188890c8260399f5f27fa293f98
parent34ed45557e9b8a834af2816e774165a0ee7acdd2
i965: Add initial assembly validation pass.

Initially just checks that sources are non-NULL, which would have
alerted us to the problem fixed by commit 6c846dc5.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_eu.h
src/mesa/drivers/dri/i965/brw_eu_validate.c [new file with mode: 0644]
src/mesa/drivers/dri/i965/brw_fs_generator.cpp
src/mesa/drivers/dri/i965/brw_vec4_generator.cpp