index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-07-22
glasm: Reorder unreachable image instructions to the bottom
ReinUsesLisp
2021-07-22
glasm: Add support for texture offsets
ReinUsesLisp
2021-07-22
glasm: Improve texture sampling instructions
ReinUsesLisp
2021-07-22
emit_glasm: Enable ARB_draw_buffers when needed
ReinUsesLisp
2021-07-22
emit_glasm: Add support for reading position attributes
ReinUsesLisp
2021-07-22
shader_recompiler: GCC fixes
lat9nq
2021-07-22
glasm: Implement rest of shared mem
ameerj
2021-07-22
opengl: Initial (broken) support to GLASM shaders
ReinUsesLisp
2021-07-22
shader: Use a non-trivial dummy to construct ASL node union
ReinUsesLisp
2021-07-22
emit_spirv: Jump to loop body with local variable
ReinUsesLisp
2021-07-22
glasm: Implement derivative instructions on GLASM
ReinUsesLisp
2021-07-22
glasm: Initial (broken) implementation of TEX on GLASM
ReinUsesLisp
2021-07-22
glasm: Implement some graphics instructions on GLASM
ReinUsesLisp
2021-07-22
glasm: Add Void type to GLASM values
ReinUsesLisp
2021-07-22
glasm: Add graphics specific shader declarations to GLASM
ReinUsesLisp
2021-07-22
glasm: Implement local memory for glasm
ameerj
2021-07-22
emit_spirv: Add missing block in case
ReinUsesLisp
2021-07-22
glasm: Initial implementation of phi nodes on GLASM
ReinUsesLisp
2021-07-22
glasm: Write result to scalar on integer comparison instructions
ReinUsesLisp
2021-07-22
glasm: Declare NV_shader_thread_group when needed
ReinUsesLisp
2021-07-22
vk_update_descriptor: Properly initialize payload on the update descriptor queue
ReinUsesLisp
2021-07-22
glasm: Rework control flow introducing a syntax list
ReinUsesLisp
2021-07-22
glasm: Implement Storage atomics
ameerj
2021-07-22
glasm: Ensure reg alloc order across compilers on GLASM
ReinUsesLisp
2021-07-22
glasm: Enable unintentionally disabled register aliasing on GLASM
ReinUsesLisp
2021-07-22
glasm: Review all GLASM insts to be aware of register aliasing
ReinUsesLisp
2021-07-22
glasm: Implement shuffle and vote instructions on GLASM
ReinUsesLisp
2021-07-22
glasm: Add MUFU instructions to GLASM
ReinUsesLisp
2021-07-22
glasm: Implement IAbs64 and INeg64 on GLASM
ReinUsesLisp
2021-07-22
shader: Add floating-point rounding to I2F
ReinUsesLisp
2021-07-22
glasm: Properly clamp Fp64 on GLASM
ReinUsesLisp
2021-07-22
glasm: Fix register allocation when moving immediate on GLASM
ReinUsesLisp
2021-07-22
glasm: Implement SelectU64 on GLASM
ReinUsesLisp
2021-07-22
glasm: Fix clamps so the min value has priority on NAN on GLASM
ReinUsesLisp
2021-07-22
glasm: Fix moving U64 immediates to registers in GLASM
ReinUsesLisp
2021-07-22
glasm: Implement storage atomic ops
ameerj
2021-07-22
glasm: Add conversion instructions to GLASM
ReinUsesLisp
2021-07-22
glasm: Add fp min/max insts and fix store for fp64 on GLASM
ReinUsesLisp
2021-07-22
glasm: Add logical instructions on GLASM
ReinUsesLisp
2021-07-22
glasm: Remove duplicated Fp64 pack instructions on GLASM
ReinUsesLisp
2021-07-22
glasm: Remove unnecesary new white space on Clamp GLASM
ReinUsesLisp
2021-07-22
glasm: Add floating-point comparisons on GLASM
ReinUsesLisp
2021-07-22
emit_glasm: Implement more integer alu ops
ameerj
2021-07-22
glasm: Reimplement bitwise ops and BFI/BFE
ameerj
2021-07-22
glasm: Initial GLASM fp64 support
ReinUsesLisp
2021-07-22
glasm: Implement GLASM fp16 packing and move bitwise insns
ReinUsesLisp
2021-07-22
glasm: Remove unused functions left from rebase
ReinUsesLisp
2021-07-22
glasm: Specify namespace when using FormatTo
ReinUsesLisp
2021-07-22
glasm: Implement more GLASM composite instructions
ReinUsesLisp
2021-07-22
vk_pipeline_cache: Enable int8 and int16 types on Vulkan
ReinUsesLisp
[prev]
[next]