Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • libANGLE
  • Display.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Revert "Implement EGL_experimental_present_path_angle" · d1c46228
    Jamie Madill authored Feb 08, 2016
    Compile failure on Clang/Win:
    
    The reason for reverting is: FAILED: ninja -t msvc -e environment.x86 --
    "..\..\third_party/llvm-build/Release+Asserts/bin/clang-cl" -m32 /nologo
    /showIncludes /FC
    @obj\third_party\angle\src\tests\egl_tests\angle_end2end_tests.EGLPresentPathD3D11Test.obj.rsp
    /c ..\..\third_party\angle\src\tests\egl_tests\EGLPresentPathD3D11Test.cpp
    /Foobj\third_party\angle\src\tests\egl_tests\angle_end2end_tests.EGLPresentPathD3D11Test.obj
    /Fdobj\gpu\angle_end2end_tests.cc.pdb 
    In file included from
    ..\..\third_party\angle\src\tests\egl_tests\EGLPresentPathD3D11Test.cpp:7:
    In file included from
    ..\..\third_party\angle\src\tests\test_utils/ANGLETest.h:13:
    ..\..\testing\gtest\include\gtest/gtest.h(1392,16) :  error: comparison of
    integers of different signs: 'const int' and 'const unsigned int'
    [-Werror,-Wsign-compare]
      if (expected == actual) {
          ~~~~~~~~ ^  ~~~~~~
    ..\..\testing\gtest\include\gtest/gtest.h(1422,12) :  note: in instantiation of
    function template specialization 'testing::internal::CmpHelperEQ<int, unsigned
    int>' requested here
        return CmpHelperEQ(expected_expression, actual_expression, expected,
               ^
    ..\..\third_party\angle\src\tests\egl_tests\EGLPresentPathD3D11Test.cpp(281,9) :
     note: in instantiation of function template specialization
    'testing::internal::EqHelper<false>::Compare<int, unsigned int>' requested here
            ASSERT_EQ(mWindowWidth * 4, mappedSubresource.RowPitch);
            ^
    ..\..\testing\gtest\include\gtest/gtest.h(1960,32) :  note: expanded from macro
    'ASSERT_EQ'
    # define ASSERT_EQ(val1, val2) GTEST_ASSERT_EQ(val1, val2)
                                   ^
    ..\..\testing\gtest\include\gtest/gtest.h(1943,67) :  note: expanded from macro
    'GTEST_ASSERT_EQ'
                          EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
                                                                      ^
    
    BUG=angleproject:1219
    
    This reverts commit 6b3c1db5.
    
    Change-Id: Ia67ab82dd13295dc03235d57fa417c73f20a49e6
    Reviewed-on: https://chromium-review.googlesource.com/326680Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    d1c46228
Display.cpp 27.9 KB
EditWeb IDE
×

Replace Display.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.