index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
backend
/
glasm
/
emit_context.cpp
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
glasm: Use storage buffers instead of global memory when possible
ReinUsesLisp
2021-07-23
1
-2
/
+11
|
*
glasm: Implement indirect attribute loads
ReinUsesLisp
2021-07-23
1
-2
/
+1
|
*
glasm: Fix output patch reads
ReinUsesLisp
2021-07-23
1
-3
/
+9
|
|
|
|
With this, Luigi's Mansion's sand renders properly.
*
shader: Split profile and runtime information in separate structs
ReinUsesLisp
2021-07-23
1
-19
/
+21
|
*
glasm: Fix patch attribute declarations
ReinUsesLisp
2021-07-23
1
-1
/
+1
|
*
glasm: Implement clip distance stores
ReinUsesLisp
2021-07-23
1
-0
/
+3
|
*
glasm: Implement patch memory
ReinUsesLisp
2021-07-23
1
-0
/
+18
|
*
glasm: Implement InvocationId
ReinUsesLisp
2021-07-23
1
-0
/
+3
|
*
glasm: Implement geometry shader attribute reads
ReinUsesLisp
2021-07-23
1
-0
/
+3
|
*
glasm: Properly declare attributes on geometry programs
ReinUsesLisp
2021-07-23
1
-1
/
+8
|
*
glasm: Implement ImageRead
ReinUsesLisp
2021-07-23
1
-0
/
+10
|
*
glasm: Fix compute stage name
ReinUsesLisp
2021-07-23
1
-1
/
+1
|
*
glasm: Implement stores to gl_ViewportIndex
ReinUsesLisp
2021-07-23
1
-1
/
+3
|
*
glasm: Implement ImageFetch
ReinUsesLisp
2021-07-23
1
-5
/
+8
|
*
glasm: Support textures used in more than one stage
ReinUsesLisp
2021-07-23
1
-1
/
+9
|
*
emit_glasm: Enable ARB_draw_buffers when needed
ReinUsesLisp
2021-07-23
1
-1
/
+1
|
*
glasm: Add graphics specific shader declarations to GLASM
ReinUsesLisp
2021-07-23
1
-0
/
+37
|
*
glasm: Implement shuffle and vote instructions on GLASM
ReinUsesLisp
2021-07-23
1
-0
/
+17
|
*
glasm: Implement basic GLASM instructions
ReinUsesLisp
2021-07-23
1
-1
/
+20
|
*
glasm: Changes to GLASM register allocator and emit context
ReinUsesLisp
2021-07-23
1
-2
/
+6
|
*
glasm: Add GLASM backend infrastructure
ReinUsesLisp
2021-07-23
1
-0
/
+7