DEPTH_STENCIL_OES as tex format requires OES_depth_texture
authorPyry Haulos <phaulos@google.com>
Mon, 17 Apr 2017 19:34:26 +0000 (12:34 -0700)
committerPyry Haulos <phaulos@google.com>
Mon, 17 Apr 2017 22:17:58 +0000 (22:17 +0000)
Affects:

dEQP-GLES2.functional.fbo.completeness.*
dEQP-GLES3.functional.fbo.completeness.*

Bug: 36727598
Merged-In: Ic79408c21b80ea458baecf79c042e2694e72e0b2
Change-Id: Ib302b21b2b28d4f13aa6df8bdcac878f22ae51be

modules/glshared/glsFboCompletenessTests.cpp

index 0426a83..5b0ac9c 100644 (file)
@@ -228,7 +228,7 @@ static const FormatExtEntry s_esExtFormats[] =
                GLS_ARRAY_RANGE(s_oesPackedDepthStencilSizedFormats)
        },
        {
-               "GL_OES_packed_depth_stencil",
+               "GL_OES_packed_depth_stencil GL_OES_depth_texture",
                DEPTH_RENDERABLE | STENCIL_RENDERABLE | TEXTURE_VALID,
                GLS_ARRAY_RANGE(s_oesPackedDepthStencilTexFormats)
        },