Re: [Mesa-dev] [v8 9/9] i965: enable image external sampling for imported dma-buffers

2014-07-24 Thread Pohjolainen, Topi
On Wed, Jun 18, 2014 at 03:11:52PM -0700, Anuj Phogat wrote: > On Wed, Jul 24, 2013 at 5:06 PM, Chad Versace > wrote: > > This patch is > > Reviewed-by: Chad Versace > > with the understanding that it depends on previous patches. > > > > I'll begin reviewing your Piglit tests now. > > > > > > On

Re: [Mesa-dev] [v8 9/9] i965: enable image external sampling for imported dma-buffers

2014-06-18 Thread Anuj Phogat
On Wed, Jul 24, 2013 at 5:06 PM, Chad Versace wrote: > This patch is > Reviewed-by: Chad Versace > with the understanding that it depends on previous patches. > > I'll begin reviewing your Piglit tests now. > > > On 07/24/2013 03:23 AM, Topi Pohjolainen wrote: >> >> Signed-off-by: Topi Pohjolaine

Re: [Mesa-dev] [v8 9/9] i965: enable image external sampling for imported dma-buffers

2013-07-24 Thread Chad Versace
This patch is Reviewed-by: Chad Versace with the understanding that it depends on previous patches. I'll begin reviewing your Piglit tests now. On 07/24/2013 03:23 AM, Topi Pohjolainen wrote: Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/intel_extensions.c | 1 + src/mesa/d

[Mesa-dev] [v8 9/9] i965: enable image external sampling for imported dma-buffers

2013-07-24 Thread Topi Pohjolainen
Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/intel_extensions.c | 1 + src/mesa/drivers/dri/i965/intel_tex_image.c | 7 +++ 2 files changed, 8 insertions(+) diff --git a/src/mesa/drivers/dri/i965/intel_extensions.c b/src/mesa/drivers/dri/i965/intel_extensions.c index 409d4