radv: Only save the descriptor set if we have one.
[mesa.git] / src / mesa / drivers / dri / nouveau / nouveau_screen.c
index 95b3469daae821e303270d3cc2c812ec0bb578b0..a3be805d048483c122bf426301ab43d6ff780364 100644 (file)
@@ -78,7 +78,7 @@ nouveau_get_configs(uint32_t chipset)
                                          ARRAY_SIZE(back_buffer_modes),
                                          msaa_samples,
                                          ARRAY_SIZE(msaa_samples),
-                                         GL_TRUE, chipset < 0x10);
+                                         GL_TRUE, chipset < 0x10, GL_FALSE);
                assert(config);
 
                configs = driConcatConfigs(configs, config);