9393 Commits (71c4e876efd20e0bae875a80effe2bc5561453e7)

Author SHA1 Message Date
ReinUsesLisp a63295a872 video_core/texture: Fix up sampler lod bias 7 years ago
Lioncash 8603f0f9b1 service/service: Remove unncessary calls to c_str() 7 years ago
Lioncash 4a4e87e971 audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32 7 years ago
Hexagon12 e6f652ae12 clang fix 7 years ago
Hexagon12 6ce8de4b5f Log 2 new setting values 7 years ago
ReinUsesLisp a0be7b3b92 gl_rasterizer: Encapsulate sampler queries into methods 7 years ago
ReinUsesLisp 45ef421b6b yuzu_cmd/config: Replace C casts with static_cast 7 years ago
ReinUsesLisp fedef7bda3 yuzu_cmd/config: Silent implicit cast warning 7 years ago
ReinUsesLisp 6ee0ba64c8 gl_rasterizer: Minor logger changes 7 years ago
ReinUsesLisp e7ac5a6adf dma_pusher: Store command_list_header by copy 7 years ago
Lioncash fbb82e61e3 kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional 7 years ago
Lioncash 8e510d5afa kernel: Make the address arbiter instance per-process 7 years ago
Lioncash b7f331afa3 kernel/svc: Move address arbiter signaling behind a unified API function 7 years ago
Lioncash 0209de123b kernel/svc: Move address arbiter waiting behind a unified API function 7 years ago
Lioncash e99a148628 common/bit_field: Make BitField trivially copyable 7 years ago
Lioncash c2d4c8b95e video_core/gpu_thread: Remove unimplemented WaitForIdle function prototype 7 years ago
Lioncash 48a461a629 video_core/gpu_thread: Amend constructor initializer list order 7 years ago
Lioncash 24e2e601d5 video_core/gpu: Make GPU's destructor virtual 7 years ago
Lioncash d03ae881fd service/audio/hwopus: Move decoder state to its own class 7 years ago
Lioncash 960057cba0 service/audio/hwopus: Provide a name for the second word of OpusPacketHeader 7 years ago
Lioncash d41d85766f service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoderManager 7 years ago
Lioncash 3293877456 service/audio/hwopus: Enclose internals in an anonymous namespace 7 years ago
Lioncash 64e7524f36 service/audio/audout_u: Only actually stop the audio stream in StopAudioOut if the stream is playing 7 years ago
bunnei 84ad81ee67 gpu_thread: Fix deadlock with threading idle state check. 7 years ago
bunnei 63aa08acbe gpu_thread: (HACK) Ignore flush on FlushAndInvalidateRegion. 7 years ago
bunnei 3f1b4fb23a gpu: Always flush. 7 years ago
bunnei aaa373585c gpu: Refactor a/synchronous implementations into their own classes. 7 years ago
bunnei 7b574f406b gpu: Move command processing to another thread. 7 years ago
bunnei 65651078e5 bootmanager: Ensure that we have a context for shader loading. 7 years ago
bunnei ac51d048a9 gpu: Refactor command and swap buffers interface for asynch. 7 years ago
bunnei 4483089d70 gpu: Refactor to take RendererBase instead of RasterizerInterface. 7 years ago
bunnei d6015ee211 settings: Add new graphics setting for use_asynchronous_gpu_emulation. 7 years ago
bunnei 81e086b5ac core: Set is_powered_on before GPU is initialized. 7 years ago
fearlessTobi c8d6f0cb82 yuzu: add a hotkey to switch between undocked and docked mode 7 years ago
Lioncash 9ac176d5a3 hle/service/audio/audout_u: Correct lack of return in failure case of AppendAudioOutBufferImpl() 7 years ago
Lioncash 196cc82913 yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessor 7 years ago
Lioncash f9ee0dc7ee video_core/engines: Remove unnecessary includes 7 years ago
Lioncash 221613d4ea kernel/server_session: Make data members private 7 years ago
Lioncash 7526b6fce3 kernel/client_session: Make data members private 7 years ago
Lioncash ad9dbeb44b hle/service/audio: Extract audio error codes to a header 7 years ago
Lioncash c161389a0f kernel/address_arbiter: Pass in system instance to constructor 7 years ago
Lioncash 9d9676f620 kernel/address_arbiter: Minor tidying up 7 years ago
Lioncash ec6664f6d6 kernel/address_arbiter: Convert the address arbiter into a class 7 years ago
Lioncash 42085ff110 video_core/surface: Remove obsolete TODO in PixelFormatFromRenderTargetFormat() 7 years ago
Lioncash 79f970e6de kernel/thread: Remove obsolete TODO in Create() 7 years ago
Lioncash 02bc9e9de1 core/hle/ipc: Remove unnecessary includes 7 years ago
Zach Hilman 4130b07f88 web_browser: Add shortcut to Enter key to exit applet 7 years ago
Lioncash 40de7f6fe8 vm_manager: Use range helpers in HeapAlloc() and HeapFree() 7 years ago
Lioncash 6c42a23550 vm_manager: Provide address range checking functions for other memory regions 7 years ago
Lioncash fad20213e6 kernel/scheduler: Pass in system instance in constructor 7 years ago