r600g: pad the DMA CS to a multiple of 8 dwords
[mesa.git] / src / mesa / main / hint.h
index 66e78ad655740e0f7b110a97dd8b2890b625f690..ca9659d588681db92e62e43cb60899f25a15c140 100644 (file)
 #ifndef HINT_H
 #define HINT_H
 
+#include "glheader.h"
+#include "mfeatures.h"
 
-#include "mtypes.h"
-
-#if _HAVE_FULL_GL
+struct gl_context;
 
 extern void GLAPIENTRY
 _mesa_Hint( GLenum target, GLenum mode );
@@ -47,11 +47,4 @@ _mesa_Hint( GLenum target, GLenum mode );
 extern void 
 _mesa_init_hint( struct gl_context * ctx );
 
-#else
-
-/** No-op */
-#define _mesa_init_hint( c ) ((void) 0)
-
-#endif
-
 #endif