mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 12:30:11 +01:00
i915g: Add a debug_printf when we get the Abs flag.
This commit is contained in:
parent
2e481e5fc4
commit
de33b0dd23
1 changed files with 3 additions and 0 deletions
|
|
@ -272,6 +272,9 @@ src_vector(struct i915_fp_compile *p,
|
|||
/* XXX enable these assertions, or fix things */
|
||||
assert(!source->Register.Absolute);
|
||||
#endif
|
||||
if (source->Register.Absolute)
|
||||
debug_printf("Exceeded max generics\n");
|
||||
|
||||
return src;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue