Skip to content

Commit

Permalink
add original comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jnackmclain committed Aug 30, 2024
1 parent fc1ab4a commit 9c56795
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion externals/glslang
Submodule glslang updated 54 files
+2 −2 .github/workflows/scorecard.yml
+0 −1 BUILD.gn
+2 −2 SPIRV/CMakeLists.txt
+1 −8 SPIRV/GlslangToSpv.cpp
+1 −0 SPIRV/SPVRemapper.cpp
+1 −2 SPIRV/SPVRemapper.h
+2 −0 StandAlone/StandAlone.cpp
+1 −0 StandAlone/Worklist.h
+0 −2 Test/baseResults/hlsl.attributeC11.frag.out
+0 −1 Test/baseResults/hlsl.buffer-offsets.comp.out
+0 −2 Test/baseResults/hlsl.buffer.frag.out
+0 −1 Test/baseResults/hlsl.buffer_ref_parameter.comp.out
+0 −3 Test/baseResults/hlsl.layout.frag.out
+0 −1 Test/baseResults/hlsl.structbuffer.byte.frag.out
+0 −2 Test/baseResults/hlsl.structbuffer.coherent.frag.out
+0 −2 Test/baseResults/hlsl.structbuffer.fn.frag.out
+0 −1 Test/baseResults/hlsl.structbuffer.fn2.comp.out
+0 −2 Test/baseResults/hlsl.structbuffer.frag.out
+0 −2 Test/baseResults/hlsl.structcopy.comp.out
+0 −2 Test/baseResults/hlsl.structcopylogical.comp.out
+0 −2 Test/baseResults/hlsl.texturebuffer.frag.out
+0 −2 Test/baseResults/iomap.crossStage.vk.vert.out
+0 −1 Test/baseResults/spv.1.3.8bitstorage-ssbo.vert.out
+0 −1 Test/baseResults/spv.1.3.8bitstorage-ubo.vert.out
+0 −1 Test/baseResults/spv.8bitstorage-ssbo.vert.out
+0 −1 Test/baseResults/spv.8bitstorage-ubo.vert.out
+0 −1 Test/baseResults/spv.atomiAddEXT.task.out
+0 −1 Test/baseResults/spv.atomic.comp.out
+0 −2 Test/baseResults/spv.bufferhandle13.frag.out
+0 −1 Test/baseResults/spv.debuginfo.bufferref.glsl.frag.out
+0 −1 Test/baseResults/spv.debuginfo.hlsl.comp.out
+0 −1 Test/baseResults/spv.expect_assume.assumeEXT.comp.out
+0 −1 Test/baseResults/spv.expect_assume.expectEXT.comp.out
+0 −1 Test/baseResults/spv.expect_assume.expectEXT.exttypes.comp.out
+0 −1 Test/baseResults/spv.fsi.frag.out
+0 −1 Test/baseResults/spv.memoryQualifier.frag.out
+0 −1 Test/baseResults/spv.specConstant.float16.comp.out
+0 −1 Test/baseResults/spv.specConstant.int16.comp.out
+0 −1 Test/baseResults/spv.specConstant.int8.comp.out
+0 −2 Test/baseResults/spv.specConstantOp.float16.comp.out
+0 −2 Test/baseResults/spv.specConstantOp.int16.comp.out
+0 −2 Test/baseResults/spv.specConstantOp.int8.comp.out
+0 −1 Test/baseResults/spv.ssbo.autoassign.frag.out
+0 −1 Test/baseResults/spv.subgroupExtendedTypesRotate.comp.out
+0 −1 Test/baseResults/spv.subgroupRotate.comp.out
+0 −2 Test/baseResults/spv.volatileAtomic.comp.out
+0 −4 Test/baseResults/vk.relaxed.stagelink.0.0.vert.out
+1 −4 glslang/CMakeLists.txt
+2 −0 glslang/HLSL/hlslParseHelper.cpp
+2 −0 glslang/HLSL/pch.h
+16 −1 glslang/Include/glslang_c_interface.h
+0 −51 glslang/Include/visibility.h
+1 −0 glslang/MachineIndependent/ParseHelper.cpp
+16 −1 glslang/Public/ShaderLang.h
2 changes: 1 addition & 1 deletion externals/robin-map
2 changes: 1 addition & 1 deletion externals/sirit
2 changes: 1 addition & 1 deletion externals/toml11
2 changes: 1 addition & 1 deletion externals/xbyak
1 change: 1 addition & 0 deletions src/shader_recompiler/frontend/translate/vector_alu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ void Translator::EmitVectorAlu(const GcnInst& inst) {
return V_MBCNT_U32_B32(true, inst);
case Opcode::V_MBCNT_HI_U32_B32:
return V_MBCNT_U32_B32(false, inst);
//Rock Band 4 and Amplitude 2016 use this opcode but are playable with it skipped.
case Opcode::V_MOVRELS_B32:
return;
case Opcode::V_NOP:
Expand Down

0 comments on commit 9c56795

Please sign in to comment.