Re: [Mesa-dev] [PATCH v2 1/5] mesa: Add core support for EXT_multisampled_render_to_texture2

2018-12-04 Thread Marek Olšák
On Thu, Nov 29, 2018 at 7:50 PM Kristian Høgsberg wrote: > On Tue, Nov 6, 2018 at 3:03 PM Ilia Mirkin wrote: > > > > On Tue, Nov 6, 2018 at 5:18 PM Kristian H. Kristensen > > wrote: > > > > > > This also turns on EXT_multisampled_render_to_texture which is a > > > subset of

Re: [Mesa-dev] [PATCH v2 1/5] mesa: Add core support for EXT_multisampled_render_to_texture2

2018-11-29 Thread Kristian Høgsberg
On Tue, Nov 6, 2018 at 3:03 PM Ilia Mirkin wrote: > > On Tue, Nov 6, 2018 at 5:18 PM Kristian H. Kristensen > wrote: > > > > This also turns on EXT_multisampled_render_to_texture which is a > > subset of EXT_multisampled_render_to_texture2, allowing only > > COLOR_ATTACHMENT0. > > You also

Re: [Mesa-dev] [PATCH v2 1/5] mesa: Add core support for EXT_multisampled_render_to_texture2

2018-11-06 Thread Ilia Mirkin
On Tue, Nov 6, 2018 at 5:18 PM Kristian H. Kristensen wrote: > > This also turns on EXT_multisampled_render_to_texture which is a > subset of EXT_multisampled_render_to_texture2, allowing only > COLOR_ATTACHMENT0. You also enable the texture2 variant as well, no? > > Signed-off-by: Kristian H.

[Mesa-dev] [PATCH v2 1/5] mesa: Add core support for EXT_multisampled_render_to_texture2

2018-11-06 Thread Kristian H. Kristensen
This also turns on EXT_multisampled_render_to_texture which is a subset of EXT_multisampled_render_to_texture2, allowing only COLOR_ATTACHMENT0. Signed-off-by: Kristian H. Kristensen --- .../EXT_multisampled_render_to_texture.xml| 34 ++ src/mapi/glapi/gen/Makefile.am