index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
backend
/
glasm
/
emit_glasm_image.cpp
Age
Commit message (
Collapse
)
Author
2021-07-22
glasm: Implement ImageQueryLod
ReinUsesLisp
2021-07-22
glasm: Implement ImageFetch
ReinUsesLisp
2021-07-22
glasm: Implement TXQ and improve texture info reads
ReinUsesLisp
2021-07-22
glasm: Implement textureGather instructions
ReinUsesLisp
2021-07-22
glasm: Add missing return value on move assignment
ReinUsesLisp
2021-07-22
glasm: Implement TEX and TEXS instructions
ReinUsesLisp
Remove lod clamp from texture instructions with lod, as this is not needed (nor supported).
2021-07-22
glasm: Add support for non-2D texture samples
ReinUsesLisp
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
shader_recompiler: GCC fixes
lat9nq
Fixes members of unnamed union not being accessible, and one function without a declaration.
2021-07-22
glasm: Initial (broken) implementation of TEX on GLASM
ReinUsesLisp
2021-07-22
glasm: Add GLASM backend infrastructure
ReinUsesLisp