From: Dave Airlie Date: Mon, 7 Dec 2015 01:04:48 +0000 (+1000) Subject: r600: remove stale tessellation comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc276bda22d1beb4c850a8ba0728b1e43ced595b;p=mesa.git r600: remove stale tessellation comment pointed out by Marek. Signed-off-by: Dave Airlie --- diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c index bc1a29d1470..eb2ec73e2a3 100644 --- a/src/gallium/drivers/r600/r600_pipe.c +++ b/src/gallium/drivers/r600/r600_pipe.c @@ -455,7 +455,6 @@ static int r600_get_shader_param(struct pipe_screen* pscreen, unsigned shader, e if (rscreen->b.family >= CHIP_CEDAR) break; default: - /* XXX: support tessellation on Evergreen */ return 0; }