r600g: pad the DMA CS to a multiple of 8 dwords
[mesa.git] / src / mesa / main / hint.h
index f33be7b54dff4036ffc413cba85cbea458b86dc4..ca9659d588681db92e62e43cb60899f25a15c140 100644 (file)
@@ -1,3 +1,12 @@
+/**
+ * \file hint.h
+ * Hints operations.
+ * 
+ * \if subset
+ * (No-op)
+ *
+ * \endif
+ */
 
 /*
  * Mesa 3-D graphics library
 #ifndef HINT_H
 #define HINT_H
 
+#include "glheader.h"
+#include "mfeatures.h"
 
-#include "mtypes.h"
-
+struct gl_context;
 
-extern void
+extern void GLAPIENTRY
 _mesa_Hint( GLenum target, GLenum mode );
 
+extern void 
+_mesa_init_hint( struct gl_context * ctx );
 
 #endif