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-03-22
Merge pull request #2256 from bunnei/gpu-vmm
bunnei
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
2019-03-16
video_core: Refactor to use MemoryManager interface for all memory access.
bunnei
2019-03-14
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-14
Merge pull request #2233 from ReinUsesLisp/morton-cleanup
bunnei
2019-03-14
Merge pull request #2229 from ReinUsesLisp/vk-sampler-cache
bunnei
2019-03-14
Merge pull request #2216 from ReinUsesLisp/rasterizer-system
bunnei
2019-03-13
Merge pull request #2227 from lioncash/override
bunnei
2019-03-13
video_core/morton: Use enum to describe MortonCopyPixels128 mode
ReinUsesLisp
2019-03-13
video_core/morton: Remove unused parameter in MortonSwizzle
ReinUsesLisp
2019-03-13
video_core/morton: Remove clang-format off when it's not needed
ReinUsesLisp
2019-03-13
video_core/morton: Remove unused functions
ReinUsesLisp
2019-03-13
video_core/texture: Fix up sampler lod bias
ReinUsesLisp
2019-03-12
vk_sampler_cache: Use operator== instead of memcmp
Mat M
2019-03-12
vk_sampler_cache: Implement a sampler cache
ReinUsesLisp
2019-03-12
video_core/texture: Add a raw representation of TSCEntry
ReinUsesLisp
2019-03-12
Merge pull request #2215 from ReinUsesLisp/samplers
bunnei
2019-03-11
renderer_opengl/gl_global_cache: Replace indexing for assignment with insert_...
Lioncash
2019-03-11
renderer_opengl/gl_global_cache: Append missing override specifiers
Lioncash
2019-03-11
gl_rasterizer: Use system instance passed from argument
ReinUsesLisp
2019-03-10
Merge pull request #2147 from ReinUsesLisp/texture-clean
bunnei
2019-03-10
Merge pull request #2143 from ReinUsesLisp/texview
bunnei
2019-03-09
gl_rasterizer: Encapsulate sampler queries into methods
ReinUsesLisp
2019-03-09
gl_rasterizer: Minor logger changes
ReinUsesLisp
2019-03-08
Merge pull request #2209 from lioncash/reorder
bunnei
2019-03-08
Merge pull request #2208 from lioncash/gpu
bunnei
2019-03-08
Merge pull request #2191 from ReinUsesLisp/maxwell-to-vk
bunnei
2019-03-08
dma_pusher: Store command_list_header by copy
ReinUsesLisp
2019-03-07
video_core/gpu_thread: Remove unimplemented WaitForIdle function prototype
Lioncash
2019-03-07
video_core/gpu_thread: Amend constructor initializer list order
Lioncash
2019-03-07
video_core/gpu: Make GPU's destructor virtual
Lioncash
2019-03-07
Merge pull request #2055 from bunnei/gpu-thread
bunnei
2019-03-06
Merge pull request #2149 from ReinUsesLisp/decoders-style
bunnei
2019-03-06
gpu_thread: Fix deadlock with threading idle state check.
bunnei
2019-03-06
gpu_thread: (HACK) Ignore flush on FlushAndInvalidateRegion.
bunnei
2019-03-06
gpu: Always flush.
bunnei
2019-03-06
gpu: Refactor a/synchronous implementations into their own classes.
bunnei
2019-03-06
gpu: Move command processing to another thread.
bunnei
2019-03-06
Merge pull request #2190 from lioncash/ogl-global
bunnei
[next]