Re: [Mesa-dev] [RFC PATCH 11/14] anv: Remove some asserts.

2018-12-10 Thread Jason Ekstrand
On Fri, Dec 7, 2018 at 6:06 PM Rafael Antognolli < rafael.antogno...@intel.com> wrote: > They won't be true anymore once we add support for multiple BOs with > non-userptr. > Why not? I guess in the highly restricted case of state streams, you can safely copy out-of-range of one BO because you

[Mesa-dev] [RFC PATCH 11/14] anv: Remove some asserts.

2018-12-07 Thread Rafael Antognolli
They won't be true anymore once we add support for multiple BOs with non-userptr. --- src/intel/vulkan/genX_gpu_memcpy.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/intel/vulkan/genX_gpu_memcpy.c b/src/intel/vulkan/genX_gpu_memcpy.c index 1bee1c6dc17..e20179fa675 100644 ---