diff options
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_texture.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/r300/r300_texture.c b/src/gallium/drivers/r300/r300_texture.c index 568558f0adb..e18dcf8e1cc 100644 --- a/src/gallium/drivers/r300/r300_texture.c +++ b/src/gallium/drivers/r300/r300_texture.c @@ -955,10 +955,6 @@ r300_texture_create_object(struct r300_screen *rscreen, struct radeon_winsys *rws = rscreen->rws; struct r300_resource *tex = NULL; - if (base->nr_samples > 1) { - goto fail; - } - tex = CALLOC_STRUCT(r300_resource); if (!tex) { goto fail; |