Re: [Mesa-dev] [PATCH] i965: Allow creating image from different dma_buf fds

2016-10-20 Thread Gurchetan Singh
Friendly ping ... this is not in master yet. On Wed, Aug 31, 2016 at 12:58 AM, Eric Engestrom wrote: > On Tue, Aug 30, 2016 at 04:49:53PM -0700, k...@bitplanet.net wrote: > > From: "Kristian H. Kristensen" > > > > As long as the dma_buf fds import to the same drm_intel_bo, we're fine. > > > > R

Re: [Mesa-dev] [PATCH] i965: Allow creating image from different dma_buf fds

2016-08-31 Thread Eric Engestrom
On Tue, Aug 30, 2016 at 04:49:53PM -0700, k...@bitplanet.net wrote: > From: "Kristian H. Kristensen" > > As long as the dma_buf fds import to the same drm_intel_bo, we're fine. > > Reviewed-by: Stéphane Marchesin Looks good to me. Reviewed-by: Eric Engestrom > --- > src/mesa/drivers/dri/i96

[Mesa-dev] [PATCH] i965: Allow creating image from different dma_buf fds

2016-08-30 Thread krh
From: "Kristian H. Kristensen" As long as the dma_buf fds import to the same drm_intel_bo, we're fine. Reviewed-by: Stéphane Marchesin --- src/mesa/drivers/dri/i965/intel_screen.c | 36 +++- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/src/mesa/dr