Re: [Mesa-dev] [PATCH 4/4] freedreno: Add support for EXT_multisampled_render_to_texture

2018-11-06 Thread Rob Clark
On Tue, Nov 6, 2018 at 3:18 PM Ilia Mirkin wrote: > > On Tue, Nov 6, 2018 at 2:31 PM Kristian H. Kristensen > wrote: > > > > There is not much to do in freedreno - tile layout and multisample > > state for gmem renderings is programmed based on the pfb sample count, > > while resolve blits take

Re: [Mesa-dev] [PATCH 4/4] freedreno: Add support for EXT_multisampled_render_to_texture

2018-11-06 Thread Ilia Mirkin
On Tue, Nov 6, 2018 at 2:31 PM Kristian H. Kristensen wrote: > > There is not much to do in freedreno - tile layout and multisample > state for gmem renderings is programmed based on the pfb sample count, > while resolve blits take the destination sample count from the resource. > >