Don't check precision qualifiers on cross-stage checks
[platform/upstream/glslang.git] / SPIRV /
2021-03-18 greg-lunargMerge pull request #2574 from feifei14119/master
2021-03-15 greg-lunargMerge pull request #2576 from KhronosGroup/revert-2569...
2021-03-15 greg-lunargRevert "Revert "GL_ext_vulkan_glsl_relaxed extension...
2021-03-10 greg-lunargMerge pull request #2569 from KhronosGroup/revert-2242...
2021-03-10 greg-lunargRevert "GL_ext_vulkan_glsl_relaxed extension support...
2021-03-09 greg-lunargMerge pull request #2565 from greg-lunarg/i2564
2021-03-08 greg-lunargMerge pull request #2242 from mbechard/GL_EXT_vulkan_gl...
2021-03-08 Greg FischerPass correct proxy type for atomicStore
2021-03-08 will brownImplement GL_EXT_vulkan_glsl_relaxed option
2021-03-08 greg-lunargMerge pull request #2560 from amdrexu/bugfix
2021-03-04 Rex XuSPV: The capability string for RayTracingProvisionalKHR...
2021-03-02 greg-lunargMerge pull request #2559 from greg-lunarg/i2555
2021-03-02 Greg FischerAllow DepthUnchanged and DepthReplaced Modes in same...
2021-03-01 greg-lunargMerge pull request #2557 from greg-lunarg/i2552b
2021-02-27 greg-lunargMerge pull request #2554 from proydakov/Try-to-find...
2021-02-27 greg-lunargMerge pull request #2553 from amdrexu/bugfix
2021-02-26 Rex XuSPV: Change the key of extBuiltinMap to std::string
2021-02-23 greg-lunargMerge pull request #2525 from ZhiqianXia/master
2021-02-15 greg-lunargMerge pull request #2532 from juliusikkala/master
2021-02-15 greg-lunargMerge pull request #2458 from ShchchowAMD/unique_id-fix
2021-02-15 ChowFix issue for new unique id system. Add level bits...
2021-02-01 greg-lunargMerge pull request #2517 from glebm/fix-ubsan-localinte...
2021-02-01 greg-lunargMerge pull request #2512 from cmarcelo/GL_EXT_shared_me...
2021-01-29 Caio Marcelo de... Add support for GL_EXT_shared_memory_block
2021-01-29 Caio Marcelo de... Update known_good.json to pick up SPV_KHR_workgroup_mem...
2021-01-28 Caio Marcelo de... Consider GL_EXT_scalar_block_layout when validating...
2021-01-28 greg-lunargMerge pull request #2513 from jeffbolznv/missingcap
2021-01-27 Jeff BolzAdd missing capability when QueueFamily scope is used
2021-01-26 greg-lunargMerge pull request #2511 from alan-baker/GL_EXT_null_in...
2021-01-25 John KessenichImplement GL_EXT_null_initializer
2020-12-24 nihuiniMerge remote-tracking branch 'upstream/master' into...
2020-12-12 Daniel KochFix SPV return type of rayQueryGetIntersectionInstanceS...
2020-11-30 Daniel Kochupdate spirv-headers and fix handling of gl_HitTEXT...
2020-11-25 Daniel KochAdd ray query capability if acceleration structure...
2020-11-23 Daniel KochUpdates for final Vulkan ray tracing extensions (#2466)
2020-11-12 David NetoAvoid spuriously adding Geometry capability for vert...
2020-11-12 greg-lunargNew nonuniform analysis (#2457)
2020-11-09 Jesse HallImplement GL_EXT_terminate_invocation (#2454)
2020-11-04 TobskiAdd GL_EXT_shader_image_int64 support (#2409)
2020-11-03 Chow8. io mapping refine & qualifier member check & resolve...
2020-11-02 pheonixAdd new SpirvToolsDisassemble API interface + Improve...
2020-11-02 Sidney JustSupport for CapabilityShaderViewportIndex and Capabilit...
2020-11-02 Jaebaek SeoDo not use PropagateLineInfoPass and RedundantLineInfoE...
2020-10-30 John KessenichMerge pull request #2387 from BNieuwenhuizen/nonuniform
2020-10-26 John KessenichMerge pull request #2435 from amdrexu/feature
2020-10-24 Rex XuHLSL: Add support for printf().
2020-10-20 John KessenichMerge pull request #2427 from ben-clayton/gn
2020-10-20 John KessenichMerge pull request #2428 from Tobski/GL_EXT_fragment_sh...
2020-10-20 John KessenichSPV: Update to the latest SPIR-V header, includes varia...
2020-10-20 ChowAdd GL_EXT_fragment_shading_rate
2020-10-12 Triang3lSPIR-V: Remove SpvTools.h include from disassemble...
2020-10-12 Rémi VerscheldeRemove executable bits from code/data files (#2420)
2020-10-05 John KessenichRevert "Add new SpirvToolsDisassemble API interface...
2020-10-05 pheonixAdd new SpirvToolsDisassemble API interface + Improve...
2020-09-28 John KessenichRevert "Add more flexible SpirvToolsDisassemble interfa...
2020-09-27 pheonixAdd more flexible SpirvToolsDisassemble interface to...
2020-09-27 craig stout[spirv-remap] Fix undefined behavior in hashing (#2403)
2020-09-18 Rex XuSPIRV: Add more utility functions to build some opcodes...
2020-09-14 Rex XuSPIRV: Add disassembly support for multiple literal...
2020-09-10 Bas NieuwenhuizenSPV: Add NonUniform decoration for constructors.
2020-09-10 Bas NieuwenhuizenSPV: Add NonUniform decoration for OpImages created...
2020-09-10 Bas NieuwenhuizenSPV: Add NonUniform decorations for stores.
2020-09-08 John KessenichMerge pull request #2388 from Tobski/rq-initialization...
2020-09-07 John KessenichMerge pull request #2386 from amdrexu/bugfix
2020-09-07 John KessenichMerge pull request #2389 from amdrexu/bugfix2
2020-09-07 Rex XuSPIRV: Fix some disassembly issues
2020-08-17 John KessenichMerge pull request #2371 from RafaelMarinheiro/master
2020-08-17 John KessenichMerge pull request #2369 from ezdiy/c_api_export
2020-08-14 John KessenichMerge pull request #2367 from KhronosGroup/fix-semantic...
2020-08-14 johnkslangFix #2366, fix #2358, correctly separate out numerical...
2020-08-10 Ez DiyGLSLANG_EXPORT for C APIs.
2020-08-04 johnkslangSPV: Use more correct SPV-Tools environment, partially...
2020-08-04 johnkslangSPV: Fix #2363: include trailing newline named text...
2020-08-03 John KessenichMerge pull request #2362 from ShabbyX/optimize_for_angle
2020-08-03 John KessenichMerge pull request #2361 from ben-clayton/revert-thread...
2020-07-31 Shahbaz YoussefiUse GLSLANG_ANGLE to strip features to what ANGLE requires
2020-07-31 Ben ClaytonRevert changes that migrate to `thread_local`.
2020-07-22 John KessenichMerge pull request #2353 from vkushwaha-nv/SPV_EXT_shad...
2020-07-22 Vikram KushwahaAdd changes for SPV_EXT_shader_atomic_float_add
2020-07-22 John KessenichMerge pull request #2354 from ben-clayton/limit-visibility
2020-07-22 Ben ClaytonLimit visibility of symbols for internal libraries
2020-07-22 John KessenichMerge pull request #2348 from ben-clayton/thread-local
2020-07-22 John KessenichMerge pull request #2345 from mbechard/master
2020-07-22 johnkslangSPV: Update to the latest SPIR-V headers.
2020-07-14 John KessenichMerge pull request #2335 from ben-clayton/kokoro-bazel...
2020-07-14 John KessenichMerge pull request #2343 from KhronosGroup/fix-non...
2020-07-14 John KessenichFix recently found non-determinism with gl_WorldToObjec...
2020-07-13 John KessenichMerge pull request #2337 from KhronosGroup/revert-ANGLE
2020-07-13 John KessenichRevert "Merge pull request #2330 from ShabbyX/optimize_...
2020-07-13 John KessenichFix a couple lines that were too long, to retrigger...
2020-07-13 John KessenichFix #2329: don't use invalid initializers.
2020-07-11 John KessenichMerge pull request #2330 from ShabbyX/optimize_for_angle
2020-07-10 John KessenichMerge pull request #2277 from ben-clayton/build-info
2020-07-09 Ben ClaytonGenerate build information from CHANGES.md
2020-07-08 Shahbaz YoussefiUse GLSLANG_ANGLE to strip features to what ANGLE requires
2020-07-04 John KessenichMerge pull request #2317 from ShabbyX/glslang_angle
2020-07-03 John KessenichMerge pull request #2311 from ben-clayton/license-checker
2020-07-03 John KessenichMerge pull request #2312 from ben-clayton/fix-copyright
2020-07-03 Ben ClaytonLicense headers: s/Google/The Khronos Group
2020-07-03 John KessenichMerge pull request #2310 from ben-clayton/license-checker
next