| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | service/vi: Remove use of a module class | 2019-02-26 | 8 | -46/+99 | ||
| * | | | | | | | | | | | | | video_core/texture: Fix up sampler lod bias | 2019-03-13 | 1 | -1/+1 | ||
| | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #2211 from lioncash/arbiter | 2019-03-12 | 9 | -65/+81 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | kernel: Make the address arbiter instance per-process | 2019-03-07 | 8 | -28/+35 | ||
| | * | | | | | | | | | | | | kernel/svc: Move address arbiter signaling behind a unified API function | 2019-03-07 | 3 | -22/+26 | ||
| | * | | | | | | | | | | | | kernel/svc: Move address arbiter waiting behind a unified API function | 2019-03-07 | 3 | -19/+24 | ||
| * | | | | | | | | | | | | | Merge pull request #2222 from lioncash/cstr | 2019-03-12 | 1 | -4/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | service/service: Remove unncessary calls to c_str() | 2019-03-10 | 1 | -4/+3 | ||
| | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #2215 from ReinUsesLisp/samplers | 2019-03-12 | 3 | -64/+72 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | gl_rasterizer: Encapsulate sampler queries into methods | 2019-03-09 | 3 | -64/+72 | ||
| * | | | | | | | | | | | | Merge pull request #2207 from lioncash/hwopus | 2019-03-10 | 1 | -69/+107 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | service/audio/hwopus: Move decoder state to its own class | 2019-03-07 | 1 | -50/+85 | ||
| | * | | | | | | | | | | | | service/audio/hwopus: Provide a name for the second word of OpusPacketHeader | 2019-03-07 | 1 | -2/+4 | ||
| | * | | | | | | | | | | | | service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoder... | 2019-03-07 | 1 | -17/+17 | ||
| | * | | | | | | | | | | | | service/audio/hwopus: Enclose internals in an anonymous namespace | 2019-03-07 | 1 | -2/+3 | ||
| * | | | | | | | | | | | | | Merge pull request #2193 from lioncash/global | 2019-03-10 | 5 | -17/+23 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | kernel/scheduler: Pass in system instance in constructor | 2019-03-04 | 5 | -17/+23 | ||
| | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2147 from ReinUsesLisp/texture-clean | 2019-03-10 | 8 | -527/+589 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | shader/decode: Remove extras from MetaTexture | 2019-02-26 | 4 | -40/+65 | ||
| | * | | | | | | | | | | | | | shader/decode: Split memory and texture instructions decoding | 2019-02-26 | 7 | -501/+538 | ||
| * | | | | | | | | | | | | | | Merge pull request #2143 from ReinUsesLisp/texview | 2019-03-10 | 3 | -32/+42 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | gl_rasterizer_cache: Create texture views for array discrepancies | 2019-02-27 | 3 | -32/+42 | ||
| * | | | | | | | | | | | | | | | Merge pull request #2220 from lioncash/cubeb | 2019-03-10 | 2 | -4/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32 | 2019-03-09 | 2 | -4/+4 | ||
| | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #2217 from ReinUsesLisp/rasterizer-logger | 2019-03-10 | 1 | -19/+13 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | gl_rasterizer: Minor logger changes | 2019-03-09 | 1 | -19/+13 | ||
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #2219 from Hexagon12/log-settings | 2019-03-10 | 1 | -0/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | clang fix | 2019-03-09 | 1 | -1/+2 | ||
| | * | | | | | | | | | | | | | | Log 2 new setting values | 2019-03-09 | 1 | -0/+2 | ||
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | yuzu_cmd/config: Replace C casts with static_cast | 2019-03-09 | 1 | -4/+5 | ||
| * | | | | | | | | | | | | | | yuzu_cmd/config: Silent implicit cast warning | 2019-03-09 | 1 | -1/+1 | ||
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #2210 from lioncash/optional | 2019-03-08 | 5 | -56/+54 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional | 2019-03-07 | 4 | -47/+47 | ||
| | * | | | | | | | | | | | | | common/bit_field: Make BitField trivially copyable | 2019-03-07 | 1 | -9/+7 | ||
| | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2209 from lioncash/reorder | 2019-03-08 | 1 | -5/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | video_core/gpu_thread: Remove unimplemented WaitForIdle function prototype | 2019-03-07 | 1 | -3/+0 | ||
| | * | | | | | | | | | | | | | video_core/gpu_thread: Amend constructor initializer list order | 2019-03-07 | 1 | -2/+2 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #2208 from lioncash/gpu | 2019-03-08 | 3 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | video_core/gpu: Make GPU's destructor virtual | 2019-03-07 | 3 | -3/+3 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #2191 from ReinUsesLisp/maxwell-to-vk | 2019-03-08 | 4 | -3/+553 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | maxwell_to_vk: Initial implementation | 2019-03-04 | 4 | -3/+553 | ||
| * | | | | | | | | | | | | | | dma_pusher: Store command_list_header by copy | 2019-03-08 | 1 | -1/+1 | ||
| * | | | | | | | | | | | | | | Merge pull request #2195 from lioncash/shared-global | 2019-03-07 | 1 | -3/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | kernel/shared_memory: Get rid of the use of global accessor functions within ... | 2019-03-04 | 1 | -3/+2 | ||
| | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2196 from DarkLordZach/web-applet-esc | 2019-03-07 | 2 | -0/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | web_browser: Add shortcut to Enter key to exit applet | 2019-03-04 | 2 | -0/+7 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #2202 from lioncash/port-priv | 2019-03-07 | 6 | -36/+78 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | kernel/server_session: Make data members private | 2019-03-05 | 5 | -32/+73 | ||
| | * | | | | | | | | | | | | | kernel/client_session: Make data members private | 2019-03-05 | 1 | -4/+5 | ||
| * | | | | | | | | | | | | | | Merge pull request #2205 from FearlessTobi/docked-undocked-hotkey | 2019-03-07 | 1 | -0/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||