radeonsi: tell LLVM not to remove s_barrier instructions
[mesa.git] / src / gallium / drivers / llvmpipe / lp_screen.h
index 00bf20c8c5f0348f860b7fcd4ca9e0bcdc99566b..da702ad77539575e1fcd95c30d0d9851da9072f6 100644 (file)
@@ -56,7 +56,7 @@ struct llvmpipe_screen
    unsigned timestamp;
 
    struct lp_rasterizer *rast;
-   pipe_mutex rast_mutex;
+   mtx_t rast_mutex;
 };