Re: [Mesa-dev] [PATCH v2] mesa/es3.1: Pass sample count check for multisampled textures

2015-06-09 Thread Ian Romanick
On 05/12/2015 01:46 AM, Marta Lofstedt wrote: > From: Marta Lofstedt > > v2 : Refine the restriction to Version == 30. > > Signed-off-by: Marta Lofstedt > --- > src/mesa/main/multisample.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/src/mesa/main/multisample.c

[Mesa-dev] [PATCH v2] mesa/es3.1: Pass sample count check for multisampled textures

2015-05-12 Thread Marta Lofstedt
From: Marta Lofstedt v2 : Refine the restriction to Version == 30. Signed-off-by: Marta Lofstedt --- src/mesa/main/multisample.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/multisample.c b/src/mesa/main/multisample.c index 816837b..fec7a9f 100644 --- a