From: Courtney Goeltzenleuchter Date: Wed, 31 Jul 2019 15:59:40 +0000 (-0600) Subject: Remove illegal parameter use in fbo.completeness X-Git-Tag: upstream/1.3.5~1916 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1de1dae629667dd79c896906540b1360e78d001a;p=platform%2Fupstream%2FVK-GL-CTS.git Remove illegal parameter use in fbo.completeness dEQP.GLES2.functional.fbo.completeness.renderable.texture was calling glTexImage2D with a internalformat of GL_SRGB8 which is not valid for GLES 2.0 even with GL_EXT_sRGB. Affects: dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.srgb8 dEQP-GLES2.functional.fbo.completeness.renderable.texture.stencil.srgb8 dEQP-GLES2.functional.fbo.completeness.renderable.texture.depth.srgb8 Components: AOSP VK-GL-CTS issue: 1906 Change-Id: I97003eda10600a0a33e7212b6b5de34c5b2c8848 --- diff --git a/modules/glshared/glsFboCompletenessTests.cpp b/modules/glshared/glsFboCompletenessTests.cpp index 4c71ab9..fea80a6 100644 --- a/modules/glshared/glsFboCompletenessTests.cpp +++ b/modules/glshared/glsFboCompletenessTests.cpp @@ -176,7 +176,6 @@ static const FormatKey s_extSrgbRenderableTexFormats[] = static const FormatKey s_extSrgbNonRenderableTexFormats[] = { GLS_UNSIZED_FORMATKEY(GL_SRGB, GL_UNSIGNED_BYTE), - GL_SRGB8, }; static const FormatKey s_nvSrgbFormatsRboFormats[] =