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
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
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