Re: [Mesa-dev] [PATCH v2 0/3] Add object level preemption to i965.

2018-10-30 Thread Kenneth Graunke
On Monday, October 29, 2018 10:19:51 AM PDT Rafael Antognolli wrote: > Re-sending the series, this time adding preemption support only to i965, > since We still don't have vulkan tests for this. > > The proposed piglit test for this series can be found here: > https://gitlab.freedesktop.org/rantog

[Mesa-dev] [PATCH v2 0/3] Add object level preemption to i965.

2018-10-29 Thread Rafael Antognolli
Re-sending the series, this time adding preemption support only to i965, since We still don't have vulkan tests for this. The proposed piglit test for this series can be found here: https://gitlab.freedesktop.org/rantogno/piglit/commits/review/context_preemption_v2 Cc: Kenneth Graunke Rafael An