diff options
author | Matt Turner <[email protected]> | 2015-06-29 14:08:51 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2015-11-12 11:06:04 -0800 |
commit | 0b45d47f71f57f685ce1a12a3dcd4fdb63c160b4 (patch) | |
tree | 8200b2e56c707188890c8260399f5f27fa293f98 /src/mesa/drivers/dri/i965/Makefile.sources | |
parent | 34ed45557e9b8a834af2816e774165a0ee7acdd2 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index f5e84cb7f65..5a88d66a31b 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -14,6 +14,7 @@ i965_compiler_FILES = \ brw_eu_emit.c \ brw_eu.h \ brw_eu_util.c \ + brw_eu_validate.c \ brw_fs_builder.h \ brw_fs_channel_expressions.cpp \ brw_fs_cmod_propagation.cpp \ |