index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
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
2021-07-22
glasm: Make GLASM aware of types
ReinUsesLisp
2021-07-22
glasm: Use CMP.S for Select32
ameerj
also fixes ADD and SUB to use U modifier
2021-07-22
glasm: Implement more logical ops
ameerj
2021-07-22
glasm: Implement BFI, BFE
ameerj
Along with implementations of common instructions along the way
2021-07-22
glasm: Use BitField instead of C bitfields
ReinUsesLisp
2021-07-22
glasm: Remove unused argument in identity instructions on GLASM
ReinUsesLisp
2021-07-22
gl_rasterizer: Flush L2 caches before glFlush on GLASM
ReinUsesLisp
2021-07-22
glasm: Initial GLASM compute implementation for testing
ReinUsesLisp
2021-07-22
glasm: Implement basic GLASM instructions
ReinUsesLisp
2021-07-22
glasm: Changes to GLASM register allocator and emit context
ReinUsesLisp
2021-07-22
vk_scheduler: Use locks instead of SPSC a queue
ReinUsesLisp
This tries to fix a data race where we'd wait forever for the GPU.
2021-07-22
vk_query_cache: Wait before reading queries
ReinUsesLisp
2021-07-22
vk_master_semaphore: Use fetch_add to increase master semaphore tick
ReinUsesLisp
2021-07-22
glasm: Add GLASM backend infrastructure
ReinUsesLisp
2021-07-22
shader: ISET.X implementation
ameerj
2021-07-22
gl_shader_cache: Remove code unintentionally committed
ReinUsesLisp
2021-07-22
shader: Fixup SPIR-V emit header namespaces
ReinUsesLisp
2021-07-22
Move SPIR-V emission functions to their own header
ReinUsesLisp
2021-07-22
shader: Optimize NVN Fallthrough
FernandoS27
2021-07-22
shader: Stub SR_AFFINITY
FernandoS27
2021-07-22
shader: Implement Int32 SUATOM/SURED
ameerj
2021-07-22
shader: Initial OpenGL implementation
ReinUsesLisp
2021-07-22
spirv: Be aware of NAN unaware drivers
ReinUsesLisp
2021-07-22
spirv: Add SSBO read fallbacks when no aliasing is available
ReinUsesLisp
2021-07-22
spirv: Add OpKill fallback to demote
ReinUsesLisp
[next]