summaryrefslogtreecommitdiffstats
Side-by-side diff
-rw-r--r--src/util/amd_performance_monitor/ati_counter_info.h13
-rw-r--r--src/util/amd_performance_monitor/ati_get_group_and_counter_list.c36
-rw-r--r--src/util/amd_performance_monitor/ati_get_group_and_counter_list.h13
3 files changed, 62 insertions, 0 deletions
diff --git a/src/util/amd_performance_monitor/ati_get_group_and_counter_list.h b/src/util/amd_performance_monitor/ati_get_group_and_counter_list.h
new file mode 100644
index 0000000..e30096e
--- a/dev/null
+++ b/src/util/amd_performance_monitor/ati_get_group_and_counter_list.h
@@ -0,0 +1,13 @@
+#ifndef ATI_GET_GROUP_AND_COUNTER_LIST_H
+#define ATI_GET_GROUP_AND_COUNTER_LIST_H
+
+#include "ati_counter_info.h"
+
+/*
+ * Code from
+ * http://www.opengl.org/registry/specs/AMD/performance_monitor.txt
+ */
+void ati_get_group_and_counter_list (GLuint ** groupsList, int *numGroups,
+ ATI_Counter_Info ** counterInfo);
+
+#endif // ATI_GET_GROUP_AND_COUNTER_LIST_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.