| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Merge pull request #572 from Armada651/user-except-stub | 2018-06-18 | 1 | -0/+5 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | svc: Add a stub for UserExceptionContextAddr. | 2018-06-18 | 1 | -0/+5 | ||
| * | | | | | | | Merge pull request #571 from Armada651/loose-blend | 2018-06-18 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | gl_rasterizer: Get loose on independent blending. | 2018-06-18 | 1 | -1/+1 | ||
| * | | | | | | | Merge pull request #569 from bunnei/fix-cache | 2018-06-18 | 1 | -26/+8 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gl_rasterizer_cache: Loosen things up a bit. | 2018-06-18 | 1 | -26/+8 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #568 from bunnei/lop | 2018-06-17 | 2 | -63/+84 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | gl_shader_decompiler: Implement LOP instructions. | 2018-06-17 | 2 | -6/+42 | ||
| | * | | | | | | gl_shader_decompiler: Refactor LOP32I instruction a bit in support of LOP. | 2018-06-17 | 2 | -57/+42 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #565 from bunnei/shader_conversions | 2018-06-16 | 2 | -14/+43 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gl_shader_decompiler: Implement integer size conversions for I2I/I2F/F2I. | 2018-06-15 | 2 | -14/+43 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #564 from bunnei/lop32i_passb | 2018-06-15 | 1 | -6/+12 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gl_shader_decompiler: Implement LOP32I LogicOperation PassB. | 2018-06-15 | 1 | -6/+12 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #566 from bunnei/set_pos_w | 2018-06-15 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | gl_shader_gen: Set position.w to 1. | 2018-06-15 | 1 | -0/+4 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #560 from Subv/crash_widget | 2018-06-13 | 6 | -292/+0 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Qt: Removed the Registers widget. | 2018-06-12 | 6 | -292/+0 | ||
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #556 from Subv/dma_engine | 2018-06-12 | 7 | -1/+237 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | GPU: Partially implemented the Maxwell DMA engine. | 2018-06-12 | 7 | -1/+237 | ||
| * | | | | | | Merge pull request #558 from Subv/iadd32i | 2018-06-12 | 2 | -2/+31 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | GPU: Implemented the iadd32i shader instruction. | 2018-06-12 | 2 | -2/+31 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #557 from shinyquagsire23/libnx-hid-fix | 2018-06-12 | 2 | -2/+3 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | hid: Update all layouts and only show handheld as connected, fixes libnx inpu... | 2018-06-11 | 2 | -2/+3 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #552 from bunnei/sat-fmul | 2018-06-11 | 2 | -39/+32 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | gl_shader_decompiler: Implement saturate for float instructions. | 2018-06-11 | 2 | -39/+32 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #555 from Subv/gpu_sysregs | 2018-06-10 | 1 | -1/+1 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | GPU: Convert the gl_InstanceId and gl_VertexID variables to floats when readi... | 2018-06-10 | 1 | -1/+1 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #553 from Subv/iset | 2018-06-10 | 2 | -2/+53 | ||
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | GPU: Implement the iset family of shader instructions. | 2018-06-09 | 2 | -2/+46 | ||
| | * | | | GPU: Added decodings for the ISET family of instructions. | 2018-06-09 | 1 | -0/+7 | ||
| |/ / / | ||||||
| * | | | Merge pull request #550 from Subv/ssy | 2018-06-09 | 2 | -0/+7 | ||
| |\ \ \ | ||||||
| | * | | | GPU: Stub the SSY shader instruction. | 2018-06-08 | 2 | -0/+7 | ||
| * | | | | Merge pull request #551 from bunnei/shr | 2018-06-09 | 2 | -0/+17 | ||
| |\ \ \ \ | ||||||
| | * | | | | gl_shader_decompiler: Implement SHR instruction. | 2018-06-09 | 2 | -0/+17 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #549 from bunnei/iadd | 2018-06-09 | 2 | -19/+55 | ||
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | gl_shader_decompiler: Implement IADD instruction. | 2018-06-08 | 2 | -11/+37 | ||
| | * | | | gl_shader_decompiler: Add missing asserts for saturate_a instructions. | 2018-06-08 | 2 | -8/+18 | ||
| |/ / / | ||||||
| * | | | Merge pull request #505 from janisozaur/ccache-travis | 2018-06-08 | 5 | -7/+17 | ||
| |\ \ \ | ||||||
| | * | | | Cache ccache on Travis | 2018-06-07 | 1 | -0/+4 | ||
| | * | | | Add ccache support for macOS on Travis | 2018-06-07 | 2 | -1/+5 | ||
| | * | | | Add ccache support for Linux on Travis | 2018-06-07 | 2 | -2/+8 | ||
| | * | | | Install cmake from repositories for Ubuntu | 2018-06-07 | 1 | -5/+1 | ||
| * | | | | Merge pull request #533 from mailwl/array-to-buffer | 2018-06-08 | 3 | -22/+15 | ||
| |\ \ \ \ | ||||||
| | * | | | | Common/string_util: add StringFromBuffer function | 2018-06-07 | 3 | -22/+15 | ||
| * | | | | | Merge pull request #548 from Subv/blend | 2018-06-08 | 3 | -47/+47 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | GPU: Synchronize the blend state on every draw call. | 2018-06-08 | 2 | -16/+20 | ||
| | * | | | | | GPU: Added registers for normal and independent blending. | 2018-06-08 | 2 | -31/+27 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #547 from Subv/compressed_alignment | 2018-06-08 | 1 | -2/+7 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | GLCache: Align compressed texture sizes to their compression ratio, and then ... | 2018-06-08 | 1 | -2/+7 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #546 from Subv/flush_ubo_buffer | 2018-06-08 | 1 | -0/+3 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||