On Sun, Apr 17, 2016 at 11:14 PM, Kenneth Graunke wrote:
> This reworks opt_vector_float() so that there's only one place that
> flushes out any accumulated state and emits a VF.
>
> Signed-off-by: Kenneth Graunke
> ---
> src/mesa/drivers/dri/i965/brw_vec4.cpp | 63
> +++
Patches 1-3 are:
Reviewed-by: Iago Toral Quiroga
On Sun, 2016-04-17 at 23:14 -0700, Kenneth Graunke wrote:
> This reworks opt_vector_float() so that there's only one place that
> flushes out any accumulated state and emits a VF.
>
> Signed-off-by: Kenneth Graunke
> ---
> src/mesa/drivers/dri/
This reworks opt_vector_float() so that there's only one place that
flushes out any accumulated state and emits a VF.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/i965/brw_vec4.cpp | 63 +++---
1 file changed, 35 insertions(+), 28 deletions(-)
diff --git a