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
/
spirv
/
emit_context.cpp
Age
Commit message (
Expand
)
Author
2021-07-22
glasm: Rework control flow introducing a syntax list
ReinUsesLisp
2021-07-22
glasm: Implement shuffle and vote instructions on GLASM
ReinUsesLisp
2021-07-22
shader: Optimize NVN Fallthrough
FernandoS27
2021-07-22
shader: Implement Int32 SUATOM/SURED
ameerj
2021-07-22
spirv: Add int8 and int16 capabilities only when supported
ReinUsesLisp
2021-07-22
spirv: Support OpenGL uniform buffers and change bindings
ReinUsesLisp
2021-07-22
spirv: Desambiguate descriptor names
ReinUsesLisp
2021-07-22
shader: Implement indexed textures
ReinUsesLisp
2021-07-22
shader: Add NVN storage buffer fallbacks
ReinUsesLisp
2021-07-22
spirv: Fix ViewportMask
ReinUsesLisp
2021-07-22
spirv: Replace Constant/ConstantComposite with Const helper
ameerj
2021-07-22
shader: Implement SampleMask
ReinUsesLisp
2021-07-22
shader: Implement PIXLD.MY_INDEX
ReinUsesLisp
2021-07-22
spirv: Implement ViewportMask with NV_viewport_array2
ReinUsesLisp
2021-07-22
shader: Implement PrimitiveId
ReinUsesLisp
2021-07-22
shader: Implement tessellation shaders, polygon mode and invocation id
ReinUsesLisp
2021-07-22
spirv: Implement image buffers
ReinUsesLisp
2021-07-22
spirv: Implement Layer stores
ReinUsesLisp
2021-07-22
shader: Implement transform feedbacks and define file format
ReinUsesLisp
2021-07-22
spirv: Rework storage buffers and shader memory
ReinUsesLisp
2021-07-22
shader: Implement geometry shaders
ReinUsesLisp
2021-07-22
shader: Implement SR_THREAD_KILL
ReinUsesLisp
2021-07-22
shader: Implement ATOM/S and RED
ameerj
2021-07-22
shader: Implement SULD and SUST
ReinUsesLisp
2021-07-22
shader_recompiler,video_core: Cleanup some GCC and Clang errors
lat9nq
2021-07-22
shader: Interact texture buffers with buffer cache
ReinUsesLisp
2021-07-22
shader: Implement texture buffers
ReinUsesLisp
2021-07-22
shader: Address feedback
FernandoS27
2021-07-22
shader: Implement indexed Position and ClipDistances
FernandoS27
2021-07-22
shader: Implement indexed attributes
FernandoS27
2021-07-22
shader: Fix ShadowCube declaration type, set number of pipeline threads based...
FernandoS27
2021-07-22
shader: Add subgroup masks
ReinUsesLisp
2021-07-22
shader: Reimplement GetCbufU64 as GetCbufU32x2
ReinUsesLisp
2021-07-22
shader: Address Feedback
FernandoS27
2021-07-22
shader: Fix shared memory on cool drivers
FernandoS27
2021-07-22
shader: Implement ViewportIndex
FernandoS27
2021-07-22
shader: Fix dependency on identity removal pass
ReinUsesLisp
2021-07-22
spirv: Remove unnecesary variable for clip distances
ReinUsesLisp
2021-07-22
shader: Implement ClipDistance
FernandoS27
2021-07-22
shader,spirv: Implement ImageQueryLod.
FernandoS27
2021-07-22
spirv: Add fixed pipeline point size
ReinUsesLisp
2021-07-22
shader: Add PointCoord attribute
FernandoS27
2021-07-22
shader: Add PointSize attribute
ameerj
2021-07-22
shader: Implement FSWZADD
ameerj
2021-07-22
shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when available
ReinUsesLisp
2021-07-22
shader: Better interpolation and disabled attributes support
ReinUsesLisp
2021-07-22
shader: Implement front face
ReinUsesLisp
2021-07-22
shader: Implement TXQ and fix FragDepth
ReinUsesLisp
2021-07-22
shader: Refactor PTP and other minor changes
ReinUsesLisp
2021-07-22
shader: Implement TLD4.PTP
FernandoS27
[next]