Re: [Mesa-dev] [PATCH] meta: Fallback for glBlitFramebuffer from a multisample surface

2012-01-20 Thread Eric Anholt
On Fri, 20 Jan 2012 16:09:51 -0800, "Ian Romanick" wrote: > From: Ian Romanick > > Signed-off-by: Ian Romanick > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44818 Sensible workaround for now. Reviewed-by: Eric Anholt pgpVubsVauqEh.pgp Description: PGP signature _

[Mesa-dev] [PATCH] meta: Fallback for glBlitFramebuffer from a multisample surface

2012-01-20 Thread Ian Romanick
From: Ian Romanick Signed-off-by: Ian Romanick Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44818 --- src/mesa/drivers/common/meta.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/common/meta.c b/src/mesa/drivers/common/meta.c index dca