summaryrefslogtreecommitdiff
path: root/src/mesa/main/imports.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/imports.h')
-rw-r--r--src/mesa/main/imports.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h
index 2c9c2fc342..0c0a291e16 100644
--- a/src/mesa/main/imports.h
+++ b/src/mesa/main/imports.h
@@ -696,6 +696,12 @@ _mesa_log2(float x);
extern unsigned int
_mesa_bitcount(unsigned int n);
+extern GLhalfNV
+_mesa_float_to_half(float f);
+
+extern float
+_mesa_half_to_float(GLhalfNV h);
+
extern char *
_mesa_getenv( const char *var );