1. 10 Jul, 2015 1 commit
    • clang/win: Fix a -Wreorder warning · cb8ff7fb
      Nico Weber authored
      ..\..\third_party\angle\src\libANGLE\renderer\d3d\d3d11\SwapChain11.cpp(30,7)
      : error: field 'mDepthStencilRenderTarget' will be initialized after
      field 'mPassThroughResourcesInit' [-Werror,-Wreorder]
            mDepthStencilRenderTarget(this, renderer, true),
            ^
      
      While here, also reorder the fields that are initialized in the
      constructor to match the order the fields are declared in, to make it
      easier to see if any are missing.
      
      No intended behavior change.
      
      BUG=505304
      
      Change-Id: If48195c84161868d33d4361088d3ad22b7a0fc31
      Reviewed-on: https://chromium-review.googlesource.com/284682Reviewed-by: 's avatarNico Weber <thakis@chromium.org>
      Tested-by: 's avatarNico Weber <thakis@chromium.org>
  2. 09 Jul, 2015 11 commits
  3. 08 Jul, 2015 11 commits
  4. 07 Jul, 2015 8 commits
  5. 06 Jul, 2015 4 commits
  6. 03 Jul, 2015 5 commits