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
Age
Commit message (
Expand
)
Author
2021-07-26
emit_glasm: Fix LINESS_ADJACENCY typo in InputPrimitive()
Lioncash
2021-07-22
shader: Avoid usage of C++20 ranges to build in clang
ReinUsesLisp
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
opengl: Implement LOP.CC
ameerj
2021-07-22
glasm: Add passthrough geometry shader support
ReinUsesLisp
2021-07-22
shader: Rework varyings and implement passthrough geometry shaders
ReinUsesLisp
2021-07-22
shader: Remove IAbs64
ReinUsesLisp
2021-07-22
shader: Move loop safety tests to code emission
ReinUsesLisp
2021-07-22
glasm: Implement SetAttribute ViewportMask
ameerj
2021-07-22
shader: Split profile and runtime info headers
ReinUsesLisp
2021-07-22
shader: Add logging
ReinUsesLisp
2021-07-22
shader: Add shader loop safety check settings
lat9nq
2021-07-22
glasm: Use ARB_derivative_control conditionally
ReinUsesLisp
2021-07-22
emit_glasm_context_get_set: Remove unused variable
lat9nq
2021-07-22
shader,glasm: Implement legacy texcoord loads
ReinUsesLisp
2021-07-22
glasm: Implement legacy varyings
ReinUsesLisp
2021-07-22
shader: Add support for "negative" and unaligned offsets
ReinUsesLisp
2021-07-22
opengl: Declare fragment outputs even if they are not used
ReinUsesLisp
2021-07-22
glasm: Fix immediate texture coordinate
ReinUsesLisp
2021-07-22
glasm: Reduce reg allocation leaks from an exception to a log
ReinUsesLisp
2021-07-22
glasm: Use integer lod for TXQ
ReinUsesLisp
2021-07-22
glasm: Fix global memory fallbacks
ReinUsesLisp
2021-07-22
Revert "glasm: Skip phi moves on undefined instructions"
ReinUsesLisp
2021-07-22
glasm: Remove unintentional '\n' on Undef32
ReinUsesLisp
2021-07-22
glasm: Use storage buffers instead of global memory when possible
ReinUsesLisp
2021-07-22
glasm: Implement Y direction
ReinUsesLisp
2021-07-22
glasm: Skip phi moves on undefined instructions
ReinUsesLisp
2021-07-22
glasm: Implement undef instructions
ReinUsesLisp
2021-07-22
glasm: Fix global memory callbacks
ReinUsesLisp
2021-07-22
glasm: Release phi node registers after they are no longer needed
ReinUsesLisp
2021-07-22
glasm: Fix INeg32 on negative immediates
ReinUsesLisp
2021-07-22
glasm: Remove unnecessary value types
ReinUsesLisp
2021-07-22
glasm: Throw when there are register leaks
ReinUsesLisp
2021-07-22
glasm: Catch more register leaks
ReinUsesLisp
2021-07-22
glasm: Fix usage counting on phi nodes
ReinUsesLisp
2021-07-22
glasm: Implement global memory fallbacks
ReinUsesLisp
2021-07-22
glasm: Implement int64 add and subtract
ReinUsesLisp
2021-07-22
emit_glasm_context_get_set: Remove unused variable
lat9nq
2021-07-22
glasm: Implement indirect attribute loads
ReinUsesLisp
2021-07-22
glasm: Implement image atomics
ReinUsesLisp
2021-07-22
glasm: Reorder unreachable image atomic insts
ReinUsesLisp
2021-07-22
glasm: Implement gl_Layer stores
ReinUsesLisp
2021-07-22
glasm: Implement SampleId
ReinUsesLisp
2021-07-22
glasm: Implement IsHelperInvocation
ReinUsesLisp
2021-07-22
glasm: Fix EmitVertex's optimization
ReinUsesLisp
2021-07-22
gl_shader_cache,glasm: Conditionally use typeless image reads extension
ReinUsesLisp
2021-07-22
glasm: Implement forced early Z
ReinUsesLisp
2021-07-22
glasm: Simplify patch reads
ReinUsesLisp
2021-07-22
glasm: Fix output patch reads
ReinUsesLisp
[next]