Edit

kc3-lang/angle/src/tests/angle_end2end_tests.gypi

Branch :

  • Show log

    Commit

  • Author : Geoff Lang
    Date : 2015-08-24 10:33:25
    Hash : 53b8aec0
    Message : Work around deprecated LUMA formats in the core profile. Use R and RG textures with swizzle states to emulate them. A manual blit is required when calling CopyTex[Sub]Image from a RGB[A] framebuffer to an emulated L[A] texture so that the alpha channel ends up in the correct channel of the destination texture. Fixes the following tests when using the core profile: * conformance/extensions/oes-texture-float.html * conformance/extensions/oes-texture-half-float.html * conformance/textures/misc/tex-sub-image-2d.html * conformance/textures/misc/texture-formats-test.html * conformance/textures/misc/texture-npot.html BUG=angleproject:1113 Change-Id: If5540e66d9017596bd83d95ec3ede043cbcfe0d2 Reviewed-on: https://chromium-review.googlesource.com/293905 Reviewed-by: Jamie Madill <jmadill@chromium.org> Tested-by: Geoff Lang <geofflang@chromium.org>

  • src/tests/angle_end2end_tests.gypi
  • # Copyright (c) 2014 The ANGLE Project Authors. All rights reserved.
    # Use of this source code is governed by a BSD-style license that can be
    # found in the LICENSE file.
    
    # This .gypi describes all of the sources and dependencies to build a
    # unified "angle_end2end_tests" target, which contains all of the
    # tests that exercise the ANGLE implementation. It requires a parent
    # target to include this gypi in an executable target containing a
    # gtest harness in a main.cpp.
    
    {
        'variables':
        {
            # This file list will be shared with the GN build.
            'angle_end2end_tests_sources':
            [
                '<(angle_path)/src/tests/gl_tests/BlendMinMaxTest.cpp',
                '<(angle_path)/src/tests/gl_tests/BlitFramebufferANGLETest.cpp',
                '<(angle_path)/src/tests/gl_tests/BufferDataTest.cpp',
                '<(angle_path)/src/tests/gl_tests/ClearTest.cpp',
                '<(angle_path)/src/tests/gl_tests/CompressedTextureTest.cpp',
                '<(angle_path)/src/tests/gl_tests/CopyTexImageTest.cpp',
                '<(angle_path)/src/tests/gl_tests/CubeMapTextureTest.cpp',
                '<(angle_path)/src/tests/gl_tests/DebugMarkerTest.cpp',
                '<(angle_path)/src/tests/gl_tests/DepthStencilFormatsTest.cpp',
                '<(angle_path)/src/tests/gl_tests/DiscardFramebufferEXTTest.cpp',
                '<(angle_path)/src/tests/gl_tests/DrawBuffersTest.cpp',
                '<(angle_path)/src/tests/gl_tests/DrawElementsTest.cpp',
                '<(angle_path)/src/tests/gl_tests/FenceSyncTests.cpp',
                '<(angle_path)/src/tests/gl_tests/FramebufferFormatsTest.cpp',
                '<(angle_path)/src/tests/gl_tests/FramebufferRenderMipmapTest.cpp',
                '<(angle_path)/src/tests/gl_tests/GLSLTest.cpp',
                '<(angle_path)/src/tests/gl_tests/ImageTest.cpp',
                '<(angle_path)/src/tests/gl_tests/IncompleteTextureTest.cpp',
                '<(angle_path)/src/tests/gl_tests/IndexBufferOffsetTest.cpp',
                '<(angle_path)/src/tests/gl_tests/IndexedPointsTest.cpp',
                '<(angle_path)/src/tests/gl_tests/InstancingTest.cpp',
                '<(angle_path)/src/tests/gl_tests/LineLoopTest.cpp',
                '<(angle_path)/src/tests/gl_tests/MaxTextureSizeTest.cpp',
                '<(angle_path)/src/tests/gl_tests/MipmapTest.cpp',
                '<(angle_path)/src/tests/gl_tests/media/pixel.inl',
                '<(angle_path)/src/tests/gl_tests/PackUnpackTest.cpp',
                '<(angle_path)/src/tests/gl_tests/PbufferTest.cpp',
                '<(angle_path)/src/tests/gl_tests/PBOExtensionTest.cpp',
                '<(angle_path)/src/tests/gl_tests/PointSpritesTest.cpp',
                '<(angle_path)/src/tests/gl_tests/OcclusionQueriesTest.cpp',
                '<(angle_path)/src/tests/gl_tests/ProgramBinaryTest.cpp',
                '<(angle_path)/src/tests/gl_tests/ReadPixelsTest.cpp',
                '<(angle_path)/src/tests/gl_tests/RendererTest.cpp',
                '<(angle_path)/src/tests/gl_tests/SimpleOperationTest.cpp',
                '<(angle_path)/src/tests/gl_tests/SixteenBppTextureTest.cpp',
                '<(angle_path)/src/tests/gl_tests/SRGBTextureTest.cpp',
                '<(angle_path)/src/tests/gl_tests/SwizzleTest.cpp',
                '<(angle_path)/src/tests/gl_tests/TextureTest.cpp',
                '<(angle_path)/src/tests/gl_tests/TransformFeedbackTest.cpp',
                '<(angle_path)/src/tests/gl_tests/UniformBufferTest.cpp',
                '<(angle_path)/src/tests/gl_tests/UniformTest.cpp',
                '<(angle_path)/src/tests/gl_tests/UnpackAlignmentTest.cpp',
                '<(angle_path)/src/tests/gl_tests/UnpackRowLength.cpp',
                '<(angle_path)/src/tests/gl_tests/VertexAttributeTest.cpp',
                '<(angle_path)/src/tests/gl_tests/ViewportTest.cpp',
                '<(angle_path)/src/tests/egl_tests/EGLContextCompatibilityTest.cpp',
                '<(angle_path)/src/tests/egl_tests/EGLQueryContextTest.cpp',
                '<(angle_path)/src/tests/egl_tests/EGLSurfaceTest.cpp',
                '<(angle_path)/src/tests/test_utils/ANGLETest.cpp',
                '<(angle_path)/src/tests/test_utils/ANGLETest.h',
                '<(angle_path)/src/tests/test_utils/angle_test_configs.cpp',
                '<(angle_path)/src/tests/test_utils/angle_test_configs.h',
                '<(angle_path)/src/tests/test_utils/angle_test_instantiate.cpp',
                '<(angle_path)/src/tests/test_utils/angle_test_instantiate.h',
            ],
            'angle_end2end_tests_win_sources':
            [
                '<(angle_path)/src/tests/gl_tests/D3DImageFormatConversionTest.cpp',
                '<(angle_path)/src/tests/gl_tests/D3D11EmulatedIndexedBufferTest.cpp',
                '<(angle_path)/src/tests/gl_tests/D3D11FormatTablesTest.cpp',
                '<(angle_path)/src/tests/gl_tests/D3D11InputLayoutCacheTest.cpp',
                '<(angle_path)/src/tests/gl_tests/QueryDisplayAttribTest.cpp',
                # TODO(cwallez) for Linux, requires a portable implementation of threads
                '<(angle_path)/src/tests/egl_tests/EGLThreadTest.cpp',
            ],
        },
        'dependencies':
        [
            '<(angle_path)/src/angle.gyp:libANGLE',
            '<(angle_path)/src/angle.gyp:libEGL',
            '<(angle_path)/src/angle.gyp:libGLESv2',
            '<(angle_path)/src/tests/tests.gyp:angle_test_support',
            '<(angle_path)/util/util.gyp:angle_util',
        ],
        'include_dirs':
        [
            '<(angle_path)/include',
            '<(angle_path)/src/tests'
        ],
        'sources':
        [
            '<@(angle_end2end_tests_sources)',
        ],
        'conditions':
        [
            ['OS=="win"',
            {
                'sources':
                [
                    '<@(angle_end2end_tests_win_sources)',
                ],
            }],
        ]
    }