summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_loopback.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2000-11-24 10:30:04 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2000-11-24 10:30:04 +0000
commitb014986fdb259eb60bd3e5a3fbcfcb218969f5f5 (patch)
tree09ba2402983c6ed1e5d940384818dbd3f2ab0526 /src/mesa/main/api_loopback.h
parentad2ac216fa0cbebc36530bf9e5256e902710b892 (diff)
New files...
Diffstat (limited to 'src/mesa/main/api_loopback.h')
-rw-r--r--src/mesa/main/api_loopback.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mesa/main/api_loopback.h b/src/mesa/main/api_loopback.h
new file mode 100644
index 0000000000..1c8e81733f
--- /dev/null
+++ b/src/mesa/main/api_loopback.h
@@ -0,0 +1,14 @@
+#ifndef API_LOOPBACK_H
+#define API_LOOPBACK_H
+
+#include "glheader.h"
+
+struct _glapi_table;
+
+extern void _mesa_loopback_prefer_float( struct _glapi_table *dest,
+ GLboolean prefer_float_colors );
+
+extern void _mesa_loopback_init_api_table( struct _glapi_table *dest,
+ GLboolean prefer_float_colors );
+
+#endif