Re: [Mesa-dev] [PATCH] meta: Only use _mesa_ClipControl if the extension is supported

2014-10-24 Thread Jason Ekstrand
Fixes it for me. Also, Reviewed-by: Jason Ekstrand Push it! On Fri, Oct 24, 2014 at 6:08 PM, Ian Romanick wrote: > From: Ian Romanick > > Fixes many piglit failures on IVB since 85edaa8. > > Signed-off-by: Ian Romanick > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=85425 > Cc: Ma

[Mesa-dev] [PATCH] meta: Only use _mesa_ClipControl if the extension is supported

2014-10-24 Thread Ian Romanick
From: Ian Romanick Fixes many piglit failures on IVB since 85edaa8. Signed-off-by: Ian Romanick Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=85425 Cc: Mathias Fröhlich Cc: Jason Ekstrand --- src/mesa/drivers/common/meta.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletio