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
/
video_core
Age
Commit message (
Expand
)
Author
2019-05-19
gl_shader_gen: std::move objects where applicable
Lioncash
2019-05-19
gl_shader_disk_cache: in-class initialize virtual file offset of ShaderDiskCa...
Lioncash
2019-05-19
gl_shader_disk_cache: Default ShaderDiskCacheOpenGL's destructor in the cpp file
Lioncash
2019-05-19
gl_shader_disk_cache: Make hash specializations noexcept
Lioncash
2019-05-19
gl_shader_disk_cache: Remove redundant code string construction in LoadDecomp...
Lioncash
2019-05-19
gl_shader_disk_cache: Make variable non-const in decompiled entry case
Lioncash
2019-05-19
gl_shader_disk_cache: Special-case boolean handling
Lioncash
2019-05-18
gl_rasterizer: Limit OpenGL point size to a minimum of 1
ReinUsesLisp
2019-05-17
maxwell_to_gl: Add TriangleFan primitive topology
ReinUsesLisp
2019-05-17
gl_rasterizer: Pass the right number of array quad vertices count
ReinUsesLisp
2019-05-14
maxwell_3d: reduce sevirity of different component formats assert.
Fernando Sahmkow
2019-05-14
video_core/engines/engine_upload: Amend constructor initializer list order
Lioncash
2019-05-14
video_core/engines/engine_upload: Default destructor in the cpp file
Lioncash
2019-05-14
video_core/engines/engine_upload: Remove unnecessary const on parameters in f...
Lioncash
2019-05-14
video_core/engines/engine_upload: Remove unnecessary includes
Lioncash
2019-05-14
video_core/engines/maxwell3d: Get rid of three magic values in CallMethod()
Lioncash
2019-05-14
video_core/engines/maxwell_3d: Simplify for loops into ranged for loops withi...
Lioncash
2019-05-14
video_core/engines/maxwell_3d: Add is_trivially_copyable_v check for Regs
Lioncash
2019-05-14
yuzu: Remove explicit types from locks where applicable
Lioncash
2019-05-14
video_core/gpu_thread: Remove redundant copy constructor for CommandDataConta...
Lioncash
2019-05-14
Merge pull request #2462 from lioncash/video-mm
Mat M
2019-05-14
Merge pull request #2461 from lioncash/unused-var
Mat M
2019-05-13
Merge pull request #2413 from FernandoS27/opt-gpu
Rodrigo Locatti
2019-05-12
GPU/MMEInterpreter: Ignore the 'exit' flag when it's executed inside a delay ...
Sebastian Valle
2019-05-09
video_core/memory_manager: Mark IsBlockContinuous() as a const member function
Lioncash
2019-05-09
video_core/memory_manager: Mark the constructor as explicit
Lioncash
2019-05-09
video_core/memory_manager: Default the destructor within the cpp file
Lioncash
2019-05-09
video_core/memory_manager: Amend doxygen comments
Lioncash
2019-05-09
video_core/memory_manager: Remove superfluous const from function declarations
Lioncash
2019-05-09
video_core/renderer_opengl/gl_shader_cache: Correct member initialization order
Lioncash
2019-05-09
video_core/shader/decode/texture: Remove unused variable from GetTld4Code()
Lioncash
2019-05-09
renderer_vulkan/vk_shader_decompiler: Remove unused variable from DeclareInte...
Lioncash
2019-05-09
video_core/renderer_opengl/gl_shader_decompiler: Remove unused Composite() fu...
Lioncash
2019-05-09
video_core/renderer_opengl/gl_rasterizer_cache: Remove unused variable in Upl...
Lioncash
2019-05-09
video_core/gpu_thread: Remove unused local variable
Lioncash
2019-05-09
video_core/textures/astc: Remove unused variables
Lioncash
2019-05-09
Merge pull request #2442 from FernandoS27/astc-fix
bunnei
2019-05-09
Merge pull request #2443 from ReinUsesLisp/skip-repeated-variants
bunnei
2019-05-09
Merge pull request #2429 from FernandoS27/compute
bunnei
2019-05-07
Correct possible error on Rasterizer Caches
Fernando Sahmkow
2019-05-04
shader/decode/texture: Remove unused variable
Lioncash
2019-05-04
gl_rasterizer: Silence unused variable warning
Lioncash
2019-05-02
shader_ir/other: Implement IPA.IDX
ReinUsesLisp
2019-05-02
gl_shader_decompiler: Skip physical unused attributes
ReinUsesLisp
2019-05-02
shader_ir/memory: Assert on non-32 bits ALD.PHYS
ReinUsesLisp
2019-05-02
shader: Add physical attributes commentaries
ReinUsesLisp
2019-05-02
gl_shader_decompiler: Implement GLSL physical attributes
ReinUsesLisp
2019-05-02
shader_ir/memory: Implement physical input attributes
ReinUsesLisp
2019-05-02
gl_shader_decompiler: Abstract generic attribute operations
ReinUsesLisp
2019-05-02
gl_shader_decompiler: Declare all possible varyings on physical attribute usage
ReinUsesLisp
[prev]
[next]