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
Revert #2466
Fernando Sahmkow
2019-05-19
Merge pull request #2441 from ReinUsesLisp/al2p
bunnei
2019-05-19
Merge pull request #2491 from FernandoS27/dma-fix
Hexagon12
2019-05-19
Merge pull request #2452 from FernandoS27/raster-cache-fix
Hexagon12
2019-05-19
Merge pull request #2497 from lioncash/shader-ir
Hexagon12
2019-05-19
Merge pull request #2495 from lioncash/cache
Hexagon12
2019-05-19
Dma_pusher: ASSERT on empty command_list
Fernando Sahmkow
2019-05-19
Merge pull request #2467 from lioncash/move
Hexagon12
2019-05-19
Merge pull request #2466 from yuzu-emu/mme-exit-delay-slot
Hexagon12
2019-05-19
Merge pull request #2468 from lioncash/deduction
Hexagon12
2019-05-19
Merge pull request #2472 from FernandoS27/tic
Hexagon12
2019-05-19
Merge pull request #2469 from lioncash/copyable
Hexagon12
2019-05-19
Merge pull request #2470 from lioncash/ranged-for
Sebastian Valle
2019-05-19
Merge pull request #2480 from ReinUsesLisp/fix-quads
Hexagon12
2019-05-19
Merge pull request #2483 from ReinUsesLisp/fix-point-size
Hexagon12
2019-05-19
Merge pull request #2471 from lioncash/engine-upload
Sebastian Valle
2019-05-19
Merge pull request #2484 from ReinUsesLisp/triangle-fan
Sebastian Valle
2019-05-19
shader/shader_ir: Remove unnecessary inline specifiers
Lioncash
2019-05-19
shader/shader_ir: Simplify constructors for OperationNode
Lioncash
2019-05-19
shader/shader_ir: Remove unnecessary template parameter packs from Operation(...
Lioncash
2019-05-19
shader/shader_ir: Mark tracking functions as const member functions
Lioncash
2019-05-19
shader/shader_ir: Place implementations of constructor and destructor in cpp ...
Lioncash
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
[next]