r600g: pad the DMA CS to a multiple of 8 dwords
[mesa.git] / src / mesa / main / hint.h
index 6c62068743ad23c3e3438ec7a1a3d2ea7d4db528..ca9659d588681db92e62e43cb60899f25a15c140 100644 (file)
 
 struct gl_context;
 
-#if _HAVE_FULL_GL
-
 extern void GLAPIENTRY
 _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