Re: [Mesa-dev] [PATCH 1/3] i965: Move down genX_upload_sbe in profiles.

2018-06-11 Thread Mathias Fröhlich
Hi Chris, thanks for looking into that! On Saturday, 2 June 2018 09:58:14 CEST Chris Wilson wrote: > Quoting mathias.froehl...@gmx.net (2018-05-17 07:38:26) > > From: Mathias Fröhlich > > > > Avoid looping over all VARYING_SLOT_MAX urb_setup array > > entries from genX_upload_sbe. Prepare an ar

Re: [Mesa-dev] [PATCH 1/3] i965: Move down genX_upload_sbe in profiles.

2018-06-02 Thread Chris Wilson
Quoting mathias.froehl...@gmx.net (2018-05-17 07:38:26) > From: Mathias Fröhlich > > Avoid looping over all VARYING_SLOT_MAX urb_setup array > entries from genX_upload_sbe. Prepare an array indirection > to the active entries of urb_setup already in the compile > step. On upload only walk the act

[Mesa-dev] [PATCH 1/3] i965: Move down genX_upload_sbe in profiles.

2018-05-16 Thread Mathias . Froehlich
From: Mathias Fröhlich Avoid looping over all VARYING_SLOT_MAX urb_setup array entries from genX_upload_sbe. Prepare an array indirection to the active entries of urb_setup already in the compile step. On upload only walk the active arrays. Signed-off-by: Mathias Fröhlich --- src/intel/compile