summaryrefslogtreecommitdiff
path: root/tests/spec/arb_copy_image
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2016-06-22 15:10:11 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-07-22 17:20:06 +0100
commite4686fe1e721d6e10aca66df4aa78994991b9b9b (patch)
tree28ed64fcb0ddff15448c605ffeeabc80b167a75a /tests/spec/arb_copy_image
parent650003b388be1091ec8f8e464f07c97ef7ac61cb (diff)
arb_copy_image: remove unneeded break statement.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'tests/spec/arb_copy_image')
-rw-r--r--tests/spec/arb_copy_image/formats.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/spec/arb_copy_image/formats.c b/tests/spec/arb_copy_image/formats.c
index f109e995d..3af55a7f8 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: