1. 15 Jan, 2020 1 commit
  2. 14 Jan, 2020 3 commits
  3. 13 Jan, 2020 9 commits
  4. 11 Jan, 2020 2 commits
  5. 10 Jan, 2020 5 commits
  6. 09 Jan, 2020 5 commits
  7. 08 Jan, 2020 14 commits
  8. 07 Jan, 2020 1 commit
    • Regres: Apply fix for invalid SPIR-V in 12 tests. · e75a1838
      Ben Clayton authored
      The following tests are failing due to invalid SPIR-V merge blocks:
      
        dEQP-VK.spirv_assembly.instruction.graphics.loop.break_frag
        dEQP-VK.spirv_assembly.instruction.graphics.loop.break_vert
        dEQP-VK.spirv_assembly.instruction.graphics.loop.continue_frag
        dEQP-VK.spirv_assembly.instruction.graphics.loop.continue_vert
        dEQP-VK.spirv_assembly.instruction.graphics.loop.multi_block_loop_construct_frag
        dEQP-VK.spirv_assembly.instruction.graphics.loop.multi_block_loop_construct_vert
        dEQP-VK.spirv_assembly.instruction.graphics.loop.return_frag
        dEQP-VK.spirv_assembly.instruction.graphics.loop.return_vert
        dEQP-VK.spirv_assembly.instruction.graphics.opphi.out_of_order_frag
        dEQP-VK.spirv_assembly.instruction.graphics.opphi.out_of_order_vert
        dEQP-VK.spirv_assembly.instruction.graphics.switch_block_order.out_of_order_frag
        dEQP-VK.spirv_assembly.instruction.graphics.switch_block_order.out_of_order_vert
      
      This fix is currently working its way through the dEQP branches.
      Once it lands in 1.1.6, this change will be reverted and the dEQP SHA will be rolled forward.
      
      Change-Id: Ib69aa6aeb09c89519ff669281ef839a8555946bc
      Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/39878Tested-by: 's avatarBen Clayton <bclayton@google.com>
      Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>