Re: [Mesa-dev] [PATCH] i965/vec4: Fix broken IR annotation in debug output.

2013-11-15 Thread Eric Anholt
Paul Berry writes: > Commit 70953b5 (i965: Initialize all member variables of > vec4_instruction on construction) inadvertently added a line to the > vec4_instruction constructor setting this->ir to NULL, wiping out the > previously set value. As a result, ever since then, the output of > INTEL_

[Mesa-dev] [PATCH] i965/vec4: Fix broken IR annotation in debug output.

2013-11-15 Thread Paul Berry
Commit 70953b5 (i965: Initialize all member variables of vec4_instruction on construction) inadvertently added a line to the vec4_instruction constructor setting this->ir to NULL, wiping out the previously set value. As a result, ever since then, the output of INTEL_DEBUG=vs and INTEL_DEBUG=gs has