Re: [Mesa-dev] [PATCH] i965/vs: Fix implied_mrf_writes() for integer division.

2013-05-28 Thread Kenneth Graunke
On 05/28/2013 04:12 PM, Eric Anholt wrote: Previously it would assertion fail in debug builds (though the correct value was returned in a non-debug build). Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=64727 --- src/mesa/drivers/dri/i965/brw_vec4.cpp | 2 ++ 1 file changed, 2 inserti

Re: [Mesa-dev] [PATCH] i965/vs: Fix implied_mrf_writes() for integer division.

2013-05-28 Thread Eric Anholt
Eric Anholt writes: > Previously it would assertion fail in debug builds (though the correct > value was returned in a non-debug build). The subject should clarify "... on pre-gen6" pgp7QYTJTHswi.pgp Description: PGP signature ___ mesa-dev mailing li

[Mesa-dev] [PATCH] i965/vs: Fix implied_mrf_writes() for integer division.

2013-05-28 Thread Eric Anholt
Previously it would assertion fail in debug builds (though the correct value was returned in a non-debug build). Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=64727 --- src/mesa/drivers/dri/i965/brw_vec4.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesa/drivers/dri/i965/