Skip to content
Snippets Groups Projects
  1. Jan 24, 2024
  2. Jan 10, 2024
    • Romaric Jodin's avatar
      Publish the header for the vulkan-shader-profiler embedded reflection… (#398) · 2e3dc2e1
      Romaric Jodin authored
      
      * Publish the header for the vulkan-shader-profiler embedded reflection non-semantic instruction set
      
      vulkan-shader-profiler is a tool based on perfetto to help vulkan
      developer profil their applications.
      First on the Host side using perfetto, but then using the extractor
      and the runner, this tools allow to get inside about a shader using
      counters (based on SPV_KHR_shader_clock)
      
      * Update include/spirv/unified1/NonSemanticVkspReflection.h
      
      Co-authored-by: default avatarBen Ashbaugh <ben.ashbaugh@intel.com>
      
      * Revert "Update include/spirv/unified1/NonSemanticVkspReflection.h"
      
      This reverts commit 3c9c24db2949c59926bd25d777e10ab60ae2cb9c.
      
      ---------
      
      Co-authored-by: default avatarBen Ashbaugh <ben.ashbaugh@intel.com>
      2e3dc2e1
  3. Mar 04, 2020
  4. Feb 26, 2020
    • David Neto's avatar
      Add grammars, C header, and header generator for vendor and KHR extended instruction sets (#143) · 0a7fc452
      David Neto authored
      * Add JSON grammars for extened instruction sets
      
      Add AMD extended instruction sets
      Add DebugInfo
      Add OpenCL.DebugInfo.100
      
      * Add script to generate C headers from extinst grammar
      
      This is cloned then adapted from the same-named script in SPIRV-Tools
      (contributed under same authorship but different copyright).
      
      Invoke the script as part of the overall header generation script.
      
      * Add generated C header for extended instruction sets
      
      Add for DebugInfo and OpenCLDebugInfo
      Add for AMD vendor extended instruction sets
      
      * Update the README for extinst header generation
      
      * Fix header include guard to match directory structure
      
      * Ensure generated header ends in newline
      
      * Fix typo in file reference
      
      * Fix name of AMD_shader_explicit_vertex_parameter.h
      
      * Avoid duplicate generation
      
      * Split Revision and Version enum values by newlines
      
      Per code review request
      
      * Convert C header generator driver to Python3
      
      * Fix README for Python3 for extinst header generation
      
      * Use 4-space in generated headers, consistently
      0a7fc452
  5. Apr 14, 2016
Loading