On Fri, Aug 8, 2014 at 4:55 PM, Matt Turner wrote:
> Reviewed-by: Matt Turner
>
> I'll commit both of these tonight. (Does the vec4 backend have the
> same problem?)
AFAICT, it has the same problem that this patch fixes but not the last
patch. I would fix send another patch, but I'm not as famil
Reviewed-by: Matt Turner
I'll commit both of these tonight. (Does the vec4 backend have the
same problem?)
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
This lets us call dump_instructions() after register allocation without
failing an assertion.
This interacts trivially with my previous patch.
Signed-off-by: Connor Abbott
---
src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp | 4
1 file changed, 4 insertions(+)
diff --git a/src/mesa/driv