18670 Commits (3db2b3effa953ae66457b7a19b419fc4db2c4801)
 

Author SHA1 Message Date
ameerj 3db2b3effa shader: Implement ATOM/S and RED 5 years ago
ReinUsesLisp 479ca00071 nsight_aftermath_tracker: Report used shaders to Nsight Aftermath 5 years ago
ReinUsesLisp 106764a6d5 spirv: Move phi node patching to a separate function 5 years ago
ReinUsesLisp ab543f1821 spirv: Guard against typeless image reads on unsupported devices 5 years ago
ReinUsesLisp 9280cd649a shader: Move LaneId to the warp emission file and fix AMD 5 years ago
ReinUsesLisp 1030b612a3 vk_rasterizer: Request outside render pass execution context for compute 5 years ago
ReinUsesLisp e5e79648cf pipeline_helper: Add missing [[maybe_unused]] 5 years ago
ReinUsesLisp 2e71e4c5c0 spirv: Fix forward declarations on phi nodes 5 years ago
ReinUsesLisp d404b871d5 shader: Mark ImageWrite with side effects 5 years ago
FernandoS27 1be6705408 shader: Implement CC for ISET, FSET, PSET, CSET, and DSET 5 years ago
ReinUsesLisp 8cea39b5a6 shader: Remove outdated comment in F2I 5 years ago
ReinUsesLisp 7cb2ab3585 shader: Implement SULD and SUST 5 years ago
ReinUsesLisp 094da34456 shader: Fix Windows build issues 5 years ago
lat9nq 5bfcafa0a2 shader: Address feedback + clang format 5 years ago
lat9nq 0bb85f6a75 shader_recompiler,video_core: Cleanup some GCC and Clang errors 5 years ago
ReinUsesLisp 5cd3d00167 shader: Fix FCMP immediate variant 5 years ago
ReinUsesLisp 233e39bb7b shader: Fix dangling labels 5 years ago
ReinUsesLisp e9a91bc5cc shader: Interact texture buffers with buffer cache 5 years ago
ReinUsesLisp 56b92bd89c shader: Fix F2I 5 years ago
ReinUsesLisp ef88552224 shader: Fix TextureGrad 5 years ago
ReinUsesLisp 1f3eb601ac shader: Implement texture buffers 5 years ago
FernandoS27 dcaf0e9150 shader: Address feedback 5 years ago
FernandoS27 73cb17f41b shader: Implement indexed Position and ClipDistances 5 years ago
FernandoS27 1d51803169 shader: Implement indexed attributes 5 years ago
FernandoS27 0df7e509db shader: Implement AL2P 5 years ago
FernandoS27 20ba0ea0a9 shader: Fix BRX tracking 5 years ago
ReinUsesLisp bfeeb23ddc vk_pipeline_cache: Fix num of pipeline workers on weird platforms 5 years ago
ReinUsesLisp 417fb5d385 shader: Move recursive SSA rewrite to the heap 5 years ago
FernandoS27 72daa2a039 shader: Fix ShadowCube declaration type, set number of pipeline threads based on hardware 5 years ago
ReinUsesLisp 9e6fe430bd shader: Fix splits on blocks using indirect branches 5 years ago
ReinUsesLisp ffca21487f shader: Eliminate orphan blocks more efficiently 5 years ago
ReinUsesLisp da6cf2632c shader: Add subgroup masks 5 years ago
ReinUsesLisp fc93bc2abd shader: Implement BAR and fix memory barriers 5 years ago
ReinUsesLisp 85795de99f shader: Abstract breadth searches and use the abstraction 5 years ago
ReinUsesLisp 3f594dd86b shader: Reimplement GetCbufU64 as GetCbufU32x2 5 years ago
ReinUsesLisp 5b3c6d59c2 vk_compute_pass: Fix compute passes 5 years ago
ReinUsesLisp 5ed68e83db shader: Remove atomic flags and use mutex + cond variable for pipelines 5 years ago
ReinUsesLisp 0b26f2b90e shader: Remove unused header in VOTE 5 years ago
ReinUsesLisp 6ff2e9ba09 vk_pipeline_cache: Remove unnecesary scope in pipeline cache locking 5 years ago
ReinUsesLisp 9a342f5605 shader: Rework global memory tracking to use breadth-first search 5 years ago
ReinUsesLisp c4aab5c40e shader: Fix fp16 merge when using native fp16 5 years ago
ReinUsesLisp ca7ebdc471 shader: Fix FADD32I 5 years ago
FernandoS27 e7700aad18 shader: Fix undetected bug from review 5 years ago
FernandoS27 ed6a1b1a3d shader: Address feedback 5 years ago
FernandoS27 80df541a08 shader: "Implement" NOP 5 years ago
FernandoS27 480dc0d5e6 vk_pipeline_cache: Small fixes to the pipeline cache 5 years ago
FernandoS27 baec84247f shader: Address Feedback 5 years ago
FernandoS27 45d547af11 shader: Implement SR_LaneId 5 years ago
FernandoS27 595806fb1c shader: Fix shared memory on cool drivers 5 years ago
FernandoS27 655f7a570a shader: Implement MEMBAR 5 years ago