radeonsi: various fixes for gfx10.3
[mesa.git] / src / gallium / drivers / softpipe / sp_quad_blend.c
index a32bd7fd24142c847e87f8df12c46d75f2e8eb6c..975a760118f901c27557d83fe898634c4f51148e 100644 (file)
@@ -33,7 +33,7 @@
 #include "pipe/p_defines.h"
 #include "util/u_math.h"
 #include "util/u_memory.h"
-#include "util/u_format.h"
+#include "util/format/u_format.h"
 #include "util/u_dual_blend.h"
 #include "sp_context.h"
 #include "sp_state.h"
@@ -63,7 +63,7 @@ struct blend_quad_stage
 
 
 /** cast wrapper */
-static INLINE struct blend_quad_stage *
+static inline struct blend_quad_stage *
 blend_quad_stage(struct quad_stage *stage)
 {
    return (struct blend_quad_stage *) stage;