No problem, Chad. I'll let you take care of it completely.
I usually run debug builds but some (useful) warnings only pop up in
optimized builds so I was just trying to clean those up. Maybe you
can make an optimized build when you're done to check for warnings.
Thanks.
-Brian
On 10/07/20
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Brian,
I'm sorry to trouble you about this patch again. These assertions are for
non-obvious assumptions in the Intel drivers that come into play
only when an experimental hardware feature (HiZ) is enabled. I'd like to
comb the i915 driver later today
From: Brian Paul
This previously generated unused variable warnings in non-debug builds.
---
src/mesa/drivers/dri/i915/i830_vtbl.c |3 +--
src/mesa/drivers/dri/i915/i915_vtbl.c |3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/mesa/drivers/dri/i915/i830_vtbl.c
b