Re: [Mesa-dev] [PATCH 2/3] i965: Split merge_inputs and clear_buffers.

2018-06-11 Thread Mathias Fröhlich
Hi Chris, Thanks for looking into that! On Saturday, 2 June 2018 10:02:36 CEST Chris Wilson wrote: > Quoting mathias.froehl...@gmx.net (2018-05-17 07:38:27) > > From: Mathias Fröhlich > > > > The merge_inputs function handles that part that changes when the > > inputs change. The clear_buffers

Re: [Mesa-dev] [PATCH 2/3] i965: Split merge_inputs and clear_buffers.

2018-06-02 Thread Chris Wilson
Quoting mathias.froehl...@gmx.net (2018-05-17 07:38:27) > From: Mathias Fröhlich > > The merge_inputs function handles that part that changes when the > inputs change. The clear_buffers function triggers when we may need > a new upload. Thus the merge_inputs can be limited to be once > per brw_dr

[Mesa-dev] [PATCH 2/3] i965: Split merge_inputs and clear_buffers.

2018-05-16 Thread Mathias . Froehlich
From: Mathias Fröhlich The merge_inputs function handles that part that changes when the inputs change. The clear_buffers function triggers when we may need a new upload. Thus the merge_inputs can be limited to be once per brw_draw_prims. Signed-off-by: Mathias Fröhlich --- src/mesa/drivers/dr