9442 Commits (032e4c4ca345410d1ff7cdebf27d30ef4f7e96e9)

Author SHA1 Message Date
bunnei 032e4c4ca3 gl_rasterizer: Skip zero addr/sized regions on flush/invalidate. 7 years ago
bunnei 10118c71e0 memory: Simplify rasterizer cache operations. 7 years ago
bunnei 574e89d924 video_core: Refactor to use MemoryManager interface for all memory access. 7 years ago
Lioncash 51d7f6bffc kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread 7 years ago
Lioncash c892cf01fa kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface 7 years ago
bunnei 2eaf6c41a4 gpu: Use host address for caching instead of guest address. 7 years ago
ReinUsesLisp ffe2e50458 video_core/morton: Use enum to describe MortonCopyPixels128 mode 7 years ago
ReinUsesLisp 6ed6129b4f video_core/morton: Remove unused parameter in MortonSwizzle 7 years ago
ReinUsesLisp 9030a8259f video_core/morton: Remove clang-format off when it's not needed 7 years ago
ReinUsesLisp fdf76a25ab video_core/morton: Remove unused functions 7 years ago
ReinUsesLisp a63295a872 video_core/texture: Fix up sampler lod bias 7 years ago
Mat M a3734d7e31
vk_sampler_cache: Use operator== instead of memcmp 7 years ago
ReinUsesLisp aa59d77c3b vk_sampler_cache: Implement a sampler cache 7 years ago
Lioncash 6eddb60db0 kernel/process: Remove use of global system accessors 7 years ago
ReinUsesLisp 8ebeb9ade2 video_core/texture: Add a raw representation of TSCEntry 7 years ago
Lioncash 3350c0a779 renderer_opengl/gl_global_cache: Replace indexing for assignment with insert_or_assign 7 years ago
Lioncash 1070c020db renderer_opengl/gl_global_cache: Append missing override specifiers 7 years ago
Lioncash aa44eb639b kernel/server_port: Make data members private 7 years ago
ReinUsesLisp a6c048920e gl_rasterizer: Use system instance passed from argument 7 years ago
Lioncash 0c28ab92e6 core/hle/result: Remove now-unnecessary manually defined copy assignment operator 7 years ago
Lioncash 3f602dde0f core/hle/result: Amend error in comment description for ResultCode 7 years ago
Lioncash f7ec0bcfc2 core/hle/result: Remove now-unused constructor for ResultCode 7 years ago
Lioncash d870cc5ad7 core/hle/result: Relocate IPC error code to ipc_helpers 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
zhupengfei 39e895c5ff citra_qt: Settings (configuration) rework 8 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