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
/
video_core
/
engines
/
kepler_compute.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
video_core: Initialize renderer with a GPU
ReinUsesLisp
2020-08-22
1
-7
/
+9
*
shader/texture: Join separate image and sampler pairs offline
ReinUsesLisp
2020-06-05
1
-0
/
+2
*
Clang Format and Documentation.
Fernando Sahmkow
2020-04-28
1
-1
/
+2
*
VideoCore/Engines: Refactor Engines CallMethod.
Fernando Sahmkow
2020-04-28
1
-3
/
+4
*
DMAPusher: Propagate multimethod writes into the engines.
Fernando Sahmkow
2020-04-23
1
-0
/
+3
*
Shader_IR: Allow constant access of guest driver.
Fernando Sahmkow
2020-01-24
1
-0
/
+2
*
GPU: Implement guest driver profile and deduce texture handler sizes.
Fernando Sahmkow
2020-01-24
1
-0
/
+2
*
video_core: Unify ProgramType and ShaderStage into ShaderType
ReinUsesLisp
2019-11-23
1
-0
/
+1
*
gl_shader_cache: Specialize local memory size for compute shaders
ReinUsesLisp
2019-11-23
1
-1
/
+6
*
gl_shader_cache: Specialize shader workgroup
ReinUsesLisp
2019-11-23
1
-1
/
+1
*
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-11-04
1
-9
/
+9
*
maxwell_3d/kepler_compute: Remove unused arguments in GetTexture
ReinUsesLisp
2019-10-28
1
-4
/
+3
*
Shader_IR: allow lookup of texture samplers within the shader_ir for instructions that don't provide it
Fernando Sahmkow
2019-10-25
1
-2
/
+11
*
VideoCore: Unify const buffer accessing along engines and provide ConstBufferLocker class to shaders.
Fernando Sahmkow
2019-10-25
1
-2
/
+3
*
kepler_compute: Implement texture queries
ReinUsesLisp
2019-09-06
1
-4
/
+19
*
kepler_compute: Use std::array for cbuf info
ReinUsesLisp
2019-06-08
1
-2
/
+3
*
kepler_compute: Fix block_dim_x encoding
ReinUsesLisp
2019-06-08
1
-1
/
+1
*
Refactors and name corrections.
Fernando Sahmkow
2019-05-01
1
-3
/
+1
*
Add Documentation Headers to all the GPU Engines
Fernando Sahmkow
2019-04-23
1
-0
/
+6
*
Introduce skeleton of the GPU Compute Engine.
Fernando Sahmkow
2019-04-23
1
-3
/
+168
*
video_core/engines: Make memory manager members private
Lioncash
2019-04-06
1
-2
/
+3
*
video_core/engines: Remove unnecessary inclusions where applicable
Lioncash
2019-04-06
1
-1
/
+4
*
video_core/engines: Remove unnecessary includes
Lioncash
2019-03-06
1
-2
/
+1
*
kepler_compute: Fixup assert and rename engines
ReinUsesLisp
2019-02-10
1
-0
/
+58