| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | texture_cache return invalid buffer on deactivated color_mask | 2019-06-20 | 2 | -2/+9 | ||
| | * | | | | | | engine_upload: Addapt to new Texture Cache | 2019-06-20 | 2 | -5/+5 | ||
| | * | | | | | | surface_params: Optimize CreateForTexture | 2019-06-20 | 2 | -72/+76 | ||
| | * | | | | | | gl_texture_cache: Make main views be proxy textures instead of a full view. | 2019-06-20 | 2 | -11/+25 | ||
| | * | | | | | | texture_cache: Add ASync Protections | 2019-06-20 | 1 | -0/+10 | ||
| | * | | | | | | Remove Framebuffer reconfiguration and restrict rendertarget protection | 2019-06-20 | 4 | -39/+27 | ||
| | * | | | | | | texture_cache: Implement GPU Dirty Flags | 2019-06-20 | 1 | -15/+22 | ||
| | * | | | | | | texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepth | 2019-06-20 | 2 | -13/+50 | ||
| | * | | | | | | texture_cache: Implement L1_Inner_cache | 2019-06-20 | 1 | -13/+30 | ||
| | * | | | | | | video_core: Use un-shifted block sizes to avoid integer divisions | 2019-06-20 | 10 | -60/+78 | ||
| | * | | | | | | texture_cache: Change internal cache from lists to vectors | 2019-06-20 | 1 | -6/+7 | ||
| | * | | | | | | Reduce amount of size calculations. | 2019-06-20 | 8 | -88/+97 | ||
| | * | | | | | | texture_cache: Correct premature texceptions | 2019-06-20 | 4 | -14/+51 | ||
| | * | | | | | | texture_cache: Implement guest flushing | 2019-06-20 | 3 | -10/+29 | ||
| | * | | | | | | Fixes to mipmap's process and reconstruct process | 2019-06-20 | 2 | -3/+3 | ||
| | * | | | | | | surface_base: Add parenthesis to EmplaceOverview's predicate | 2019-06-20 | 1 | -3/+2 | ||
| | * | | | | | | Texture Cache: Implement Blitting and Fermi Copies | 2019-06-20 | 7 | -100/+93 | ||
| | * | | | | | | surface_view: Add constructor for ViewParams | 2019-06-20 | 3 | -39/+23 | ||
| | * | | | | | | surface_base: Split BreakDown into layered and non-layered variants | 2019-06-20 | 1 | -45/+48 | ||
| | * | | | | | | surface_base: Silence truncation warnings and minor renames and reordering | 2019-06-20 | 2 | -32/+37 | ||
| | * | | | | | | copy_params: Use constructor instead of C-like initialization | 2019-06-20 | 3 | -47/+39 | ||
| | * | | | | | | Correct Mipmaps View method in Texture Cache | 2019-06-20 | 3 | -32/+29 | ||
| | * | | | | | | Change texture_cache chaching from GPUAddr to CacheAddr | 2019-06-20 | 7 | -101/+60 | ||
| | * | | | | | | Corrections to Structural Matching | 2019-06-20 | 2 | -24/+53 | ||
| | * | | | | | | Implement Texture Cache V2 | 2019-06-20 | 6 | -381/+568 | ||
| | * | | | | | | Correct Surface Base and Views for new Texture Cache | 2019-06-20 | 7 | -380/+466 | ||
| | * | | | | | | Add OGLTextureView | 2019-06-20 | 2 | -0/+43 | ||
| | * | | | | | | Deglobalize Memory Manager on texture cahe and Implement Invalidation and Flu... | 2019-06-20 | 4 | -1/+20 | ||
| | * | | | | | | texture_cache: Remove execution context copies from the texture cache | 2019-06-20 | 7 | -168/+59 | ||
| | * | | | | | | gl_texture_cache: Implement fermi copies | 2019-06-20 | 5 | -2/+105 | ||
| | * | | | | | | texture_cache: Split texture cache into different files | 2019-06-20 | 12 | -876/+965 | ||
| | * | | | | | | texture_cache: Move staging buffer into a generic implementation | 2019-06-20 | 4 | -181/+211 | ||
| | * | | | | | | texture_cache: Flush 3D textures in the order they are drawn | 2019-06-20 | 5 | -19/+44 | ||
| | * | | | | | | gl_texture_cache: Minor changes | 2019-06-20 | 5 | -140/+185 | ||
| | * | | | | | | gl_texture_cache: Add copy from multiple overlaps into a single surface | 2019-06-20 | 3 | -6/+84 | ||
| | * | | | | | | gl_texture_cache: Attach surface textures instead of views | 2019-06-20 | 3 | -20/+32 | ||
| | * | | | | | | gl_texture_cache: Add fast copy path | 2019-06-20 | 4 | -7/+60 | ||
| | * | | | | | | gl_texture_cache: Initial implementation | 2019-06-20 | 9 | -47/+809 | ||
| * | | | | | | | Merge pull request #2669 from FearlessTobi/move-cpujit-setting | 2019-07-04 | 11 | -36/+12 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | yuzu: Remove CPU Jit setting from the UI | 2019-07-04 | 11 | -36/+12 | ||
| * | | | | | | | | Merge pull request #2555 from lioncash/tls | 2019-07-04 | 6 | -81/+148 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | kernel/process: Default initialize all member variables | 2019-07-03 | 1 | -2/+2 | ||
| | * | | | | | | | | kernel/process: Decouple TLS handling from threads | 2019-07-03 | 4 | -66/+97 | ||
| | * | | | | | | | | kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundary | 2019-07-03 | 2 | -13/+49 | ||
| * | | | | | | | | | Merge pull request #2670 from DarkLordZach/fix-merge-discrep-1 | 2019-07-04 | 2 | -5/+5 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | gl_shader_cache: Make CachedShader constructor private | 2019-07-03 | 2 | -5/+5 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2658 from ogniK5377/QueryAudioDeviceOutputEvent | 2019-07-04 | 1 | -3/+16 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | IAudioDevice::QueryAudioDeviceOutputEvent | 2019-07-01 | 1 | -3/+16 | ||
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2638 from DarkLordZach/quest-flag | 2019-07-04 | 8 | -2/+36 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | set: Implement GetQuestFlag | 2019-06-28 | 2 | -1/+10 | ||