Re: [Mesa-dev] [PATCH v2] glapi: fixup EXT_multisampled_render_to_texture dispatch

2018-12-10 Thread Kristian Høgsberg
On Mon, Dec 10, 2018 at 2:12 PM Ian Romanick wrote: > > Reviewed-by: Ian Romanick Thanks Ian. I went ahead and pushed this to appease the CI bots. Kristian > On 12/10/18 10:14 AM, Emil Velikov wrote: > > From: "Kristian H. Kristensen" > > > > There's a few missing and convoluted bits: > > >

Re: [Mesa-dev] [PATCH v2] glapi: fixup EXT_multisampled_render_to_texture dispatch

2018-12-10 Thread Ian Romanick
Reviewed-by: Ian Romanick On 12/10/18 10:14 AM, Emil Velikov wrote: > From: "Kristian H. Kristensen" > > There's a few missing and convoluted bits: > > - FramebufferTexture2DMultisampleEXT > Missing sanity check, should be desktop="false" > > - RenderbufferStorageMultisampleEXT > Missing

Re: [Mesa-dev] [PATCH v2] glapi: fixup EXT_multisampled_render_to_texture dispatch

2018-12-10 Thread Kristian Høgsberg
On Mon, Dec 10, 2018 at 10:17 AM Emil Velikov wrote: > > From: "Kristian H. Kristensen" > > There's a few missing and convoluted bits: > > - FramebufferTexture2DMultisampleEXT > Missing sanity check, should be desktop="false" > > - RenderbufferStorageMultisampleEXT > Missing sanity check, is

[Mesa-dev] [PATCH v2] glapi: fixup EXT_multisampled_render_to_texture dispatch

2018-12-10 Thread Emil Velikov
From: "Kristian H. Kristensen" There's a few missing and convoluted bits: - FramebufferTexture2DMultisampleEXT Missing sanity check, should be desktop="false" - RenderbufferStorageMultisampleEXT Missing sanity check, is aliased to RenderbufferStorageMultisample. Thus it's set only when