Upgrade to 13.1.1(vulkan-sdk-1.3.268.0)
[platform/upstream/glslang.git] / SPIRV /
2023-10-16 Andrew MacDonaldAdd missing initialization of `compile_only` field...
2023-10-13 Arcady Goldmints... spirv: don't emit invalid debuginfo for buffer references
2023-10-12 Arcady Goldmints... spirv: only set LocalSizeId mode when necessary
2023-10-02 alelenvAdd support for GL_NV_displacement_micromap.
2023-09-18 Nathaniel CesarioAdd --no-link option
2023-09-12 Rex XuUse std::variant to represent TSpirvTypeParameter
2023-09-12 Sajjad MirzaEmit correct nonsemantic debug info for explicitly...
2023-08-31 Nathaniel CesarioFix ByteAddressBuffer as function parameter
2023-08-22 Wooyoung Kimextension: GL_QCOM_image_processing support
2023-08-07 Arseny KapoulkineFix interaction between GL_EXT_mesh_shader and GL_EXT_f...
2023-07-28 dan sinclairRemove GLSLANG_WEB and GLSLANG_WEB_DEVEL
2023-07-26 Boris ZaninImplement support for GL_KHR_cooperative_matrix extension
2023-07-24 scribamRemove useless semicolons
2023-07-13 Arcady Goldmints... Use std::call_once in spv::Parameterize()
2023-07-11 Rex XuSpirv_intrinsics: Add support of type specifier to...
2023-06-27 Arcady Goldmints... Add an assert that ID operands are non-zero
2023-06-27 Arcady Goldmints... Force generateDebugInfo when non-semantic debug info...
2023-06-21 Sven van HaastregtFix unused parameter warning in Release builds
2023-05-25 Rémi VerscheldeCMake: Use set_target_properties instead of set_property
2023-05-23 Allan MacKinnonglslangValidator: Exit with an error if output file...
2023-05-22 Allan MacKinnon[glslang] Strip trailing whitespace
2023-05-19 Arcady Goldmints... Add decorations to structs with buffer references
2023-05-10 Johannes KauffmannSPIRV: remove pre-C++11 workaround
2023-05-10 Johannes KauffmannSPIRV: hex_float: remove workaround for VS2013
2023-05-09 janharaldfredrikse... Add GLSL_EXT_shader_tile_image
2023-05-05 Eric WernessGL_EXT_ray_tracing_position_fetch
2023-05-02 Chuang ZhuUse CMAKE_INSTALL_FULL_LIBDIR in compat cmake files
2023-04-04 Jeremy HayesFix DebugCompilationUnit scope
2023-04-03 Rex XuParameters of spirv_decorate_id should accept variables
2023-04-03 Arcady Goldmints... Fix generation of conditionals with a struct result...
2023-04-02 Qingyuan ZhengImprove line info for symbol access and assignment
2023-04-01 Arcady Goldmints... Refactor Builder::createTextureCall() to use std::vector
2023-02-03 Jan Engelhardtbuild: set SOVERSION on all libraries
2023-02-02 MaciejBlock-decorate Vulkan Structs with RuntimeArrays
2022-12-29 Greg FischerMerge pull request #3100 from daniel-story/fix-dual...
2022-12-26 Greg FischerMerge pull request #3102 from jeremy-lunarg/hayes-fix...
2022-12-22 Jeremy HayesFix debuginfo disassembly
2022-12-22 Greg FischerMerge pull request #3099 from jeremy-lunarg/hayes-fix...
2022-12-21 Jeremy HayesFix const parameter debug types
2022-12-12 Greg FischerMerge pull request #3087 from dneto0/remove-unused
2022-12-09 David NetoRemove the name of unused formal paramters
2022-12-09 alelenvAdd support for GL_NV_shader_invocation_reorder. (...
2022-12-07 Greg FischerMerge pull request #3066 from ShchchowAMD/shaochi/bindless
2022-12-07 Zhou[glslang][EXT] Support extension ARB_bindless_texture.
2022-12-06 Greg FischerMerge pull request #3079 from gby/GL_ARM_shader_core_bu...
2022-12-05 Gilad Ben-YossefGL_ARM_shader_core_builtins support
2022-11-30 Johannes KauffmannUse nullptr where possible instead of NULL or 0
2022-11-28 Greg FischerMerge pull request #3077 from greg-lunarg/edos3
2022-11-28 Greg FischerAdd EliminateDeadOutputStores to API.
2022-11-16 Sven-Hendrik HaaseFix locations of cmake files in side compat shims
2022-11-08 Greg FischerMerge pull request #3061 from ShabbyX/remove-angle...
2022-11-08 Shahbaz YoussefiRemove GLSLANG_ANGLE
2022-10-31 Jeremy HayesMerge pull request #3050 from Try/mesh-shader-ibo-fixup
2022-10-19 Greg FischerMerge pull request #3047 from akien-mga/spirv.hpp-dos2unix
2022-10-19 Jeremy HayesMerge pull request #3046 from amdrexu/bugfix
2022-10-17 Greg FischerMerge pull request #3043 from gnl21/helper-invocation
2022-10-14 Graeme LeeseChange Volatile generation for HelperInvocation
2022-10-13 Greg FischerMerge pull request #3049 from jeremy-lunarg/hayes-updat...
2022-10-13 Jeremy HayesUpdate CHANGES for release 11.12.0
2022-10-12 Greg FischerMerge pull request #3037 from mbechard/master
2022-10-11 Rémi VerscheldeConvert spirv.hpp line endings to LF (Unix style)
2022-10-06 Jeremy HayesMerge pull request #3028 from rhabacker/fix-shared...
2022-09-28 Jeremy HayesMerge pull request #3027 from rhabacker/fix-cmake-files...
2022-09-28 Malcolm Bechardonly use dead input elimination on vertex shaders
2022-09-28 Jeremy HayesMerge pull request #3012 from JohannesKauffmann/fix...
2022-09-27 Jeremy HayesMerge pull request #3036 from pmistryNV/bug3019
2022-09-23 Jeremy HayesMerge pull request #3034 from jeremy-lunarg/hayes-fix...
2022-09-23 Jeremy HayesUse DebugDeclare for local variables
2022-09-21 Greg FischerMerge pull request #3021 from qingyuanzNV/fix_opline_pr...
2022-09-12 Greg FischerMerge pull request #3025 from pmistryNV/GL_EXT_mesh_shader
2022-09-09 Pankaj MistryMake a utility function for termination instructions...
2022-09-09 Greg FischerMerge pull request #3023 from pmistryNV/GL_EXT_mesh_shader
2022-09-09 Greg FischerMerge pull request #2985 from jeremy-lunarg/hayes-nonse...
2022-09-09 Pankaj MistryFix for issue #3020
2022-09-07 Qingyuan ZhengFix OpLine prepending OpFunction reports wrong file...
2022-09-06 Greg FischerMerge pull request #3016 from ichordev/patch-1
2022-09-06 Greg FischerMerge pull request #3015 from spnda/remove_nv_c_interface
2022-09-02 seanFix: Remove NV suffix from C interface
2022-09-02 Greg FischerMerge pull request #3014 from pmistryNV/GL_EXT_mesh_shader
2022-09-02 Pankaj MistryGL_EXT_mesh_shader/SPV_EXT_mesh_shader implementation
2022-08-31 Greg FischerMerge pull request #2997 from RandomShaper/remove_unused
2022-08-31 Greg FischerMerge pull request #3011 from hbatagelo/fix_type_punning_ub
2022-08-26 Jeremy HayesImplement NonSemantic.Shader.DebugInfo.100
2022-08-26 HarlenFix strict aliasing violation
2022-08-26 Jeremy HayesMerge pull request #3009 from Tachi107/cmake-config...
2022-08-25 Andrea Pappacodabuild: install glslang-config.cmake to libdir
2022-08-03 Greg FischerMerge pull request #2988 from spnda/build_arm64_binarie...
2022-08-03 MACHIZAUD AndréaAdd unified `glslang` CMake config collecting `glslang...
2022-07-27 Greg FischerMerge pull request #2977 from AMD-dwang/AMD_shader_earl...
2022-07-22 Greg FischerMerge pull request #2974 from thoave-arm/EOpConstructAc...
2022-07-18 dwang102Add SPV_AMD_shader_early_and_late_fragment_tests
2022-07-15 Jeremy HayesMerge pull request #2976 from jeremy-lunarg/hayes-fix...
2022-07-14 Jeremy HayesEmit Int64Atomics for imageAtomicStore
2022-06-22 Greg FischerMerge pull request #2963 from greg-lunarg/i2956
2022-06-21 Greg FischerDo not generate samplerBuffer for spirv1.6 and beyond
2022-06-13 Greg FischerMerge pull request #2962 from James2022-rgb/feature...
2022-06-06 James0124CInterface: Add OpSource support.
2022-06-01 Greg FischerMerge pull request #2957 from greg-lunarg/p2933
2022-06-01 Greg FischerRestore legacy interface for remap()
2022-06-01 Greg FischerMerge pull request #2955 from andfau-arm/duplicate...
next