platform/upstream/SPIRV-Headers.git
2020-01-01 Mihai VulturAlso propagate SPIRV-Headers version to CMakeLists.txt
2019-11-20 John KessenichMerge pull request #134 from Tobski/patch-1
2019-11-20 TobskiOff-by-one errors
2019-11-20 TobskiReserve a new block of 64 opcodes
2019-10-15 John KessenichVersioning: Complete the versioning change in recent...
2019-10-15 John KessenichMerge pull request #133 from nhaehnle/buildHeader-spv15
2019-10-14 Nicolai HähnlebuildHeaders: update version to SPIR-V 1.5
2019-10-03 John KessenichMerge pull request #131 from lukaszgotszaldintel/new_branch
2019-09-24 John KessenichMerge pull request #128 from amdrexu/bugfix
2019-09-24 EhsanMerge pull request #129 from ehsannas/update_doc
2019-09-24 Ehsan NasiriImprove the doc on using Bazel.
2019-09-24 John KessenichMerge pull request #127 from ehsannas/add_bazel_build
2019-09-24 lgotszaladd cmake option SPIRV_HEADERS_SKIP_INSTALL
2019-09-24 Rex XuBump the SPIR-V version to 1.5
2019-09-23 Ehsan NasiriUpdate documentation.
2019-09-18 Ehsan NasiriAdd a Bazel build file.
2019-09-18 John KessenichAdd SPV_KHR_physical_storage_buffer.
2019-09-13 John KessenichSPIR-V 1.5.
2019-08-30 John KessenichMinor tweak for Rev. 2 of SPIR-V 1.4.
2019-08-26 John KessenichMerge branch 'printing-classes'
2019-07-22 John KessenichMerge pull request #123 from AaronHaganAMD/master
2019-07-16 amhaganAdd SPV_KHR_shader_clock to spirv-headers
2019-07-13 John KessenichMerge pull request #122 from mkinsner/array_init_loop_c...
2019-07-12 Michael KinsnerReserve additional loop control bit for upcoming update...
2019-07-03 John KessenichMerge pull request #120 from antiagainst/mlir-serializer
2019-07-02 John KessenichMerge pull request #121 from jeffbolznv/demote_to_helpe...
2019-07-02 Jeff Bolzadd SPV_EXT_demote_to_helper_invocation
2019-06-15 Lei ZhangReserve ID 23 for MLIR SPIR-V Serializer
2019-06-13 John KessenichMerge pull request #119 from dneto0/spirv-issue-476
2019-06-12 David NetoAdd Volatile to Memory Semantics, for SPV_KHR_vulkan_me...
2019-06-12 John KessenichMerge pull request #117 from ehsannas/UserTypeGOOGLE
2019-06-12 John KessenichGrammar: Add instruction-printing classes.
2019-06-10 Ehsan NasiriAdd grammar and symbols for UserTypeGOOGLE extension...
2019-06-08 John KessenichMerge pull request #105 from mchiasson/cmake_install_config
2019-06-08 John KessenichAdd missing "version" : "None" to a bunch of reserved...
2019-06-08 John KessenichAdd more detail about reserving tokens to the README.
2019-06-08 John KessenichRestore numerical order in enumerants.
2019-06-03 John KessenichMerge pull request #114 from jeffbolznv/fsi
2019-06-03 Jeff BolzAdd SPV_EXT_fragment_shader_interlock
2019-06-03 John KessenichMerge pull request #115 from dgkoch/SPV_NV_sm_shader_builts
2019-06-03 Daniel KochAdd support for SPV_NV_sm_shader_builtins
2019-05-31 John KessenichOpenCL ext. inst. header: Support C in addition to...
2019-05-29 John KessenichMerge pull request #112 from mkinsner/master
2019-05-27 Michael KinsnerProposed LoopControl bitfield allocation mechanism...
2019-05-23 John KessenichMerge pull request #111 from Naghasan/codeplay-range
2019-05-23 Victor LomullerReserve token range for Codeplay
2019-05-18 Matt ChiassonUpdate CMakeLists.txt
2019-05-17 John KessenichMerge pull request #102 from ianromanick/INTEL_shader_i...
2019-05-17 John KessenichMerge pull request #107 from jeffbolznv/duplicate_enum_...
2019-05-16 Jeff BolzUpdate HasResultAndType code generation to skip duplica...
2019-05-16 Matt Chiassonupdated as per code review
2019-05-12 John KessenichMerge pull request #106 from alankemp/fix_json_writer
2019-05-11 Alan KempCompare enum names rather than values to determine...
2019-05-11 Mathieu-Andre... cmake development configuration package
2019-05-10 John KessenichMerge pull request #103 from amdrexu/bugfix
2019-05-09 Rex XuEnable Groups capability by the extension SPV_AMD_shade...
2019-05-08 Ian RomanickAdd INTEL_shader_integer_functions2
2019-05-07 John KessenichMove to version 1.4 of SPIR-V.
2019-05-07 John KessenichRationalize opcode ordering and a few spaces.
2019-05-07 John KessenichMerge pull request #101 from dneto0/clspv-generator
2019-04-20 David NetoReserve generator 21 for Clspv
2019-04-04 John KessenichMerge pull request #100 from jeffbolznv/hasresult
2019-04-03 Jeff BolzAdd a function that returns whether an opcode has a...
2019-03-17 John KessenichMerge pull request #99 from Naghasan/contact-update
2019-03-14 Victor LomullerUpdate Codeplay's contact details
2019-03-12 John KessenichAdd ability to skip ranges of instructions; no impact...
2019-03-12 John KessenichSync to rev. 7 of headers from Khronos.
2019-03-11 John KessenichMerge pull request #98 from jeffbolznv/partitioned
2019-03-11 Jeff BolzAdd GroupNonUniformPartitionedNV capability to all...
2019-03-09 John KessenichHeader build for previous grammar update.
2019-03-08 John KessenichMerge pull request #92 from PawelJurek/SPV_INTEL_device...
2019-03-06 John KessenichMake all "IdScope" be either Execution or Memory.
2019-03-05 John KessenichFix #96: Don't include a comment after #endif for the...
2019-02-26 John KessenichMerge pull request #95 from mkinsner/fpga_enum_block
2019-02-26 Michael KinsnerReserve double SPIR-V enum block for upcoming Intel...
2019-02-21 John KessenichMerge pull request #94 from jeffbolznv/cooperative_matrix
2019-02-20 Jeff BolzAdd SPV_NV_cooperative_matrix
2019-01-25 Jurek, PawelGrammar for SPV_INTEL_device_side_avc_motion_estimation...
2019-01-24 John KessenichUpdate headers from previous SPV_INTEL_media_block_io...
2019-01-24 John KessenichMerge pull request #93 from PawelJurek/SPV_INTEL_media_...
2019-01-24 Jurek, PawelGrammar for SPV_INTEL_media_block_io extension
2019-01-23 John KessenichMerge pull request #91 from LukasBanana/master
2019-01-23 Lukas HermannsAdded '.DS_Store' (MacOS specific file) to gitignore.
2019-01-07 John KessenichMerge pull request #88 from jeffbolznv/physical_storage...
2019-01-06 Jeff BolzSPV_EXT_physical_storage_buffer
2019-01-03 John KessenichUpdate copyright years.
2019-01-03 John KessenichInclude the new spv.d file when fixing line endings...
2019-01-03 John KessenichMerge pull request #87 from rtbo/dlang
2019-01-02 Remi Thebaultwhitespace
2019-01-02 Remi Thebaultgenerated code
2019-01-02 Remi Thebaultadding support for D language
2018-12-20 John KessenichMerge pull request #85 from akien-mga/unix-executable-bit
2018-12-10 Rémi VerscheldeRemove Unix executable permission from text files
2018-11-30 John KessenichReserve tokens for float controls and no integer wrapping:
2018-11-28 John KessenichMerge pull request #84 from grorg/whlsl upstream/1.2
2018-11-28 Dean JacksonAdd W3C WebGPU WHLSL tool identifier
2018-11-26 John KessenichMerge pull request #83 from dgkoch/SPV_EXT_fragment_inv...
2018-11-23 Daniel KochAdd json support for SPV_EXT_fragment_invocation_density
2018-11-16 dan sinclairAdd option to skip examples.
2018-10-24 John KessenichMerge pull request #80 from alelenv/nv-raytracing-final
next