r300g: disable multisample visuals until the state tracker bits catch up.

This stops us advertising lots of ms visuals we can't actually use.

Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Dave Airlie
2010-08-04 09:36:17 +10:00
parent 48268e0f2a
commit 8bc5fe1ad6
+3
View File
@@ -279,11 +279,14 @@ static boolean r300_is_format_supported(struct pipe_screen* screen,
case 3:
case 4:
case 6:
return FALSE;
#if 0
if (usage != PIPE_BIND_RENDER_TARGET ||
!util_format_is_rgba8_variant(
util_format_description(format))) {
return FALSE;
}
#endif
break;
default:
return FALSE;