1. 17 Aug, 2020 2 commits
  2. 13 Aug, 2020 2 commits
  3. 12 Aug, 2020 3 commits
  4. 11 Aug, 2020 3 commits
  5. 07 Aug, 2020 1 commit
  6. 06 Aug, 2020 6 commits
  7. 04 Aug, 2020 3 commits
  8. 03 Aug, 2020 1 commit
  9. 02 Aug, 2020 1 commit
  10. 30 Jul, 2020 3 commits
  11. 29 Jul, 2020 4 commits
  12. 28 Jul, 2020 5 commits
  13. 27 Jul, 2020 6 commits
    • Manual changes required for SPIR-V update · 12c9d4ac
      Alexis Hetu authored
      Bug: b/123642959
      Change-Id: I9ee44d6f3ae332f50110a4108481103dca998c77
      Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/47098
      Presubmit-Ready: Alexis Hétu <sugoi@google.com>
      Kokoro-Result: kokoro <noreply+kokoro@google.com>
      Tested-by: 's avatarAlexis Hétu <sugoi@google.com>
      Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
    • Merge changes Icf7b69da,I2c88ee38 · deae0116
      Alexis Hétu authored
      * changes:
        Update SPIR-V Headers to 979924c8b
        Squashed 'third_party/SPIRV-Headers/' changes from f8bf11a02..979924c8b
    • Merge changes Id54668de,I200b4417 · f0946aa3
      Alexis Hétu authored
      * changes:
        Update SPIR-V Tools to 8a5500656
        Squashed 'third_party/SPIRV-Tools/' changes from 55af3902f..8a5500656
    • Add Wayland support for Vulkan WSI · a681d126
      Nicolas Caramelli authored
      Bug: b/161736397
      Change-Id: Ia795a1dcf201cc33027f520c0af8d5839d873af9
      Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/46768Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
      Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
      Tested-by: 's avatarNicolas Caramelli <caramelli.devel@gmail.com>
    • Update SPIR-V Headers to 979924c8b · 29427935
      Alexis Hetu authored
      Changes:
          979924c8b Support SPV_KHR_terminate_invocation (#163)
          7f2ae1193 Merge pull request #162 from vkushwaha-nv/SPV_EXT_shader_atomic_float
          7083cb52e Add changes for SPV_EXT_shader_atomic_float
          308bd0742 Merge pull request #160 from dj2/reg_tint
          5ce353315 Register the Tint compiler
          11d7637e7 Merge pull request #159 from dneto0/fix-quotes
          291d7bf7a spir-v.xml: Use plain ASCII quotes in comment
          ed09fc149 Merge pull request #158 from mkinsner/mkinsner/fpfastmath_allocation_mechanism
          f2d2ca132 Rebuild headers against the previous grammar commit.
          9e2b21a74 Merge pull request #150 from MrSidims/private/MrSidims/UpstreamIntelExt
          7d343e9c0 Apply suggestions
          dfa87b6d4 Add Intel specific definitions from KhronosGroup/SPIRV-LLVM-Translator
          ae6e15156 Header build from previous grammar update.
          8012d1c86 Merge pull request #152 from MrSidims/private/MrSidims/FunctionPointers
          982a08f59 Propose bit allocation mechanism for the FP Fast Math Mode bitfield, following from the mechanism previously added for the loop control bitfield.
          ac638f181 Merge pull request #157 from dneto0/update-example
          1fa1a92e0 Update example to use unified1 headers
          c0df742ec Update headers to SPIR-V 1.5 Revision 3
          375789625 Add a bunch of missing "version" : "None" for ray tracing.
          6300597a6 Rebuild the headers with the fixed grammar file.
          c26f7e838 Add missing "version" : "None" for ShaderCallKHR
          445017dc7 Grammar: The ray-tracing updates were not done in numerical ordering.
          2ad0492fb Discuss generator magic number reservations.
          9995e294c Add SPV_INTEL_function_pointers preview extension
      
      Commands:
          ./third_party/update-spirvheaders.sh
      
      Bug: b/123642959
      Change-Id: Icf7b69da64e742a2e43fa6d7d9c42addf0d5aee2
    • Squashed 'third_party/SPIRV-Headers/' changes from f8bf11a02..979924c8b · 91f0d257
      Alexis Hetu authored
      979924c8b Support SPV_KHR_terminate_invocation (#163)
      7f2ae1193 Merge pull request #162 from vkushwaha-nv/SPV_EXT_shader_atomic_float
      7083cb52e Add changes for SPV_EXT_shader_atomic_float
      308bd0742 Merge pull request #160 from dj2/reg_tint
      5ce353315 Register the Tint compiler
      11d7637e7 Merge pull request #159 from dneto0/fix-quotes
      291d7bf7a spir-v.xml: Use plain ASCII quotes in comment
      ed09fc149 Merge pull request #158 from mkinsner/mkinsner/fpfastmath_allocation_mechanism
      f2d2ca132 Rebuild headers against the previous grammar commit.
      9e2b21a74 Merge pull request #150 from MrSidims/private/MrSidims/UpstreamIntelExt
      7d343e9c0 Apply suggestions
      dfa87b6d4 Add Intel specific definitions from KhronosGroup/SPIRV-LLVM-Translator
      ae6e15156 Header build from previous grammar update.
      8012d1c86 Merge pull request #152 from MrSidims/private/MrSidims/FunctionPointers
      982a08f59 Propose bit allocation mechanism for the FP Fast Math Mode bitfield, following from the mechanism previously added for the loop control bitfield.
      ac638f181 Merge pull request #157 from dneto0/update-example
      1fa1a92e0 Update example to use unified1 headers
      c0df742ec Update headers to SPIR-V 1.5 Revision 3
      375789625 Add a bunch of missing "version" : "None" for ray tracing.
      6300597a6 Rebuild the headers with the fixed grammar file.
      c26f7e838 Add missing "version" : "None" for ShaderCallKHR
      445017dc7 Grammar: The ray-tracing updates were not done in numerical ordering.
      2ad0492fb Discuss generator magic number reservations.
      9995e294c Add SPV_INTEL_function_pointers preview extension
      
      git-subtree-dir: third_party/SPIRV-Headers
      git-subtree-split: 979924c8bc839e4cb1b69d03d48398551f369ce7