summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2015-09-30 12:03:04 -0700
committerDylan Baker <baker.dylan.c@gmail.com>2015-09-30 12:25:08 -0700
commite50905630b9f002d6d9aa7ccac6066f22a9524d6 (patch)
treeb6861335b83eff9bb862395cfda9f3af3a581f2a /templates
parent7a034f967bcc40e9451bb0e35dff01e36b1a9f95 (diff)
framework: add clinfo to system information
It's like glxinfo or wglinfo, but for OpenCL. Reviewed-by: Serge Martin <edb+piglit@sigluy.net> Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/testrun_info.mako6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/testrun_info.mako b/templates/testrun_info.mako
index 9ff5022ce..f8e1b4773 100644
--- a/templates/testrun_info.mako
+++ b/templates/testrun_info.mako
@@ -58,6 +58,12 @@
<pre>${glxinfo}</pre>
</td>
</tr>
+ <tr>
+ <td>clinfo</td>
+ <td>
+ <pre>${clinfo}</pre>
+ </td>
+ </tr>
</table>
<p>
<a href="../index.html">Back to summary</a>