Re: [Mesa-dev] [PATCH V2 15/22] i965/gen9: Use _mesa_meta_pbo_TexSubImage to write to YF/YS surfaces

2015-04-24 Thread Pohjolainen, Topi
On Fri, Apr 24, 2015 at 05:12:34PM -0700, Anuj Phogat wrote: On Fri, Apr 24, 2015 at 12:22 PM, Pohjolainen, Topi topi.pohjolai...@intel.com wrote: On Fri, Apr 17, 2015 at 04:51:36PM -0700, Anuj Phogat wrote: No other path currently supports uploading data to these surfaces.

Re: [Mesa-dev] [PATCH V2 15/22] i965/gen9: Use _mesa_meta_pbo_TexSubImage to write to YF/YS surfaces

2015-04-24 Thread Anuj Phogat
On Fri, Apr 24, 2015 at 12:22 PM, Pohjolainen, Topi topi.pohjolai...@intel.com wrote: On Fri, Apr 17, 2015 at 04:51:36PM -0700, Anuj Phogat wrote: No other path currently supports uploading data to these surfaces. Signed-off-by: Anuj Phogat anuj.pho...@gmail.com ---

Re: [Mesa-dev] [PATCH V2 15/22] i965/gen9: Use _mesa_meta_pbo_TexSubImage to write to YF/YS surfaces

2015-04-24 Thread Pohjolainen, Topi
On Fri, Apr 17, 2015 at 04:51:36PM -0700, Anuj Phogat wrote: No other path currently supports uploading data to these surfaces. Signed-off-by: Anuj Phogat anuj.pho...@gmail.com --- src/mesa/drivers/dri/i965/intel_tex_image.c| 24 ++--

[Mesa-dev] [PATCH V2 15/22] i965/gen9: Use _mesa_meta_pbo_TexSubImage to write to YF/YS surfaces

2015-04-17 Thread Anuj Phogat
No other path currently supports uploading data to these surfaces. Signed-off-by: Anuj Phogat anuj.pho...@gmail.com --- src/mesa/drivers/dri/i965/intel_tex_image.c| 24 ++-- src/mesa/drivers/dri/i965/intel_tex_subimage.c | 23 +-- 2 files changed, 43