Re: [Mesa-dev] [PATCH 2/3] i965: Use implicit backend_reg copy-constructor.

2015-11-23 Thread Francisco Jerez
Matt Turner writes: > In order to do this, we have to change the signature of the > backend_reg(brw_reg) constructor to take a reference to a brw_reg in > order to avoid unresolvable ambiguity about which constructor is > actually being called in the other modifications in

[Mesa-dev] [PATCH 2/3] i965: Use implicit backend_reg copy-constructor.

2015-11-22 Thread Matt Turner
In order to do this, we have to change the signature of the backend_reg(brw_reg) constructor to take a reference to a brw_reg in order to avoid unresolvable ambiguity about which constructor is actually being called in the other modifications in this patch. As far as I understand it, the rule in