summaryrefslogtreecommitdiff
path: root/r600_demo.c
diff options
context:
space:
mode:
Diffstat (limited to 'r600_demo.c')
-rw-r--r--r600_demo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/r600_demo.c b/r600_demo.c
index c3577b1..df8eddd 100644
--- a/r600_demo.c
+++ b/r600_demo.c
@@ -693,7 +693,7 @@ int main(int argc, char *argv[])
test_copy (&adapter);
break;
case 'P':
- test_tex_quad_perf (&adapter);
+ test_perf (&adapter);
break;
default:
fprintf (stderr, "***** Don't know '%c' test\n\n", argv[optind][i]);