[Piglit] [PATCH 8/9] arb_copy_image: remove unneeded break statement.
Emil Velikov
emil.l.velikov at gmail.com
Mon Jun 27 16:52:47 UTC 2016
From: Emil Velikov <emil.velikov at collabora.com>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
tests/spec/arb_copy_image/formats.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/spec/arb_copy_image/formats.c b/tests/spec/arb_copy_image/formats.c
index f109e99..3af55a7 100644
--- a/tests/spec/arb_copy_image/formats.c
+++ b/tests/spec/arb_copy_image/formats.c
@@ -229,7 +229,6 @@ is_format_supported(const struct texture_format *format)
case GL_COMPRESSED_RGBA_S3TC_DXT3_EXT:
case GL_COMPRESSED_RGBA_S3TC_DXT5_EXT:
return piglit_is_extension_supported("GL_EXT_texture_compression_s3tc");
- break;
case GL_COMPRESSED_RGBA_BPTC_UNORM:
case GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM:
--
2.8.2
More information about the Piglit
mailing list