Skip to content

Commit

Permalink
Roll third_party/glslang/ 7f6559d28..e0f3fdf43 (131 commits)
Browse files Browse the repository at this point in the history
KhronosGroup/glslang@7f6559d...e0f3fdf

$ git log 7f6559d28..e0f3fdf43 --date=short --no-merges --format='%ad %ae %s'
2021-07-29 greg Add support for pragma STDGL invariant(all)
2021-07-30 greg Allow layout(std430) uniform with GL_EXT_scalar_block_layout
2021-07-30 andrei.malashkin correct ident
2021-07-16 jeremy Generate separate stores for partially swizzled memory stores
2021-07-28 nathaniel.reed Fix OpImageRead result type when compiling HLSL (#2706)
2021-07-26 pkasting Fix some instances of -Wunused-but-set-variable.
2021-07-26 yunhsiaow Fix per-set argument parsing in standalone
2021-07-19 xzq0528 Support Uint to Int implicit conversions at #extension GL_ARB_gpu_shader5.
2021-07-15 shabbyx Fix loading bool arrays from interface blocks
2021-07-14 andrei.malashkin make AND to upper case
2021-07-12 andrei.malashkin add possibility to not override runtime of MSVC
2021-07-12 xzq0528 Atomic memory function can only be used for shader storage block member or shared variable.
2021-07-08 greg Revert "Atomic memory function can only be used for shader storage block member or shared variable."
2021-07-07 xzq0528 Add support for gl_MaxVaryingVectors for ogl.
2021-06-23 greg Update known goods and CHANGES for 11.5.0
2021-06-22 dneto Android.mk: Add SpirvIntrinsics.cpp
2021-06-17 chouinard Remove unused variable Num_string_literal_EXTs
2021-01-13 jason.ekstrand Implement GLSL_EXT_shader_atomic_float2
2021-06-15 greg Remove output variables from compute regression tests
2021-06-15 alanbaker Update test expectations
2021-06-15 alanbaker Update known good SPIRV-Tools and SPIRV-Headers
2021-06-12 justsid Fixed SPIR-V remapper not remapping OpExtInst instruction set IDs
2021-06-10 malcolm only declare compatibility gl_ variables in compatibility mode
2021-06-08 greg Add support for float spec const vector initialization
2021-04-25 rex.xu Implement the extension GL_EXT_spirv_intrinsics
2021-06-08 jaebaek Fix unit test failures
2021-06-08 jaebaek Update known_good.json for SPIRV-Tools
2020-06-05 cepheus Implement GL_EXT_subgroup_uniform_control_flow.
2021-06-01 ShabbyX Fix UBSAN error with negating 0x8000'0000
2021-06-03 shabbyx Fix OOB write in matrix constructor
2021-05-28 33846034+syntheticmagus Add setters for true and false blocks of selection nodes, copying the pattern already used for the condition.
2021-05-26 greg Add missing libs to release
2021-05-20 greg Do true SPV type check for function array arg linkage
2021-05-18 johnstiles Fix mat4x2(scalar) constructor.
2021-05-12 xzq0528 Atomic memory function can only be used for shader storage block member or shared variable.
2021-05-11 tim fix error message for hlslGrammar::acceptConstructor
2021-05-08 xantares09 Dont export inline TObjectReflection::getType()
2021-05-06 greg Fix arrays dimensioned with spec constant sized gl_WorkGroupSize
2021-05-03 godlike Add support for 64bit integer types and 64bit integer vector types to bitCount() builtin.
2021-05-02 mjt Set CMake policy CMP0054 to NEW to silence warning
2021-04-27 rob2309 Improved usage hint
2021-04-22 greg Update CHANGES for 11.4.0
2021-04-22 greg Fix CMakeLists.txt to keep compatibility with CMake 3.10.2
2021-04-22 rob2309 Added usage hint for --auto-sampled-textures, added test cases
2021-04-21 greg Update CHANGES for 11.3.0
2021-04-21 greg Update spirv-tools and spirv-headers known good
2021-04-21 greg Change --hlsl-sampled-textures to --auto-sampled-textures
2021-04-20 dadschoorse Add some basic --depfile tests
2021-04-20 dadschoorse Add a --depfile option.
2021-04-20 rob2309 Exposed google#856 as --hlsl-sampled-textures in the StandAlone
(...)
2021-03-01 greg Allow grad texture ops in all shaders
2021-02-26 greg Fix off-by-1 bug in gl_MaxCombinedTextureImageUnits check
2021-02-26 greg Fix precision propagation around shifts
2021-02-26 e.proydakov Returned using find_host_package for PythonInterp 3 instead of find_package.
2021-02-26 rex.xu SPV: Change the key of extBuiltinMap to std::string
2021-02-25 xzq0528 fix a typo
2021-02-22 jeremy Require fixed workgroup size declaration
2020-06-24 e.proydakov Fixed msvc 2019 nmake noexcept build.
2021-02-23 e.proydakov Code review. Thx `greg-lunarg` for comments.
2021-02-23 xzq0528 Replace the old version math func with C++11 to prevent some presicion issue.
2021-02-22 greg Update CHANGES.md to 11.2.0 to sync with current tagging.
2021-02-19 dkoch Fix warning in build
2021-02-19 e.proydakov Fixed cmake generation warning for regeneration project build files.
2021-02-18 greg Update CHANGES for 11.1.0
2020-11-12 laddoc Fix issue for new unique id system. Add level bits to help verifying symbols and split symbol tables. For intermediates rebuilding, now need manually amending level bits for redeclaring built-ins.
2021-02-14 julius.ikkala Pass environment through PreprocessDeferred
2021-02-11 greg Update spirv-tools and spirv-header known good.
2021-02-07 e.proydakov Code review. Thx ben-clayton for comments.
2021-02-07 e.proydakov Fixed issues 2496. Used option 4: parse_version.cmake to avoid python3 usage.
2021-02-09 xzq0528 Cannot specify atomic counter with location.
2021-02-09 xzq0528 Cannot specify atomic counter with location.
2021-02-07 xzq0528 Cannot specify atomic counter with location.
2021-02-03 dneto Remove useless semicolon
2021-01-30 glex.spb callGraph.push_front -> emplace_front to fix UBSAN
2020-06-02 caio.oliveira Add support for GL_EXT_shared_memory_block
2020-05-12 caio.oliveira Update known_good.json to pick up SPV_KHR_workgroup_memory_explicit_layout
2021-01-27 caio.oliveira Consider GL_EXT_scalar_block_layout when validating SPIR-V
2021-01-27 jbolz Add missing capability when QueueFamily scope is used
2020-06-11 cepheus Implement GL_EXT_null_initializer
2021-01-21 sk Fix missing enum values in the C-interface #2507
2021-01-18 bclayton license-checker.cfg: Update rules
2021-01-15 cstout Add CMake support for Fuchsia
2021-01-05 jeremy Prevent HLSL input under OpenGL semantics
2021-01-05 greg Fix debugInfo test to target vulkan1.1 as intended
2021-01-05 denis.zalevskiy Fix option replacement when flags are empty
2020-12-23 shuizhuyuanluo Update ParseHelper.cpp
2020-12-17 greg Fix cut and paste error
2020-11-05 git Don't use roundEven() to implement round() in DX9 compatibility mode
2020-12-15 dneto Test updates for ImageRead result type validation
2020-12-15 dneto Update known_good, pick up ImageRead result validation
2020-12-15 e.proydakov Fixed compile warning in reflection.cpp for ENABLE_HLSL = 0 build. [-Wunused-parameter]
2020-12-12 dgkoch Fix SPV return type of rayQueryGetIntersectionInstanceShaderBindingTableRecordOffsetEXT (#2484)
2020-12-11 greg Update README to avoid googletest breakage
2020-12-11 greg Fix Travis to use pre-breakage googletest (#2481)
2020-12-07 greg Update spirv-tools known-good google#2 - Pick up ray tracing terminator fix (#2478)
2020-12-03 greg Update spirv-tools known-good (#2473)
2020-11-30 dgkoch update spirv-headers and fix handling of gl_HitTEXT (#2471)
2020-11-24 dgkoch Add ray query capability if acceleration structure or ray query types declared (#2469)
2020-11-23 dgkoch Updates for final Vulkan ray tracing extensions (#2466)
2020-09-12 shuizhuyuanluo Fix build android ndk r16b

Created with:
  roll-dep third_party/glslang
  • Loading branch information
Ari Suonpaa committed Aug 6, 2021
1 parent dfd9dd5 commit d633f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vars = {
'cppdap_revision': 'be5b677c7b85b52f7570c572e99833514e754b62',
'cpplint_revision': '26470f9ccb354ff2f6d098f831271a1833701b28',
'dxc_revision': '9f771648e6feee85e70d3a92bd31ec053a4d82b3',
'glslang_revision': '7f6559d2802d0653541060f0909e33d137b9c8ba',
'glslang_revision': 'e0f3fdf43385061a1e3a049208e98527ee6af4af',
'googletest_revision': '5b40153003d1a5ad7b8f40cffcd09434afda3428',
'json_revision': '350ff4f7ced7c4117eae2fb93df02823c8021fcb',
'lodepng_revision': '7fdcc96a5e5864eee72911c3ca79b1d9f0d12292',
Expand Down

0 comments on commit d633f00

Please sign in to comment.