Commit Graph

18642 Commits

Author SHA1 Message Date
9d7422d967 shader: Add PointCoord attribute 2021-07-22 21:51:25 -04:00
b7589fe115 shader: Add PointSize attribute 2021-07-22 21:51:25 -04:00
514a6b07ee shader: Store type of phi nodes in flags
This is needed because pseudo-instructions where invalidated.
2021-07-22 21:51:25 -04:00
b0d5572abf shader: Fix indirect branches to scheduler instructions 2021-07-22 21:51:25 -04:00
55b960a20f spirv: Fix default output attribute initialization 2021-07-22 21:51:25 -04:00
12783f8105 shader: Add missing new lines 2021-07-22 21:51:25 -04:00
6c51f49632 shader: Implement FSWZADD 2021-07-22 21:51:25 -04:00
34aba9627a shader: Implement BRX 2021-07-22 21:51:25 -04:00
39a379632e shader: Fix alignment checks on RZ 2021-07-22 21:51:25 -04:00
73af0d2e0d shader: Implement I2I CC 2021-07-22 21:51:25 -04:00
dbc1e5cde7 shader: Implement I2I SAT 2021-07-22 21:51:25 -04:00
3c758d9b53 vk_pipeline_cache: Fix size hashing of shaders 2021-07-22 21:51:25 -04:00
cd9f75e223 shader: Fix ISCADD logic for PO/CC 2021-07-22 21:51:25 -04:00
e860870dd2 shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when available 2021-07-22 21:51:25 -04:00
84298ce191 shader: Implement ISCADD CC 2021-07-22 21:51:24 -04:00
51475e21ba shader: Implement VMAD, VMNMX, VSETP 2021-07-22 21:51:24 -04:00
0e1b213fa7 shader: Add missing I2I exception when CC is used 2021-07-22 21:51:24 -04:00
dbd882ddeb shader: Better interpolation and disabled attributes support 2021-07-22 21:51:24 -04:00
675a82416d spirv: Remove dependencies on Environment when generating SPIR-V 2021-07-22 21:51:24 -04:00
cb6039ccea vk_pipeline_cache: Fix pipeline and shader caches 2021-07-22 21:51:24 -04:00
f0031babeb shader: Implement front face 2021-07-22 21:51:24 -04:00
a806b29cb9 shader: Fix structured control flow on KIL instructions
This could potentially leave unvisited blocks, leading to illegal phi
nodes.
2021-07-22 21:51:24 -04:00
cdf0cc3869 shader: Fix TXQ 2021-07-22 21:51:24 -04:00
ec005be99d shader: Fix rasterizer integration order issues 2021-07-22 21:51:24 -04:00
17063d16a3 shader: Implement TXQ and fix FragDepth 2021-07-22 21:51:24 -04:00
d9c5bd9509 shader: Refactor PTP and other minor changes 2021-07-22 21:51:24 -04:00
b5db38f50e shader: Add IR opcode for ImageFetch 2021-07-22 21:51:24 -04:00
742d11c2ad shader: Implement TLD4.PTP 2021-07-22 21:51:24 -04:00
981eb6f43b shader: Fix Array Indices in TEX/TLD4 2021-07-22 21:51:24 -04:00
f5672777c8 shader: Implement FragDepth 2021-07-22 21:51:24 -04:00
fda0835300 shader: Implement TLD4S. 2021-07-22 21:51:24 -04:00
c7c518e280 shader: Implement TLD4 and TLD4_B 2021-07-22 21:51:24 -04:00
32c5483beb shader: Implement SHFL 2021-07-22 21:51:24 -04:00
49e87ea8ab shader: Track first bindless argument instead of the instruction itself 2021-07-22 21:51:24 -04:00
d3dad6b632 shader: Properly insert Prologue instruction 2021-07-22 21:51:24 -04:00
83a283fa86 shader: Minor style nits 2021-07-22 21:51:24 -04:00
8cb9443cb9 shader: Fix F2I 2021-07-22 21:51:24 -04:00
68a9505d8a shader: Implement NDC [-1, 1], attribute types and default varying initialization 2021-07-22 21:51:24 -04:00
1d2db78398 shader: Fix use-after-free bug in object_pool 2021-07-22 21:51:24 -04:00
3d07cef009 shader: Implement VOTE 2021-07-22 21:51:24 -04:00
d40faa1db0 vk_pipeline_cache: Fix ReleaseContents order 2021-07-22 21:51:24 -04:00
a8d8fd40f7 shader: Fix TEX mask 2021-07-22 21:51:24 -04:00
f8115a6a9e vk_pipeline_cache: Add pipeline cache 2021-07-22 21:51:24 -04:00
c63cf4fa2e vk_pipeline_cache: Add pipeline cache 2021-07-22 21:51:24 -04:00
2be5c7eff4 shader: Fold interpolation multiplications 2021-07-22 21:51:24 -04:00
96b7ced6ec shader: Better but still partial interpolation support 2021-07-22 21:51:24 -04:00
e4e1cc11b8 shader: Implement DMNMX, DSET, DSETP 2021-07-22 21:51:24 -04:00
56be556eee shader: Implement FADD32I 2021-07-22 21:51:24 -04:00
a62f04efab shader: Implement F2F 2021-07-22 21:51:24 -04:00
8b3b9c3371 shader: Add missing fp64 usage flags 2021-07-22 21:51:24 -04:00