Re: [Mesa-dev] [PATCH 2/2] i965: add missing rollback of a xfb zero_offsets flag

2019-01-08 Thread andrey simiklit
Hi all, Could somebody take a look at this patch? Regards, Andrii. On Mon, Nov 19, 2018 at 11:19 PM wrote: > From: Andrii Simiklit > > This patch is needed to avoid incorrect value of StreamOffset flag > in 3DSTATE_SO_BUFFER command after rollback operation. > > To be able to test easily

[Mesa-dev] [PATCH 2/2] i965: add missing rollback of a xfb zero_offsets flag

2018-11-19 Thread asimiklit . work
From: Andrii Simiklit This patch is needed to avoid incorrect value of StreamOffset flag in 3DSTATE_SO_BUFFER command after rollback operation. To be able to test easily this issue the following workaround is necessary: -if (!brw_batch_has_aperture_space(brw, 0)) { by: +if (true) { in