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-04-03
Merge pull request #2093 from FreddyFunk/disk-cache-better-compression
bunnei
2019-04-03
Merge pull request #2299 from lioncash/maxwell
bunnei
2019-04-03
gl_state: Rework to enable individual applies
ReinUsesLisp
2019-04-03
shader_ir/memory: Reduce severity of LD_L cache management and log it
ReinUsesLisp
2019-04-03
shader_ir/memory: Reduce severity of ST_L cache management and log it
ReinUsesLisp
2019-04-03
gl_shader_decompiler: Return early when an operation is invalid
ReinUsesLisp
2019-04-03
Merge pull request #2302 from ReinUsesLisp/vk-swapchain
bunnei
2019-04-02
gl_sampler_cache: Port sampler cache to OpenGL
ReinUsesLisp
2019-04-02
video_core: Abstract vk_sampler_cache into a templated class
ReinUsesLisp
2019-04-01
gpu_thread: Improve synchronization by using CoreTiming.
bunnei
2019-04-01
general: Use deducation guides for std::lock_guard and std::unique_lock
Lioncash
2019-03-31
gl_shader_decompiler: Hide local definitions inside an anonymous namespace
ReinUsesLisp
2019-03-31
shader_ir/decode: Silent implicit sign conversion warning
Mat M
2019-03-30
Merge pull request #2297 from lioncash/reorder
bunnei
2019-03-30
Merge pull request #2298 from lioncash/variable
bunnei
2019-03-30
gl_shader_decompiler: Add AOFFI backing implementation
ReinUsesLisp
2019-03-30
shader_ir/decode: Implement AOFFI for TEX and TLD4
ReinUsesLisp
2019-03-30
shader_ir: Implement immediate register tracking
ReinUsesLisp
2019-03-29
common/zstd_compression: simplify decompression interface
unknown
2019-03-29
gl_shader_disk_cache: Fixup clang format
unknown
2019-03-29
gl_shader_disk_cache: Use Zstandard for compression
unknown
2019-03-29
gl_shader_disk_cache: Use LZ4HC with compression level 9 instead of compressi...
unknown
2019-03-29
Addressed feedback
unknown
2019-03-29
gl_shader_disk_cache: Use better compression for transferable and precompiled...
unknown
2019-03-29
data_compression: Move LZ4 compression from video_core/gl_shader_disk_cache t...
unknown
2019-03-29
vk_swapchain: Implement a swapchain manager
ReinUsesLisp
2019-03-28
Merge pull request #2296 from lioncash/override
bunnei
2019-03-28
gl_shader_manager: Remove unnecessary gl_shader_manager inclusion
Lioncash
2019-03-28
gl_shader_manager: Move using statement into the cpp file
Lioncash
2019-03-28
gl_shader_manager: Remove reliance on global accessor within MaxwellUniformDa...
Lioncash
2019-03-27
gl_shader_manager: Amend Doxygen string for MaxwellUniformData
Lioncash
2019-03-27
gpu_thread: Remove unused dma_pusher class member variable from ThreadManager
Lioncash
2019-03-27
gl_rasterizer: Remove unused reference member variable from RasterizerOpenGL
Lioncash
2019-03-27
video_core: Amend constructor initializer list order where applicable
Lioncash
2019-03-27
video_core: Add missing override specifiers
Lioncash
2019-03-27
video_core/gpu: Amend typo in GPU member variable name
Lioncash
2019-03-22
Merge pull request #2256 from bunnei/gpu-vmm
bunnei
2019-03-22
video_core: Implement API agnostic view based texture cache
ReinUsesLisp
2019-03-21
Revert "Devirtualize Register/Unregister and use a wrapper instead."
bunnei
2019-03-20
memory_manager: Cleanup FindFreeRegion.
bunnei
2019-03-20
memory_manager: Use Common::AlignUp in public interface as needed.
bunnei
2019-03-20
memory_manager: Bug fixes and further cleanup.
bunnei
2019-03-20
maxwell_dma: Check for valid source in destination before copy.
bunnei
2019-03-20
memory_manager: Add protections for invalid GPU addresses.
bunnei
2019-03-20
gl_rasterizer_cache: Check that backing memory is valid before creating a sur...
bunnei
2019-03-20
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-03-20
gpu: Move GPUVAddr definition to common_types.
bunnei
2019-03-16
gl_rasterizer: Skip zero addr/sized regions on flush/invalidate.
bunnei
2019-03-16
Merge pull request #2244 from bunnei/gpu-mem-refactor
bunnei
2019-03-16
memory: Simplify rasterizer cache operations.
bunnei
[prev]
[next]