On 28 August 2011 21:45, Eric Anholt wrote:
> This DP4 had one of its operands missing, so we were generating
> garbage clip distances. Using the per-opcode instruction generators
> made it obvious.
>
IMHO, the fact that this refactor made the bug obvious speaks highly in
favor of this entire p
This DP4 had one of its operands missing, so we were generating
garbage clip distances. Using the per-opcode instruction generators
made it obvious.
---
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/mesa/drivers/dr