Re: [Mesa-dev] [PATCH 1/2] i965: Reorganize prog_data->total_scratch code a bit.

2016-06-16 Thread Ian Romanick
I like this organization much better. This patch is Reviewed-by: Ian Romanick On 06/16/2016 07:58 PM, Kenneth Graunke wrote: > Cc: "12.0" > Signed-off-by: Kenneth Graunke > --- > src/mesa/drivers/dri/i965/brw_fs.cpp | 35 +++ > 1 file changed, 19 insertions(+)

[Mesa-dev] [PATCH 1/2] i965: Reorganize prog_data->total_scratch code a bit.

2016-06-16 Thread Kenneth Graunke
Cc: "12.0" Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_fs.cpp | 35 +++ 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index 8774f25..cadf905 100644