dxvk/src/dxbc
Philip Rebohle 9c5102e257
[dxvk] Don't duplicate geometry shader system value outputs
Fixes #1121. The basic idea here is that all built-ins that can be
written by the GS will be consumed as built-ins by the FS anyway,
so we do not need to keep the o# variable around.
2019-07-24 18:18:20 +02:00
..
dxbc_analysis.cpp [dxbc] Parse patch constant signature 2019-01-26 14:52:29 +01:00
dxbc_analysis.h [dxbc] Parse patch constant signature 2019-01-26 14:52:29 +01:00
dxbc_chunk_isgn.cpp [dxbc] Print shader signatures at debug loglevel 2019-07-11 12:40:44 +02:00
dxbc_chunk_isgn.h [dxbc] Print shader signatures at debug loglevel 2019-07-11 12:40:44 +02:00
dxbc_chunk_shex.cpp [dxbc] rename DxbcProgramVersion to DxbcProgramInfo 2018-10-08 12:32:01 +02:00
dxbc_chunk_shex.h [dxbc] rename DxbcProgramVersion to DxbcProgramInfo 2018-10-08 12:32:01 +02:00
dxbc_common.cpp [dxbc] rename DxbcProgramVersion to DxbcProgramInfo 2018-10-08 12:32:01 +02:00
dxbc_common.h [dxbc] rename DxbcProgramVersion to DxbcProgramInfo 2018-10-08 12:32:01 +02:00
dxbc_compiler.cpp [dxvk] Don't duplicate geometry shader system value outputs 2019-07-24 18:18:20 +02:00
dxbc_compiler.h [dxbc] Store alignment for raw and structured buffers 2019-06-11 20:20:40 +02:00
dxbc_decoder.cpp [dxbc] Implemented 64-bit Vector ALU instructions 2018-06-07 15:05:06 +02:00
dxbc_decoder.h [dxbc] Add string output function for DxbcRegMask 2019-07-11 12:40:44 +02:00
dxbc_defs.cpp [dxbc] Implement Dmovc instruction 2018-11-10 23:27:56 +01:00
dxbc_defs.h [dxbc] Implement DtoF and FtoD instructions 2018-06-07 14:32:56 +02:00
dxbc_enums.h [dxbc] Add definitions for extended double instructions 2018-08-15 20:11:34 +02:00
dxbc_header.cpp [dxbc] Added DXBC to SPIR-V compiler stub 2017-10-16 17:50:09 +02:00
dxbc_header.h [dxbc] Added DXBC to SPIR-V compiler stub 2017-10-16 17:50:09 +02:00
dxbc_include.h [dxbc] Added type info struct 2017-10-17 13:02:57 +02:00
dxbc_modinfo.h [dxbc] Add Xfb structures to DxbcModuleInfo 2018-10-10 10:28:15 +02:00
dxbc_module.cpp [dxbc] Parse patch constant signature 2019-01-26 14:52:29 +01:00
dxbc_module.h [dxbc] Parse patch constant signature 2019-01-26 14:52:29 +01:00
dxbc_names.cpp [dxbc] Add ostream operator for DxbcScalarType 2019-07-11 12:40:44 +02:00
dxbc_names.h [dxbc] Add ostream operator for DxbcScalarType 2019-07-11 12:40:44 +02:00
dxbc_options.cpp [dxbc] Use OpDemoteToHelperInvocationEXT for discards if supported 2019-07-11 19:33:17 +02:00
dxbc_options.h [dxbc] Use OpDemoteToHelperInvocationEXT for discards if supported 2019-07-11 19:33:17 +02:00
dxbc_reader.cpp [d3d11] Implemented basic shader creation methods 2017-12-06 18:54:01 +01:00
dxbc_reader.h [d3d11] Implemented basic shader creation methods 2017-12-06 18:54:01 +01:00
dxbc_tag.h [dxbc] Added DXBC to SPIR-V compiler stub 2017-10-16 17:50:09 +02:00
dxbc_util.cpp [dxbc] Replace computeResourceSlotId by light-weight alternatives 2019-04-18 10:06:15 +02:00
dxbc_util.h [dxbc] Replace computeResourceSlotId by light-weight alternatives 2019-04-18 10:06:15 +02:00
meson.build [general] Remove unnecessary include directories from build files 2018-11-02 14:54:39 +01:00