Morph
2b87305d31
general: Convert source file copyright comments over to SPDX
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
4 years ago
ameerj
0df188787a
shader_recompiler: Reduce unused includes
5 years ago
ameerj
3f06a447fb
emit_spirv: Reduce emit_spirv.h include overhead
emit_spirv.h is included in video_core, which was propagating further includes that video_core did not depend on.
5 years ago
ReinUsesLisp
055db41f19
Move SPIR-V emission functions to their own header
5 years ago
ameerj
bfdb38404c
shader: Implement BFE and BFI CC
Fix two bugs in BFI.
5 years ago
ameerj
1a8e8498a4
shader: Implement DMNMX, DSET, DSETP
6 years ago
ameerj
449374cb13
shader: Implement R2P
6 years ago
ReinUsesLisp
dda21fd317
shader: FMUL, select, RRO, and MUFU fixes
6 years ago
ReinUsesLisp
e755a13d06
shader: Rename, implement FADD.SAT and P2R (imm)
6 years ago
ReinUsesLisp
a5f87011d3
shader: Primitive Vulkan integration
6 years ago
ReinUsesLisp
5ee600cf64
spirv: Initial SPIR-V support
6 years ago