Adam Yang
|
5c64108bcc
Optimized bitcode loading. Added function to only materialize named MD. (#2854)
|
5 lat temu |
Greg Roth
|
78b58851fd
Print Lines or "add -Zi" on error messages (#2782)
|
5 lat temu |
Xiang Li
|
91fe12f0eb
Add GetResourceFromHeap. (#2691)
|
5 lat temu |
Xiang Li
|
9e88903d42
Check hasName before getName for StructType. (#2678)
|
5 lat temu |
Xiang Li
|
2f440d0462
Move wave sensitive check from validation into DxilValidateWaveSensit… (#2640)
|
6 lat temu |
Tex Riddell
|
f4965b71dd
Integrate dxcapi v2 and other changes from internal (#2575)
|
6 lat temu |
Adam Yang
|
85b366764e
Fixed cfg related hash failures (#2491)
|
6 lat temu |
Tex Riddell
|
8a65c18d93
Refactor useful code from DxilTranslateRawBuffer into dxilutil (#2487)
|
6 lat temu |
Tristan Labelle
|
0332b4bd90
Update FeedbackTexture2D types to be templated (#2347)
|
6 lat temu |
Tex Riddell
|
397a67082e
Misc cleanup during review
|
6 lat temu |
Tex Riddell
|
02d4ba3095
Fix SROA of RayQuery alloca, update test
|
6 lat temu |
Tex Riddell
|
cd9fee2291
Merge rayquery into merge-dxil-1-5
|
6 lat temu |
Tristan Labelle
|
b7868f8081
This change implements the `FeedbackTexture2D[Array](MinLOD|Tiled)` types in HLSL and the backing `WriteSamplerFeedback[Bias|Level|Grad]` DXIL intrinsics.
|
6 lat temu |
Tex Riddell
|
2209844cda
Add RayQuery object, TraceRayInline method + template arg annotations
|
6 lat temu |
Tex Riddell
|
03ecd7d3d7
Fix more: array[1] and unbounded cases, address feedback
|
6 lat temu |
Tristan Labelle
|
ada42260b2
Fix an assert on cbuffer loads of bool vectors. (#2104)
|
6 lat temu |
Tristan Labelle
|
0a801dae8e
Moved debug values to the ResRet struct.
|
6 lat temu |
Tristan Labelle
|
088c3cf27b
Fix debug info for the return value of resource vector loads.
|
6 lat temu |
Tristan Labelle
|
f56fb3a3d0
Eliminate dxilutil::IsHLSLMatrixType in favor of HLMatrixType::isa (#1986)
|
6 lat temu |
Tex Riddell
|
df3fd179a0
Merge branch 'fix-struct-param-5' into 19h1-fixes
|
6 lat temu |
Tex Riddell
|
b4bb5795cd
Fix some argument passing and groupshared bad codegen and crashes
|
6 lat temu |
Tristan Labelle
|
dc318ee472
Rewrote the HLMatrixLower pass to make it deterministic and correct.
|
7 lat temu |
Xiang Li
|
c2e744dcf4
Enable sroa for hlsl to remove static indexing array. (#1893)
|
7 lat temu |
Xiang Li
|
48595a358c
Use auto for parseBitcodeFile result. (#1816)
|
7 lat temu |
Tristan Labelle
|
8c7dde57c5
Fix use-after-free due to by-value Twine parameters. (#1775)
|
7 lat temu |
Adam Yang
|
51c6cfb01c
Created custom unroll pass to optionally include certain exit blocks. (#1752)
|
7 lat temu |
Tristan Labelle
|
9e20d1d856
Fix use-after-free in parameter SROA (#1746)
|
7 lat temu |
Xiang Li
|
16a5f94ab2
Move DxilRootSignature to its own directory. (#1609)
|
7 lat temu |
Xiang Li
|
4df08af7c0
Move DxilModule into DXIL directory. (#1599)
|
7 lat temu |