lizzie
9e0e31132a
[icc] fix intel c++ compiler errors ( #146 )
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/146
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
1 year ago
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
ReinUsesLisp
5ad12292a6
spirv: Be aware of NAN unaware drivers
5 years ago
ameerj
688c89590c
spirv: Replace Constant/ConstantComposite with Const helper
5 years ago
FernandoS27
c52b528cf7
shader: Fix F2I
6 years ago
ReinUsesLisp
9bf9276fe9
shader: Add support for fp16 comparisons and misc fixes
6 years ago
ameerj
f8f0eea4eb
shader: Implement FMNMX
And add a const in FCMP
6 years ago
ameerj
ab928b72c0
shader: Implement FCMP
still need to configure some settings for NV denorm flush and intel NaN
6 years ago
ReinUsesLisp
dda21fd317
shader: FMUL, select, RRO, and MUFU fixes
6 years ago
ReinUsesLisp
16a5b4f494
spirv: Fixes and Intel specific workarounds
6 years ago
ReinUsesLisp
e755a13d06
shader: Rename, implement FADD.SAT and P2R (imm)
6 years ago
ReinUsesLisp
6350a277a3
shader: Add denorm flush support
6 years ago
ReinUsesLisp
a2fe90fa60
spirv: Add lower fp16 to fp32 pass
6 years ago
ReinUsesLisp
a5f87011d3
shader: Primitive Vulkan integration
6 years ago
ReinUsesLisp
605783f828
spirv: Initial bindings support
6 years ago
ReinUsesLisp
5ee600cf64
spirv: Initial SPIR-V support
6 years ago