scons/svga: remove opt from the list of valid build types
[mesa.git] / src / gallium / drivers / svga / svga_context.h
index 484fd55d5ed1f46f79c2e016fc5680a0fc5d5da6..fc63ec34670632bca0457a1d17955ebdb8a644ee 100644 (file)
@@ -717,6 +717,12 @@ svga_have_vgpu10(const struct svga_context *svga)
    return svga_screen(svga->pipe.screen)->sws->have_vgpu10;
 }
 
+static inline boolean
+svga_have_sm4_1(const struct svga_context *svga)
+{
+   return svga_screen(svga->pipe.screen)->sws->have_sm4_1;
+}
+
 static inline boolean
 svga_need_to_rebind_resources(const struct svga_context *svga)
 {