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
/
glasm
/
emit_context.h
Age
Commit message (
Expand
)
Author
2021-07-22
shader_recompiler, video_core: Resolve clang errors
lat9nq
2021-07-22
shader: GCC fmt 8.0.0 fixes
lat9nq
2021-07-22
shader: Move loop safety tests to code emission
ReinUsesLisp
2021-07-22
glasm: Implement Y direction
ReinUsesLisp
2021-07-22
glasm: Implement indirect attribute loads
ReinUsesLisp
2021-07-22
shader: Split profile and runtime information in separate structs
ReinUsesLisp
2021-07-22
glasm: Properly declare attributes on geometry programs
ReinUsesLisp
2021-07-22
glasm: Implement ImageRead
ReinUsesLisp
2021-07-22
glasm: Implement stores to gl_ViewportIndex
ReinUsesLisp
2021-07-22
glasm: Implement ImageFetch
ReinUsesLisp
2021-07-22
glasm: Support textures used in more than one stage
ReinUsesLisp
2021-07-22
glasm: Implement shuffle and vote instructions on GLASM
ReinUsesLisp
2021-07-22
glasm: Initial GLASM fp64 support
ReinUsesLisp
2021-07-22
glasm: Make GLASM aware of types
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
glasm: Add GLASM backend infrastructure
ReinUsesLisp