mesa: move GLfixed type and related macros to swrast module
[mesa.git] / src / mesa / swrast / swrast.h
index 047f7991e645ce4a96bb60bc314530d33dff279a..015f8a05c3ede0417ee6f2c8a9b372e569e14513 100644 (file)
@@ -75,6 +75,12 @@ typedef struct {
 } SWvertex;
 
 
+/**
+ * Fixed point data type.
+ */
+typedef int GLfixed;
+
+
 #define FRAG_ATTRIB_CI FRAG_ATTRIB_COL0