projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ca9825
)
r600: remove stale tessellation comment
author
Dave Airlie
<airlied@redhat.com>
Mon, 7 Dec 2015 01:04:48 +0000
(11:04 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 7 Dec 2015 01:04:48 +0000
(11:04 +1000)
pointed out by Marek.
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/r600/r600_pipe.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/r600_pipe.c
b/src/gallium/drivers/r600/r600_pipe.c
index bc1a29d1470996634048ea3d54c7fe8961d5db7b..eb2ec73e2a38509ff3589fbcdef54f0d92406d11 100644
(file)
--- 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;
}