radv: Only save the descriptor set if we have one.
[mesa.git] / src / mesa / drivers / dri / nouveau / nouveau_surface.h
index 8915ee4ca0f7f124682bebefb3dfe2fdf98422c0..3e802067c4f66bc2310c30c684abfd03a763bcac 100644 (file)
@@ -39,7 +39,7 @@ struct nouveau_surface {
 
        enum nouveau_surface_layout layout;
 
-       gl_format format;
+       mesa_format format;
        unsigned cpp, pitch;
 
        unsigned width, height;