index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
glasm: Implement patch memory
ReinUsesLisp
2021-07-22
3
-6
/
+51
|
*
|
|
glasm: Fix InvocationId declaration
ReinUsesLisp
2021-07-22
1
-1
/
+1
|
*
|
|
glasm: Implement InvocationId
ReinUsesLisp
2021-07-22
2
-2
/
+5
|
*
|
|
glasm: Optimize EmitVertex into EMIT
ReinUsesLisp
2021-07-22
1
-1
/
+5
|
*
|
|
glasm: Implement geometry shader attribute reads
ReinUsesLisp
2021-07-22
2
-4
/
+18
|
*
|
|
glasm: Properly declare attributes on geometry programs
ReinUsesLisp
2021-07-22
3
-6
/
+14
|
*
|
|
glasm: Declare geometry program headers
ReinUsesLisp
2021-07-22
1
-0
/
+35
|
*
|
|
renderer_opengl: State track compute assembly programs
ReinUsesLisp
2021-07-22
3
-4
/
+21
|
*
|
|
renderer_opengl: State track assembly programs
ReinUsesLisp
2021-07-22
3
-23
/
+56
|
*
|
|
glasm: Fix potential aliasing bug on cube array samples
ReinUsesLisp
2021-07-22
2
-35
/
+44
|
*
|
|
glasm: Implement ImageWrite
ReinUsesLisp
2021-07-22
1
-4
/
+7
|
*
|
|
glasm: Implement ImageRead
ReinUsesLisp
2021-07-22
4
-4
/
+56
|
*
|
|
glasm: Implement EmitVertex and EndPrimitive
ReinUsesLisp
2021-07-22
2
-4
/
+8
|
*
|
|
glasm: Implement ImageGradient
ReinUsesLisp
2021-07-22
2
-7
/
+65
|
*
|
|
glasm: Implement 64-bit shifts
ReinUsesLisp
2021-07-22
2
-12
/
+14
|
*
|
|
glasm: Implement barriers
ReinUsesLisp
2021-07-22
1
-3
/
+3
|
*
|
|
glasm: Fix compute stage name
ReinUsesLisp
2021-07-22
1
-1
/
+1
|
*
|
|
glasm: Fix phi instruction types
ReinUsesLisp
2021-07-22
1
-1
/
+1
|
*
|
|
glasm: Implement PREC on relevant instructions
ReinUsesLisp
2021-07-22
1
-6
/
+12
|
*
|
|
glasm: Implement stores to gl_ViewportIndex
ReinUsesLisp
2021-07-22
4
-7
/
+29
|
*
|
|
glasm: Implement gl_PointSize stores
ReinUsesLisp
2021-07-22
1
-0
/
+3
|
*
|
|
glasm: Implement gl_PointCoord
ReinUsesLisp
2021-07-22
1
-0
/
+4
|
*
|
|
glasm: Implement ImageQueryLod
ReinUsesLisp
2021-07-22
1
-3
/
+5
|
*
|
|
glasm: Implement ImageFetch
ReinUsesLisp
2021-07-22
4
-13
/
+38
|
*
|
|
glasm: Implement IADD.CC
ameerj
2021-07-22
1
-1
/
+26
|
*
|
|
glasm: Implement BFE.CC
ReinUsesLisp
2021-07-22
1
-0
/
+8
|
*
|
|
glasm: Implement SelectU1
ReinUsesLisp
2021-07-22
2
-4
/
+5
|
*
|
|
HACK: Bind stages before and after bindings
ReinUsesLisp
2021-07-22
1
-0
/
+11
|
*
|
|
glasm: Implement gl_WorkGroupID
ReinUsesLisp
2021-07-22
2
-3
/
+3
|
*
|
|
glasm: Implement TXQ and improve texture info reads
ReinUsesLisp
2021-07-22
2
-50
/
+51
|
*
|
|
glasm: Implement gl_FrongFacing attribute
ReinUsesLisp
2021-07-22
1
-0
/
+3
|
*
|
|
glasm: Support textures used in more than one stage
ReinUsesLisp
2021-07-22
4
-5
/
+25
|
*
|
|
glasm: Implement textureGather instructions
ReinUsesLisp
2021-07-22
2
-15
/
+97
|
*
|
|
glasm: Implement gl_FragDepth and gl_SampleMask stores
ReinUsesLisp
2021-07-22
2
-5
/
+5
|
*
|
|
glasm: Do not alias ConditionRef for now
ReinUsesLisp
2021-07-22
2
-3
/
+2
|
*
|
|
shader: Read branch conditions from an instruction
ReinUsesLisp
2021-07-22
12
-16
/
+36
|
*
|
|
glasm: Implement InstanceId and VertexId
ReinUsesLisp
2021-07-22
1
-0
/
+6
|
*
|
|
glasm: Add missing return value on move assignment
ReinUsesLisp
2021-07-22
1
-0
/
+1
|
*
|
|
glasm: Fix aliased bitcasts ref counting
ReinUsesLisp
2021-07-22
3
-13
/
+42
|
*
|
|
glasm: Remove unintentional comma on vector insert
ReinUsesLisp
2021-07-22
1
-1
/
+1
|
*
|
|
glasm: Implement TEX and TEXS instructions
ReinUsesLisp
2021-07-22
10
-69
/
+275
|
*
|
|
glasm: Add support for non-2D texture samples
ReinUsesLisp
2021-07-22
1
-4
/
+26
|
*
|
|
glasm: Reorder unreachable image instructions to the bottom
ReinUsesLisp
2021-07-22
1
-97
/
+97
|
*
|
|
glasm: Add support for texture offsets
ReinUsesLisp
2021-07-22
1
-11
/
+15
|
*
|
|
glasm: Improve texture sampling instructions
ReinUsesLisp
2021-07-22
2
-50
/
+70
|
*
|
|
emit_glasm: Enable ARB_draw_buffers when needed
ReinUsesLisp
2021-07-22
2
-1
/
+5
|
*
|
|
emit_glasm: Add support for reading position attributes
ReinUsesLisp
2021-07-22
1
-3
/
+13
|
*
|
|
shader_recompiler: GCC fixes
lat9nq
2021-07-22
7
-58
/
+55
|
*
|
|
glasm: Implement rest of shared mem
ameerj
2021-07-22
2
-35
/
+29
|
*
|
|
opengl: Initial (broken) support to GLASM shaders
ReinUsesLisp
2021-07-22
3
-14
/
+53
[prev]
[next]