Re: [Mesa-dev] [PATCH 14/30] i965/miptree: Add support for window system images to create_for_dri_image

2017-06-26 Thread Pohjolainen, Topi
On Mon, Jun 26, 2017 at 09:27:53PM +0300, Pohjolainen, Topi wrote: > On Fri, Jun 16, 2017 at 03:41:36PM -0700, Jason Ekstrand wrote: > > We want to start using create_for_dri_image for all miptrees created > > from __DRIimage, including those which come from a window system. In > > order to allow

Re: [Mesa-dev] [PATCH 14/30] i965/miptree: Add support for window system images to create_for_dri_image

2017-06-26 Thread Pohjolainen, Topi
On Fri, Jun 16, 2017 at 03:41:36PM -0700, Jason Ekstrand wrote: > We want to start using create_for_dri_image for all miptrees created > from __DRIimage, including those which come from a window system. In > order to allow for fast clears to still work on window system buffers, > we need to allow

[Mesa-dev] [PATCH 14/30] i965/miptree: Add support for window system images to create_for_dri_image

2017-06-16 Thread Jason Ekstrand
We want to start using create_for_dri_image for all miptrees created from __DRIimage, including those which come from a window system. In order to allow for fast clears to still work on window system buffers, we need to allow for creating aux surfaces. --- src/mesa/drivers/dri/i965/intel_fbo.c