Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: KhronosGroup/SPIRV-Headers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8b246ff75c6615ba4532fe4fde20f1be090c3764
Choose a base ref
...
head repository: KhronosGroup/SPIRV-Headers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2acb319af38d43be3ea76bfabf3998e5281d8d12
Choose a head ref
  • 11 commits
  • 15 files changed
  • 9 contributors

Commits on Mar 20, 2024

  1. Register spq tools for SPIR-V (#399)

    * Update spir-v.xml
    
    * Update spir-v.xml
    
    * Update spir-v.xml
    PENGUINLIONG authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    04db24d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Register LLVM SPIR-V Backend as SPIR-V generator (#423)

    * Register LLVM SPIR-V Backend as SPIR-V generator
    
    * Change LLVM SPIR-V Backend vendor from "Intel" to "LLVM"
    michalpaszkowski authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7d500c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    4f7b471 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. VkspReflection non-sematic: add dispatchId in configuration (#425)

    This is needed to add new features intercepting buffers content in
    vksp.
    rjodinchr authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    5e3ad38 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Add utility functions to strinfigy value enums (#426)

    Only for C and C++.
    
    Signed-off-by: Kevin Petit <kevin.petit@arm.com>
    kpet authored May 8, 2024
    Configuration menu
    Copy the full SHA
    acfc254 View commit details
    Browse the repository at this point in the history
  2. Fix SPIR-V reserved ranges (#427)

    The unused portions hadn't been updated so were overlapping the reserved
    ranges.
    gnl21 authored May 8, 2024
    Configuration menu
    Copy the full SHA
    49a1fce View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. SPV_EXT_replicated_composites (#431)

    * SPV_EXT_replicated_composites
    
    Signed-off-by: Kevin Petit <kevin.petit@arm.com>
    
    * Move Composite instructions to "Composite" class
    
    * Fix instruction classes
    
    ---------
    
    Signed-off-by: Kevin Petit <kevin.petit@arm.com>
    kpet authored May 29, 2024
    Configuration menu
    Copy the full SHA
    ea77f2a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Adds SPV_KHR_relaxed_extended_instruction (#434)

    Adds support for [SPV_KHR_relaxed_extended_instruction](https://gitlab.khronos.org/spirv/spirv-extensions/-/merge_requests/250)
    
    ---------
    
    Signed-off-by: Nathan Gauër <brioche@google.com>
    Keenuts authored May 30, 2024
    Configuration menu
    Copy the full SHA
    ff2afc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Enforce grammar naming conventions for aliases (#432)

    * Enforce grammar naming conventions for aliases
    
    Fixes #429
    
    * Enforce Core -> KHR -> EXT -> Vendor conventions for aliased names
    * Update grammar to satisfy these conventions and regenerate headers
    
    * Prevent duplicate (token,name) pairs
    alan-baker authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    fbf2402 View commit details
    Browse the repository at this point in the history
  2. Add KHR suffix to OpExtInstWithForwardRefsKHR (#435)

    The KHR suffix was missing. Fixing headers.
    
    Signed-off-by: Nathan Gauër <brioche@google.com>
    Keenuts authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    eb49bb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. SPV_ARM_cooperative_matrix_layouts (#433)

    Specification: KhronosGroup/SPIRV-Registry#254
    
    
    Change-Id: I9406eff3371f0c3061a867ea9e50428dfefba911
    
    Signed-off-by: Kevin Petit <kevin.petit@arm.com>
    kpet authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2acb319 View commit details
    Browse the repository at this point in the history
Loading