gallium: add pipe cap for scissored clears and pass scissor state to clear() hook
[mesa.git] / src / gallium / auxiliary / util / u_linear.h
index 81ffc9fb27d29f7ef9813d2c9f6d876e04b8490b..87e52a344d4f7ec9b2a8e26575f41305e60af799 100644 (file)
@@ -89,7 +89,7 @@ void pipe_linear_fill_info(struct pipe_tile_info *t,
                           unsigned tile_width, unsigned tile_height,
                           unsigned tiles_x, unsigned tiles_y);
 
-static INLINE boolean pipe_linear_check_tile(const struct pipe_tile_info *t)
+static inline boolean pipe_linear_check_tile(const struct pipe_tile_info *t)
 {
    if (t->tile.size != t->block.size * t->cols * t->rows)
       return FALSE;