| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Merge pull request #2409 from ReinUsesLisp/half-floats | 2019-04-19 | 9 | -136/+181 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | vk_shader_decompiler: Add missing operations | 2019-04-15 | 1 | -0/+7 | ||
| | * | | | | | | | shader_ir/decode: Fix half float pre-operations and remove MetaHalfArithmetic | 2019-04-15 | 9 | -85/+72 | ||
| | * | | | | | | | gl_shader_decompiler: Fix MrgH0 decompilation | 2019-04-15 | 1 | -2/+2 | ||
| | * | | | | | | | shader_ir/decode: Implement half float saturation | 2019-04-15 | 5 | -8/+31 | ||
| | * | | | | | | | shader_ir/decode: Reduce severity of unimplemented half-float FTZ | 2019-04-15 | 3 | -3/+9 | ||
| | * | | | | | | | renderer_opengl: Implement half float NaN comparisons | 2019-04-15 | 3 | -36/+59 | ||
| | * | | | | | | | shader_ir: Avoid using static on heap-allocated objects | 2019-04-15 | 1 | -5/+4 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2415 from lioncash/const | 2019-04-19 | 2 | -2/+2 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kernel/wait_object: Make GetHighestPriorityReadyThread() a const member function | 2019-04-17 | 2 | -2/+2 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2414 from lioncash/reorder | 2019-04-19 | 2 | -5/+3 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | yuzu/bootmanager: Replace unnnecessary constructor initializer list member of... | 2019-04-17 | 1 | -2/+2 | ||
| | * | | | | | | | yuzu/bootmanager: Remove unnecessary includes | 2019-04-16 | 1 | -1/+0 | ||
| | * | | | | | | | yuzu/bootmanager: Resolve constructor initializer list warnings | 2019-04-16 | 1 | -2/+1 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2421 from lioncash/svc-call | 2019-04-19 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kernel/svc: Name supervisor call 0x36 | 2019-04-19 | 1 | -1/+1 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2374 from lioncash/pagetable | 2019-04-19 | 38 | -177/+253 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | core/core: Move process execution start to System's Load() | 2019-04-11 | 20 | -107/+144 | ||
| | * | | | | | | core/process: Remove unideal page table setting from LoadFromMetadata() | 2019-04-11 | 1 | -5/+0 | ||
| | * | | | | | | core/core: Move main process creation into Load() | 2019-04-11 | 1 | -4/+3 | ||
| | * | | | | | | video_core/gpu: Create threads separately from initialization | 2019-04-11 | 10 | -25/+51 | ||
| | * | | | | | | core/cpu_core_manager: Create threads separately from initialization. | 2019-04-11 | 11 | -39/+58 | ||
| * | | | | | | | Merge pull request #2397 from lioncash/thread-unused | 2019-04-17 | 3 | -18/+17 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | svc: Specify handle value in thread's name | 2019-04-15 | 2 | -2/+10 | ||
| | * | | | | | | | kernel/thread: Remove unused guest_handle member variable | 2019-04-14 | 3 | -16/+7 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2318 from ReinUsesLisp/sampler-cache | 2019-04-17 | 9 | -181/+183 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gl_sampler_cache: Port sampler cache to OpenGL | 2019-04-02 | 5 | -123/+82 | ||
| | * | | | | | | | video_core: Abstract vk_sampler_cache into a templated class | 2019-04-02 | 5 | -58/+101 | ||
| * | | | | | | | | Merge pull request #2348 from FernandoS27/guest-bindless | 2019-04-17 | 8 | -44/+217 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | Adapt Bindless to work with AOFFI | 2019-04-08 | 1 | -7/+18 | ||
| | * | | | | | | | Move ConstBufferAccessor to Maxwell3d, correct mistakes and clang format. | 2019-04-08 | 9 | -44/+25 | ||
| | * | | | | | | | Fix bad rebase | 2019-04-08 | 1 | -2/+1 | ||
| | * | | | | | | | Fix TMML | 2019-04-08 | 1 | -5/+7 | ||
| | * | | | | | | | Simplify ConstBufferAccessor | 2019-04-08 | 5 | -53/+22 | ||
| | * | | | | | | | Refactor GetTextureCode and GetTexCode to use an optional instead of optional... | 2019-04-08 | 2 | -34/+33 | ||
| | * | | | | | | | Implement TXQ_B | 2019-04-08 | 2 | -2/+10 | ||
| | * | | | | | | | Implement TMML_B | 2019-04-08 | 1 | -5/+10 | ||
| | * | | | | | | | Corrections to TEX_B | 2019-04-08 | 2 | -4/+37 | ||
| | * | | | | | | | Fixes to Const Buffer Accessor and Formatting | 2019-04-08 | 3 | -10/+10 | ||
| | * | | | | | | | Implement Bindless Handling on SetupTexture | 2019-04-08 | 4 | -18/+34 | ||
| | * | | | | | | | Unify both sampler types. | 2019-04-08 | 4 | -22/+48 | ||
| | * | | | | | | | Implement Bindless Samplers and TEX_B in the IR. | 2019-04-08 | 4 | -16/+77 | ||
| | * | | | | | | | Implement Const Buffer Accessor | 2019-04-08 | 5 | -2/+65 | ||
| * | | | | | | | | Merge pull request #2315 from ReinUsesLisp/severity-decompiler | 2019-04-16 | 2 | -5/+20 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | shader_ir/memory: Reduce severity of LD_L cache management and log it | 2019-04-03 | 2 | -2/+9 | ||
| | * | | | | | | | | shader_ir/memory: Reduce severity of ST_L cache management and log it | 2019-04-03 | 2 | -3/+11 | ||
| * | | | | | | | | | Merge pull request #2384 from ReinUsesLisp/gl-state-clear | 2019-04-16 | 1 | -4/+4 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | gl_rasterizer: Apply just the needed state on Clear | 2019-04-10 | 1 | -4/+4 | ||
| | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2405 from lioncash/qt | 2019-04-16 | 2 | -1/+7 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | CMakeLists: Define QT_USE_QSTRINGBUILDER for the Qt target | 2019-04-15 | 2 | -1/+7 | ||
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||