On Thu, Jul 23, 2015 at 3:17 AM, Eduardo Lima Mitev wrote:
> From: Alejandro Piñeiro
>
> Splitted in two. The emission is moved to a new vec4_visitor
> method, vec4_visitor::emit_texture, ir order to be reused
> on the nir path.
> ---
> src/mesa/drivers/dri/i965/brw_vec4.h | 15 +
> s
From: Alejandro Piñeiro
Splitted in two. The emission is moved to a new vec4_visitor
method, vec4_visitor::emit_texture, ir order to be reused
on the nir path.
---
src/mesa/drivers/dri/i965/brw_vec4.h | 15 +
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp | 370 +--