[Mesa-dev] [PATCH 02/11] i965: Pass pointer and end of assembly to brw_validate_instructions

Matt Turner mattst88 at gmail.com
Tue May 16 18:46:18 UTC 2017


On Tue, May 16, 2017 at 8:44 AM, Aaron Watry <awatry at gmail.com> wrote:
> Hi Matt,
>
> This commit seems to have broken make check for me.
>
> In  src/intel/compiler/test_eu_validate.cpp, line 121, I'm getting:
>
> ~/src/mesa/src/intel/compiler/test_eu_validate.cpp:121:41: error: use of
> undeclared
>       identifier 'devinfo'
>    bool ret = brw_validate_instructions(devinfo, p->store, 0,
>                                         ^
> 1 error generated.

Thanks for the heads up. Strange that the CI didn't catch this.

Fixed by commit 169e1e26ee


More information about the mesa-dev mailing list