mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
intel/compiler/test: Set devinfo->gen = 7
We emit an FBL instruction which only exists since Gen7. This prevents the test from segfaulting when run with TEST_DEBUG=1. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
9364d66cb7
commit
e50db60d16
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ void cmod_propagation_test::SetUp()
|
|||
|
||||
v = new cmod_propagation_fs_visitor(compiler, prog_data, shader);
|
||||
|
||||
devinfo->gen = 4;
|
||||
devinfo->gen = 7;
|
||||
}
|
||||
|
||||
static fs_inst *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue