| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | arm_dynarmic_32: InterpreterFallback should never happen | 2020-06-17 | 1 | -2/+3 | ||
| | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #4086 from MerryMage/abi | 2020-06-17 | 2 | -72/+35 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | xbyak_abi: Prefer returning a struct to using out parameters in ABI_Calculate... | 2020-06-15 | 1 | -17/+19 | ||
| | * | | | | | | | | | xbyak_abi: Register indexes should be unsigned | 2020-06-15 | 1 | -11/+12 | ||
| | * | | | | | | | | | xbyak_abi: Remove *GPS variants of stack manipulation functions | 2020-06-15 | 2 | -42/+6 | ||
| | * | | | | | | | | | xbyak_abi: Fix ABI_PushRegistersAndAdjustStack | 2020-06-15 | 1 | -6/+2 | ||
| * | | | | | | | | | | Merge pull request #4089 from MerryMage/macrojit-cleanup-1 | 2020-06-16 | 2 | -51/+18 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | macro_jit_x64: Remove NEXT_PARAMETER | 2020-06-15 | 1 | -5/+2 | ||
| | * | | | | | | | | | macro_jit_x64: Remove unused function Compile_WriteCarry | 2020-06-15 | 2 | -9/+0 | ||
| | * | | | | | | | | | macro_jit_x64: Select better registers | 2020-06-15 | 1 | -8/+8 | ||
| | * | | | | | | | | | macro_jit_x64: Remove REGISTERS | 2020-06-15 | 1 | -7/+3 | ||
| | * | | | | | | | | | macro_jit_x64: Remove JITState::parameters | 2020-06-15 | 2 | -6/+3 | ||
| | * | | | | | | | | | macro_jit_x64: Remove METHOD_ADDRESS_64 | 2020-06-15 | 1 | -2/+1 | ||
| | * | | | | | | | | | macro_jit_x64: Remove RESULT_64 | 2020-06-15 | 2 | -16/+3 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #4041 from ReinUsesLisp/arb-decomp | 2020-06-16 | 8 | -4/+2116 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | gl_arb_decompiler: Implement FSwizzleAdd | 2020-06-11 | 1 | -4/+27 | ||
| | * | | | | | | | | | gl_arb_decompiler: Implement an assembly shader decompiler | 2020-06-11 | 7 | -1/+2093 | ||
| | * | | | | | | | | | yuzu/configuration: Show assembly shaders check box | 2020-06-10 | 1 | -3/+0 | ||
| * | | | | | | | | | | Merge pull request #3966 from Morph1984/hide-internal-resolution-ui | 2020-06-16 | 9 | -113/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | yuzu/frontend: Remove internal resolution option | 2020-06-06 | 9 | -113/+3 | ||
| * | | | | | | | | | | Merge pull request #4066 from ReinUsesLisp/shared-ptr-buf | 2020-06-15 | 9 | -174/+150 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | buffer_cache: Avoid passing references of shared pointers and misc style changes | 2020-06-09 | 9 | -174/+150 | ||
| * | | | | | | | | | | | video_core/macro_jit_x64: Remove initializer in member variable | 2020-06-15 | 1 | -2/+2 | ||
| | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #4070 from ogniK5377/GetTPCMasks-fix | 2020-06-14 | 2 | -21/+22 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | nvdrv: Fix GetTPCMasks for ioctl3 | 2020-06-10 | 2 | -21/+22 | ||
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #4069 from ogniK5377/total-phys-mem | 2020-06-14 | 1 | -2/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | kernel: Account for system resource size for memory usage | 2020-06-10 | 1 | -2/+4 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4064 from ReinUsesLisp/invalidate-buffers | 2020-06-14 | 2 | -8/+19 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | gl_rasterizer: Mark vertex buffers as dirty after buffer cache invalidation | 2020-06-08 | 1 | -1/+10 | ||
| | * | | | | | | | | | | buffer_cache: Return stream buffer invalidation in Map instead of Unmap | 2020-06-08 | 1 | -7/+9 | ||
| * | | | | | | | | | | | Merge pull request #4049 from ReinUsesLisp/separate-samplers | 2020-06-13 | 16 | -113/+273 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | shader/texture: Join separate image and sampler pairs offline | 2020-06-05 | 16 | -88/+234 | ||
| | * | | | | | | | | | | shader/track: Move bindless tracking to a separate function | 2020-06-04 | 2 | -25/+39 | ||
| * | | | | | | | | | | | Merge pull request #3986 from ReinUsesLisp/shader-cache | 2020-06-12 | 14 | -417/+364 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | rasterizer_cache: Remove files and includes | 2020-06-07 | 7 | -269/+3 | ||
| | * | | | | | | | | | | | vk_pipeline_cache: Use generic shader cache | 2020-06-07 | 5 | -58/+55 | ||
| | * | | | | | | | | | | | gl_shader_cache: Use generic shader cache | 2020-06-07 | 4 | -93/+80 | ||
| | * | | | | | | | | | | | shader_cache: Implement a generic shader cache | 2020-06-07 | 2 | -0/+229 | ||
| * | | | | | | | | | | | | Merge pull request #4010 from ogniK5377/reserve-always-break | 2020-06-12 | 1 | -5/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | kernel: ResourceLimit::Reserve remove useless while loop | 2020-05-29 | 1 | -5/+1 | ||
| * | | | | | | | | | | | | Merge pull request #4027 from ReinUsesLisp/3d-slices | 2020-06-09 | 10 | -131/+205 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | texture_cache: Port original code management for 2D vs 3D textures | 2020-06-08 | 2 | -16/+35 | ||
| | * | | | | | | | | | | | texture_cache: Simplify blit code | 2020-06-08 | 1 | -9/+7 | ||
| | * | | | | | | | | | | | texture_cache: Handle 3D texture blits with one layer | 2020-06-08 | 3 | -5/+10 | ||
| | * | | | | | | | | | | | texture_cache: Implement rendering to 3D textures | 2020-06-08 | 10 | -139/+191 | ||
| | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4040 from ReinUsesLisp/nv-transform-feedback | 2020-06-08 | 3 | -1/+96 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | gl_rasterizer: Use NV_transform_feedback for XFB on assembly shaders | 2020-06-03 | 3 | -1/+96 | ||
| * | | | | | | | | | | | Merge pull request #4052 from ReinUsesLisp/debug-output | 2020-06-08 | 1 | -4/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | renderer_opengl: Only enable DEBUG_OUTPUT when graphics debugging is enabled | 2020-06-05 | 1 | -4/+2 | ||
| * | | | | | | | | | | | Merge pull request #4034 from ReinUsesLisp/storage-texels | 2020-06-07 | 8 | -91/+143 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||