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
/
shader_info.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-12-01
shader_recompiler: add gl_Layer translation GS for older hardware
Liam
1
-0
/
+3
2022-11-07
video_core: Fix few issues in Tess stage
FengChen
1
-0
/
+1
2022-11-04
video_core: Fix SNORM texture buffer emulating error (#9001)
Feng Chen
1
-0
/
+10
2022-10-06
Shader Decompiler: Check for shift when deriving composite samplers.
Fernando Sahmkow
1
-0
/
+4
2022-09-20
video_core: Fix legacy to generic location unpaired
FengChen
1
-0
/
+3
2022-09-20
video_core: Generate mipmap texture by drawing
FengChen
1
-0
/
+1
2022-08-25
video_code: support rectangle texture
FengChen
1
-1
/
+2
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-04-04
shader_recompiler: Decrease indirect cbuf limit to match hardware
Liam
1
-1
/
+1
2022-04-01
shader_compiler: support const buffer indirect addressing in GLSL
Liam
1
-1
/
+1
2022-04-01
shader_recompiler: support const buffer indirect addressing on OpenGL SPIR-V
Liam
1
-0
/
+1
2022-03-17
Address review comments
Liam
1
-0
/
+1
2022-03-17
shader_recompiler: Use functions for indirect const buffer accesses
Liam
1
-0
/
+1
2021-11-16
spirv: Implement rescaling patching
ReinUsesLisp
1
-0
/
+9
2021-11-16
shader: Fix resolution scaling pass
ReinUsesLisp
1
-1
/
+1
2021-11-16
ShaderDecompiler: Add initial support for rescaling.
Fernando Sahmkow
1
-0
/
+1
2021-07-23
shader: Rework varyings and implement passthrough geometry shaders
ReinUsesLisp
1
-32
/
+5
2021-07-23
shader: Properly manage attributes not written from previous stages
ReinUsesLisp
1
-1
/
+1
2021-07-23
glsl: Address rest of feedback
ameerj
1
-0
/
+2
2021-07-23
glsl: Conditionally add EXT_texture_shadow_lod
ameerj
1
-0
/
+1
2021-07-23
glsl: Implement legacy varyings
ameerj
1
-0
/
+2
2021-07-23
glsl: Track S32 atomics
ameerj
1
-1
/
+2
2021-07-23
glsl: Wip storage atomic ops
ameerj
1
-0
/
+1
2021-07-23
buffer_cache: Reduce uniform buffer size from shader usage
ReinUsesLisp
1
-0
/
+1
2021-07-23
shader,glasm: Implement legacy texcoord loads
ReinUsesLisp
1
-0
/
+1
2021-07-23
shader: Track legacy varyings
ReinUsesLisp
1
-4
/
+17
2021-07-23
glasm: Implement shuffle and vote instructions on GLASM
ReinUsesLisp
1
-0
/
+1
2021-07-23
shader: Optimize NVN Fallthrough
FernandoS27
1
-0
/
+4
2021-07-23
shader: Implement Int32 SUATOM/SURED
ameerj
1
-0
/
+2
2021-07-23
shader: Increase the maximum number of storage buffers
ReinUsesLisp
1
-1
/
+1
2021-07-23
shader: Implement indexed textures
ReinUsesLisp
1
-0
/
+4
2021-07-23
shader: Implement D3D samplers
ReinUsesLisp
1
-0
/
+6
2021-07-23
shader: Add NVN storage buffer fallbacks
ReinUsesLisp
1
-0
/
+1
2021-07-23
shader: Address feedback
FernandoS27
1
-1
/
+1
2021-07-23
shader: Implement fine derivates constant propagation
FernandoS27
1
-0
/
+1
2021-07-23
shader: Implement SampleMask
ReinUsesLisp
1
-0
/
+1
2021-07-23
shader: Implement PIXLD.MY_INDEX
ReinUsesLisp
1
-0
/
+1
2021-07-23
spirv: Implement ViewportMask with NV_viewport_array2
ReinUsesLisp
1
-0
/
+1
2021-07-23
shader: Implement PrimitiveId
ReinUsesLisp
1
-0
/
+1
2021-07-23
shader: Implement tessellation shaders, polygon mode and invocation id
ReinUsesLisp
1
-0
/
+5
2021-07-23
spirv: Implement image buffers
ReinUsesLisp
1
-0
/
+10
2021-07-23
spirv: Implement Layer stores
ReinUsesLisp
1
-0
/
+1
2021-07-23
spirv: Rework storage buffers and shader memory
ReinUsesLisp
1
-2
/
+2
2021-07-23
spirv: Define StorageImageWriteWithoutFormat capability when used
ReinUsesLisp
1
-0
/
+1
2021-07-23
shader: Implement SR_THREAD_KILL
ReinUsesLisp
1
-0
/
+1
2021-07-23
shader: Implement ATOM/S and RED
ameerj
1
-0
/
+13
2021-07-23
spirv: Guard against typeless image reads on unsupported devices
ReinUsesLisp
1
-0
/
+1
2021-07-23
shader: Implement SULD and SUST
ReinUsesLisp
1
-15
/
+32
2021-07-23
shader: Interact texture buffers with buffer cache
ReinUsesLisp
1
-1
/
+1
2021-07-23
shader: Implement texture buffers
ReinUsesLisp
1
-0
/
+9
2021-07-23
shader: Implement indexed attributes
FernandoS27
1
-0
/
+2
2021-07-23
shader: Add subgroup masks
ReinUsesLisp
1
-0
/
+1
2021-07-23
shader: Mark SSBOs as written when they are
FernandoS27
1
-0
/
+1
2021-07-23
shader: Implement ViewportIndex
FernandoS27
1
-0
/
+1
2021-07-23
shader: Implement ClipDistance
FernandoS27
1
-0
/
+1
2021-07-23
shader: Add PointCoord attribute
FernandoS27
1
-0
/
+1
2021-07-23
shader: Add PointSize attribute
ameerj
1
-0
/
+1
2021-07-23
shader: Implement FSWZADD
ameerj
1
-0
/
+1
2021-07-23
shader: Better interpolation and disabled attributes support
ReinUsesLisp
1
-1
/
+12
2021-07-23
shader: Implement front face
ReinUsesLisp
1
-0
/
+1
2021-07-23
shader: Implement SHFL
ameerj
1
-0
/
+1
2021-07-23
shader: Implement VOTE
ameerj
1
-0
/
+1
2021-07-23
spirv: Implement VertexId and InstanceId, refactor code
ReinUsesLisp
1
-0
/
+2
2021-07-23
shader: Add partial rasterizer integration
ReinUsesLisp
1
-0
/
+10
2021-07-23
shader: Partial implementation of LDC
ReinUsesLisp
1
-0
/
+6
2021-07-23
shader: Initial support for textures and TEX
ReinUsesLisp
1
-11
/
+41
2021-07-23
shader: Add denorm flush support
ReinUsesLisp
1
-3
/
+4
2021-07-23
spirv: Initial bindings support
ReinUsesLisp
1
-8
/
+25
2021-07-23
shader: Initial implementation of an AST
ReinUsesLisp
1
-0
/
+28