DirectXShaderCompiler/lib/HLSL
Tex Riddell a7807585ea Merge branch 'rtmaster' into dxil-update 2018-06-08 15:52:04 -07:00
..
CMakeLists.txt Merged PR 74: Add -exports export1[[,export2,...]=internal][;...] for lib target 2018-05-23 06:48:01 +00:00
ComputeViewIdState.cpp Merged PR 84: Implement MatrixBitcastLowerPass for link matrix type. 2018-06-06 00:56:37 +00:00
ControlDependence.cpp Fix ViewID state for flow control and consistent ViewID detection (#484) 2017-07-28 11:51:15 -07:00
DxcOptimizer.cpp Merged PR 82: Fix matrix array as parameter for external function. 2018-06-02 02:45:59 +00:00
DxilAddPixelHitInstrumentation.cpp Merge branch 'master' into rtmaster 2018-05-22 20:52:03 -07:00
DxilCBuffer.cpp fixes #37 - License cleanup. 2017-01-27 16:48:08 -08:00
DxilCompType.cpp Native Int16 and Uint16 types (#783) 2017-11-09 10:03:27 -08:00
DxilCondenseResources.cpp Merged PR 69: Add -auto-binding-space option enabling auto-binding for lib targets 2018-05-02 17:50:41 +00:00
DxilContainer.cpp fixes #37 - License cleanup. 2017-01-27 16:48:08 -08:00
DxilContainerAssembler.cpp Merged PR 80: Merge EntrySignature and FunctionProps together. 2018-06-07 02:04:03 +00:00
DxilContainerReflection.cpp Merged PR 74: Add -exports export1[[,export2,...]=internal][;...] for lib target 2018-05-23 06:48:01 +00:00
DxilConvergent.cpp Don't sink sample coordinate into control flow. (#1188) 2018-03-29 16:33:59 -07:00
DxilDebugInstrumentation.cpp Merge branch 'master' into rtmaster 2018-05-22 20:52:03 -07:00
DxilEliminateOutputDynamicIndexing.cpp More places to be cautious about alloca vs. non-alloca insert locs. 2018-03-29 18:05:38 -07:00
DxilEntryProps.h Merged PR 80: Merge EntrySignature and FunctionProps together. 2018-06-07 02:04:03 +00:00
DxilExpandTrigIntrinsics.cpp Expand tan to sin/cos in DxilExpandTrigIntrinsics. (#343) 2017-06-07 18:36:00 -07:00
DxilExportMap.cpp Merged PR 74: Add -exports export1[[,export2,...]=internal][;...] for lib target 2018-05-23 06:48:01 +00:00
DxilForceEarlyZ.cpp Move PIX options out of DxilGenerationPass.*, use option string properly, reduce header usage (#1022) 2018-01-26 15:43:44 -08:00
DxilGenerationPass.cpp Merged PR 80: Merge EntrySignature and FunctionProps together. 2018-06-07 02:04:03 +00:00
DxilInterpolationMode.cpp fixes #37 - License cleanup. 2017-01-27 16:48:08 -08:00
DxilLegalizeSampleOffsetPass.cpp Support user define type for dxil operation. 2018-02-05 17:54:05 -08:00
DxilLinker.cpp Merged PR 80: Merge EntrySignature and FunctionProps together. 2018-06-07 02:04:03 +00:00
DxilMetadataHelper.cpp Merged PR 80: Merge EntrySignature and FunctionProps together. 2018-06-07 02:04:03 +00:00
DxilModule.cpp Merged PR 80: Merge EntrySignature and FunctionProps together. 2018-06-07 02:04:03 +00:00
DxilOperations.cpp Add shader stage limitation for Raytracing intrinsic. 2018-05-31 11:20:49 -07:00
DxilOutputColorBecomesConstant.cpp Move PIX options out of DxilGenerationPass.*, use option string properly, reduce header usage (#1022) 2018-01-26 15:43:44 -08:00
DxilPreparePasses.cpp Merged PR 80: Merge EntrySignature and FunctionProps together. 2018-06-07 02:04:03 +00:00
DxilPreserveAllOutputs.cpp More places to be cautious about alloca vs. non-alloca insert locs. 2018-03-29 18:05:38 -07:00
DxilReduceMSAAToSingleSample.cpp Move PIX options out of DxilGenerationPass.*, use option string properly, reduce header usage (#1022) 2018-01-26 15:43:44 -08:00
DxilRemoveDiscards.cpp Move PIX options out of DxilGenerationPass.*, use option string properly, reduce header usage (#1022) 2018-01-26 15:43:44 -08:00
DxilResource.cpp Merge branch 'master' into rtmaster 2018-05-22 20:52:03 -07:00
DxilResourceBase.cpp 1. Fix IgnoreHit and AcceptHitAndEndSearch. 2018-02-05 18:51:47 -08:00
DxilRootSignature.cpp Revert dxilpipelinestatevalidation namespaces 2018-04-10 12:31:30 -07:00
DxilSampler.cpp fixes #37 - License cleanup. 2017-01-27 16:48:08 -08:00
DxilSemantic.cpp Various small code tweaks (#398) 2017-07-16 18:28:35 -07:00
DxilShaderAccessTracking.cpp Remove no-longer-needed stream-out and RTV tracking (#1053) 2018-02-05 16:44:59 -08:00
DxilShaderFlags.cpp Merged PR 35: Merge user/kiyoung/function-feature-flag to user/texr/rt-merge-rebase 2018-03-08 01:59:39 +00:00
DxilShaderModel.cpp Merge branch 'master' into user/texr/rt-merge-rebase 2018-02-12 17:51:50 -08:00
DxilSignature.cpp Group Signature Elements by Element Width (#610) 2017-09-06 11:04:33 -07:00
DxilSignatureElement.cpp Initial implementation of ViewId state analysis. (#290) 2017-05-10 18:14:43 -07:00
DxilTargetLowering.cpp Merge DivergenceAnalysis from llvm3.8. (#528) 2017-08-07 12:14:46 -07:00
DxilTargetTransformInfo.cpp Merge DivergenceAnalysis from llvm3.8. (#528) 2017-08-07 12:14:46 -07:00
DxilTargetTransformInfo.h Merge DivergenceAnalysis from llvm3.8. (#528) 2017-08-07 12:14:46 -07:00
DxilTypeSystem.cpp Merged PR 35: Merge user/kiyoung/function-feature-flag to user/texr/rt-merge-rebase 2018-03-08 01:59:39 +00:00
DxilUtil.cpp Merged PR 74: Add -exports export1[[,export2,...]=internal][;...] for lib target 2018-05-23 06:48:01 +00:00
DxilValidation.cpp Merge branch 'rtmaster' into dxil-update 2018-06-08 15:52:04 -07:00
HLMatrixLowerPass.cpp Merged PR 84: Implement MatrixBitcastLowerPass for link matrix type. 2018-06-06 00:56:37 +00:00
HLModule.cpp Merged PR 80: Merge EntrySignature and FunctionProps together. 2018-06-07 02:04:03 +00:00
HLOperationLower.cpp Merged PR 75: Fix mask when lowering [RW]StructuredBuffer::Load used with built-in type 2018-05-29 21:06:03 +00:00
HLOperationLowerExtension.cpp Support lowering extensions directly to dxil (#217) 2017-04-13 10:19:00 -07:00
HLOperations.cpp Remove copy be replace dst with src. (#296) 2017-05-16 12:37:40 -07:00
HLPreprocess.cpp Remove stacksave and stackstore. (#914) 2017-12-12 18:50:01 -08:00
HLResource.cpp fixes #37 - License cleanup. 2017-01-27 16:48:08 -08:00
HLSignatureLower.cpp Fix Merge conflict on Better memcpy propagation. (#1233). 2018-04-17 11:58:11 -07:00
HLSignatureLower.h Code cleanup. 2017-06-19 15:15:38 -07:00
LLVMBuild.txt [linux-port] Define LLVMBuild.txt for DxcSupport. (#1292) 2018-05-17 22:55:54 -04:00
PauseResumePasses.cpp Adds support for pipeline restart (#683) 2017-10-11 14:04:24 -07:00
ReducibilityAnalysis.cpp Add reducibility analysis to the list of passes and paramless ctor. (#133) 2017-03-14 17:41:11 -07:00
WaveSensitivityAnalysis.cpp Match filename cases (#199) 2017-04-10 22:52:10 -07:00