| Summary: | Dispatch sanity tests broken | ||
|---|---|---|---|
| Product: | Mesa | Reporter: | Mark Janes <mark.a.janes> |
| Component: | Mesa core | Assignee: | Eric Anholt <eric> |
| Status: | RESOLVED FIXED | QA Contact: | mesa-dev |
| Severity: | normal | ||
| Priority: | medium | Keywords: | bisected, regression |
| Version: | git | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
fixed by dcbcc83003f397e207873bcc379e1f5bb24e3d11 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
../src/mesa/main/tests/dispatch_sanity.cpp:174 Expected: nop_table[i] Which is: 0x56348eaef6e0 To be equal to: table[i] Which is: 0x56348eb347b0 i = 1295 (BeginPerfMonitorAMD) Bisected to: 70534dbe29052e2b4444d1c669750db3608c9eb9 Author: Eric Anholt <eric@anholt.net> AuthorDate: Wed Jul 18 11:01:17 2018 -0400 Commit: Eric Anholt <eric@anholt.net> CommitDate: Wed Jul 18 10:39:21 2018 -0700 Parent: 4ba478d7cdf egl: Use the canonical drm-uapi fourcc header to avoid local defines. Merged: master Follows: 18.1-branchpoint (1823) Allow AMD_perfmon on GLES contexts v2: whitespace alignment fix Reviewed-by: Rob Clark <robdclark@gmail.com>