| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | maxwell_to_gl: Implement VertexAttribute::Size::Size_8. | 2018-08-13 | 1 | -0/+1 | ||
| * | | | | | | | | Merge pull request #1032 from lioncash/sanitize | 2018-08-13 | 1 | -10/+10 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | vfs: Use sanitized paths within MoveFile() and MoveDirectory() | 2018-08-12 | 1 | -10/+10 | ||
| * | | | | | | | | | Merge pull request #1031 from lioncash/verbosity | 2018-08-13 | 2 | -7/+7 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | card_image: Use type aliases to shorten definitions | 2018-08-12 | 2 | -6/+6 | ||
| | * | | | | | | | | | card_image: Simplify return statement of GetSubdirectories() | 2018-08-12 | 1 | -1/+1 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1048 from lioncash/atomic | 2018-08-13 | 2 | -8/+9 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | kernel/object: Tighten object against data races | 2018-08-13 | 2 | -8/+9 | ||
| * | | | | | | | | | renderer_opengl: Implement RenderTargetFormat::RGBA16_UINT. | 2018-08-13 | 4 | -34/+45 | ||
| * | | | | | | | | | Merge pull request #1045 from bunnei/rg8-unorm | 2018-08-13 | 4 | -26/+61 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | renderer_opengl: Implement RenderTargetFormat::RG8_UNORM. | 2018-08-12 | 4 | -26/+61 | ||
| | |/ / / / / / / | ||||||
| * / / / / / / / | maxwell_to_gl: Implement PrimitiveTopology::LineStrip. | 2018-08-12 | 1 | -0/+2 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1043 from Subv/timing | 2018-08-12 | 3 | -2/+11 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | CPU/Timing: Use an approximated amortized amount of ticks when advancing timing. | 2018-08-12 | 2 | -1/+11 | ||
| | * | | | | | | | Kernel/SVC: Don't reschedule the current core when creating a new thread. | 2018-08-12 | 1 | -1/+0 | ||
| * | | | | | | | | Merge pull request #1036 from lioncash/thread | 2018-08-12 | 3 | -7/+7 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | scheduler: Make HaveReadyThreads() a const member function | 2018-08-12 | 2 | -2/+2 | ||
| | * | | | | | | | | thread_queue_list: Make contains() and get_first() const member functions | 2018-08-12 | 1 | -4/+4 | ||
| | * | | | | | | | | thread_queue_list: Convert typedef to a type alias | 2018-08-12 | 1 | -1/+1 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1042 from Subv/races | 2018-08-12 | 4 | -5/+13 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Core/HLE: Make the 'reschedule_pending' flag atomic. | 2018-08-12 | 1 | -1/+1 | ||
| | * | | | | | | | | CPU/HLE: Lock the HLE mutex before performing a reschedule. | 2018-08-12 | 1 | -0/+3 | ||
| | * | | | | | | | | Kernel/Threads: Lock the HLE mutex when executing the wakeup callback. | 2018-08-12 | 1 | -0/+5 | ||
| | * | | | | | | | | Kernel/Thread: Always use the threadsafe option when scheduling wakeups. | 2018-08-12 | 2 | -4/+4 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1041 from Subv/duplicated_mutex | 2018-08-12 | 2 | -2/+22 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Kernel/Mutex: Don't duplicate threads in the mutex waiter list. | 2018-08-12 | 2 | -2/+22 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1040 from bunnei/xmad | 2018-08-12 | 2 | -4/+120 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | gl_shader_decompiler: Implement XMAD instruction. | 2018-08-12 | 2 | -4/+120 | ||
| * | | | | | | | | | vfs: Make VfsFilesystem constructor explicit | 2018-08-12 | 1 | -1/+1 | ||
| * | | | | | | | | | vfs: Make type hierarchy objects classes instead of structs | 2018-08-12 | 4 | -10/+16 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1025 from ogniK5377/bad-cast | 2018-08-12 | 4 | -4/+4 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | made ResultStatus a u16 | 2018-08-12 | 3 | -3/+3 | ||
| | * | | | | | | | | Fixed invalid cast in loader | 2018-08-12 | 1 | -1/+1 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1038 from MerryMage/lock-cubeb | 2018-08-12 | 1 | -0/+6 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | cubeb_sink: Protect queue with a mutex | 2018-08-12 | 1 | -0/+6 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1035 from ogniK5377/audio-dev-revision-info | 2018-08-12 | 2 | -1/+13 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | GetAudioDeviceServiceWithRevisionInfo | 2018-08-12 | 2 | -1/+13 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1028 from ogniK5377/aoa | 2018-08-12 | 3 | -6/+42 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Pushed the requested sample rate instead of our fixed sample rate | 2018-08-12 | 2 | -5/+3 | ||
| | * | | | | | | | Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRende... | 2018-08-12 | 3 | -6/+44 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1034 from lioncash/hid | 2018-08-12 | 1 | -5/+12 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | hid: disable clang-format around tables | 2018-08-12 | 1 | -4/+5 | ||
| | * | | | | | | | hid: Stub DisconnectNpad() | 2018-08-12 | 1 | -1/+7 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | gl_rasterizer: Use a shared helper to upload from CPU memory. | 2018-08-12 | 2 | -28/+33 | ||
| * | | | | | | | gl_state: Don't track constant buffer mappings. | 2018-08-12 | 3 | -41/+3 | ||
| * | | | | | | | gl_rasterizer: Use the stream buffer for constant buffers. | 2018-08-12 | 4 | -29/+32 | ||
| * | | | | | | | gl_rasterizer: Use the streaming buffer itself for the constant buffer. | 2018-08-12 | 2 | -33/+15 | ||
| * | | | | | | | gl_rasterizer: Use a helper for aligning the buffer. | 2018-08-12 | 2 | -15/+22 | ||
| * | | | | | | | Update the stream_buffer helper from Citra. | 2018-08-12 | 4 | -184/+98 | ||
| | |_|/ / / / |/| | | | | | ||||||
| * | | | | | | gl_shader_decompiler: Fix SetOutputAttributeToRegister empty check. | 2018-08-12 | 1 | -2/+2 | ||
| |/ / / / / | ||||||