[Mesa-dev] [PATCH] i965: convert brw_lower_offset_array_visitor to ir_rvalue_visitor

Kenneth Graunke kenneth at whitecape.org
Sat Nov 9 17:24:35 PST 2013


On 11/09/2013 01:06 PM, Chris Forbes wrote:
> Previously, we would bogusly replace the entire statement containing the
> ir_texture node with an ir_dereference_variable.
> 
> Correct this to just replace the ir_texture node itself as intended.
> 
> Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>
> ---
>  src/mesa/drivers/dri/i965/brw_lower_offset_array.cpp | 18 +++++++++++-------
>  1 file changed, 11 insertions(+), 7 deletions(-)

Sorry for missing this in the first round...thanks for the fix.

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>


More information about the mesa-dev mailing list