Re: [Mesa-dev] [PATCH] nv50,nvc0: fix clear buffer acceleration

2018-02-22 Thread Karol Herbst
Tested-by: Karol Herbst On Wed, Feb 21, 2018 at 5:20 AM, Ilia Mirkin wrote: > Two things were off: > - valid range was not updated, which could affect waiting for future >maps > - fencing was done manually instead of using the *_resource_validate

[Mesa-dev] [PATCH] nv50,nvc0: fix clear buffer acceleration

2018-02-20 Thread Ilia Mirkin
Two things were off: - valid range was not updated, which could affect waiting for future maps - fencing was done manually instead of using the *_resource_validate helper, which resulted in a missed dirty buffer flag being set Fixes: KHR-GL45.direct_state_access.buffers_clear