summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2015-12-07 11:04:48 +1000
committerDave Airlie <[email protected]>2015-12-07 11:04:48 +1000
commitfc276bda22d1beb4c850a8ba0728b1e43ced595b (patch)
treebd05ff073d2563c9e448a7c1d941ff7b455ee678 /src/gallium/drivers/r600
parent5ca98257580b7e1258d7360fd546c0d45a0e43cb (diff)
r600: remove stale tessellation comment
pointed out by Marek. Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.c1
1 files changed, 0 insertions, 1 deletions
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;
}