index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
backend
/
glsl
/
emit_glsl_warp.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-10-22
emit_glsl_warp: Fix shfl_in_bounds conditional
Ameer J
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-12-05
shader_recompiler: Adjust emit_context includes
ameerj
2021-08-31
emit_glsl_warp: Fix shuffle ops for 64-thread warp sizes
ameerj
2021-08-31
emit_glsl_warp: Fix ballot related ops for 64-thread warp sizes
ameerj
2021-07-22
glsl: Conditionally use fine/coarse derivatives based on device support
ameerj
2021-07-22
glsl: Cleanup/Address feedback
ameerj
2021-07-22
glsl: Address Rodrigo's feedback
ameerj
2021-07-22
glsl: Implement fswzadd
ameerj
2021-07-22
glsl: Fix atomic SSBO offsets
ameerj
2021-07-22
glsl: Use NotImplemented macro with function name output
ameerj
2021-07-22
glsl: SHFL fix and prefer shift operations over divide in glsl shader
ameerj
2021-07-22
glsl: Use gl_SubGroupInvocationARB
ameerj
2021-07-22
glsl: Implement VOTE for subgroup size potentially larger
ameerj
2021-07-22
glsl: Implement VOTE
ameerj
2021-07-22
shader_recompiler: GCC fixes
lat9nq
2021-07-22
glsl: Rework Shuffle emit instructions to align with SPIR-V
ameerj
2021-07-22
glsl: Better Storage access and wip warps
ameerj
2021-07-22
glsl: remove unused headers
ameerj
2021-07-22
glsl: Implement derivatives and YDirection
ameerj
2021-07-22
glsl: Initial backend
ameerj