mesa: move ONE_DIV_SQRT_LN2 to prog_statevars.c
authorBrian Paul <brianp@vmware.com>
Thu, 26 Feb 2015 18:34:23 +0000 (11:34 -0700)
committerBrian Paul <brianp@vmware.com>
Sat, 28 Feb 2015 20:39:57 +0000 (13:39 -0700)
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/compiler.h
src/mesa/program/prog_statevars.c

index 51d0eedcb5eb6ebc386e7f52a998e6ff6cc0d599..833d233bf6674dd3d75a989e68fa3f8c540b7c48 100644 (file)
@@ -188,10 +188,6 @@ static inline GLuint CPU_TO_LE32(GLuint x)
 # define LONGSTRING __extension__
 #endif
 
-#ifndef ONE_DIV_SQRT_LN2
-#define ONE_DIV_SQRT_LN2 (1.201122408786449815)
-#endif
-
 #ifndef FLT_MAX_EXP
 #define FLT_MAX_EXP 128
 #endif
index 80708f4e5fb3193ff6aeab76c2733868eefc95da..7e5537191c68c2c9a833c20b2ba979a9464fd8e3 100644 (file)
@@ -41,6 +41,9 @@
 #include "main/samplerobj.h"
 
 
+#define ONE_DIV_SQRT_LN2 (1.201122408786449815)
+
+
 /**
  * Use the list of tokens in the state[] array to find global GL state
  * and return it in <value>.  Usually, four values are returned in <value>