9328 Commits (4633fda5be5914bf9529cb84f6a05a97a45c5bc9)

Author SHA1 Message Date
Lioncash 2218f0e4ef gl_shader_disk_cache: Remove #pragma once from cpp file 7 years ago
Lioncash 4596a529ed core/frontend/emu_window: Make ClipToTouchScreen a const member function 7 years ago
Lioncash 3567364c42 audio_core/audio_renderer: Name previously unknown parameters of AudioRendererParameter 7 years ago
Lioncash e59ae7210a common/math_util: Move contents into the Common namespace 7 years ago
Lioncash 39eccc0286 common/vector_math: Move Vec[x] types into the Common namespace 7 years ago
Lioncash 63a8d9172f common/quaternion: Move Quaternion into the Common namespace 7 years ago
ReinUsesLisp 87634bbdee renderer_opengl: Update pixel format tracking 7 years ago
ReinUsesLisp 20d8c304f2 maxwell_3d: Use std::bitset to manage dirty flags 7 years ago
ReinUsesLisp ef4cf27e2a vk_stream_buffer: Remove copy code path 7 years ago
Lioncash c997e9e88c kernel/handle_table: Make local variables as const where applicable 7 years ago
Lioncash d396c08b13 kernel/handle_table: Allow process capabilities to limit the handle table size 7 years ago
Lioncash a13187e002 kernel/handle-table: In-class initialize data members 7 years ago
Lioncash f9c32c373d kernel/handle_table: Resolve truncation warnings 7 years ago
Lioncash cb2cfc87ad audio_core/cubeb_sink: Initialize CubebSinkStream's last_frame data member 7 years ago
Lioncash 31f64510b9 audio_core/cubeb_sink: Add override specifier to destructor 7 years ago
Lioncash 762b1a20ca audio_core/cubeb_sink: Resolve variable shadowing warnings in SamplesInQueue 7 years ago
Lioncash df93da0615 audio_core/codec: Resolve truncation warnings within DecodeADPCM 7 years ago
Lioncash 3e82ac10a5 shader/track: Resolve variable shadowing warnings 7 years ago
Lioncash 1269259bfa service/vi: Update IManagerDisplayService's function table 7 years ago
Frederic L b0f1eaee7a file_sys/vfs_vector: Fix ignored offset on Write 7 years ago
tgsm 0db81dcf3b Remove GCC version checks 7 years ago
ReinUsesLisp 6f1b4741e9 vk_stream_buffer: Implement a stream buffer 7 years ago
ReinUsesLisp 901a4d6940 vk_resource_manager: Minor VKFenceWatch changes 7 years ago
ReinUsesLisp 4c44c72733 vk_memory_manager: Fixup commit interval allocation 7 years ago
ReinUsesLisp a01a5d45a2 gl_rasterizer_cache: Fixup parameter order in layered swizzle 7 years ago
ReinUsesLisp 656874ba3a vk_scheduler: Implement a scheduler 7 years ago
Lioncash 71ed54cbaf service/nvflinger: Store BufferQueue instances as regular data members 7 years ago
Lioncash 55f3ddb276 service/vi/vi_layer: Convert Layer struct into a class 7 years ago
Lioncash 00b5069249 service/nvflinger: Move display specifics over to vi_display 7 years ago
Jungy 1bb4f7e58b Fixes Unicode Key File Directories (#2120) 7 years ago
Lioncash bbc2e1c565 service/nvflinger: Relocate definitions of Layer and Display to the vi service 7 years ago
Markus Wick 00fa708e04 video_core/dma_pusher: Simplyfy Step() logic. 7 years ago
Markus Wick 0faab8fe2c video_core/dma_pusher: The full list of headers at once. 7 years ago
ReinUsesLisp 6b8abec0d1 vk_memory_manager: Implement memory manager 7 years ago
Lioncash bce7a71232 audio_core/buffer: Make const and non-const getter for samples consistent 7 years ago
Lioncash 93f38bfcd1 address_arbiter: Use nested namespaces where applicable 7 years ago
Lioncash 12774b7c44 video_core: Remove usages of System::GetInstance() within the engines 7 years ago
Lioncash 1c3371c921 core_timing: Convert core timing into a class 7 years ago
B3n30 b2636e4b03 Adressed review comments 7 years ago
B3n30 5334e20770 threadsafe_queue: Add WaitIfEmpty and use it in logging 7 years ago
fearlessTobi cdf45ff44a renderer_opengl: respect the sRGB colorspace for the screenshot feature 7 years ago
ReinUsesLisp bf013f2026 gl_state: Synchronize gl_state even when state is disabled 7 years ago
ReinUsesLisp 20e12d973c vk_resource_manager: Implement a command buffer pool with VKFencedPool 7 years ago
ReinUsesLisp b445095656 vk_resource_manager: Add VKFencedPool interface 7 years ago
ReinUsesLisp eb50e811c4 vk_resource_manager: Implement VKResourceManager and fence allocator 7 years ago
ReinUsesLisp 7d5a7b8b0d vk_resource_manager: Implement VKFenceWatch 7 years ago
ReinUsesLisp d135b3e43b vk_resource_manager: Implement VKFence 7 years ago
ReinUsesLisp 87b7e95181 vk_resource_manager: Add VKResource interface 7 years ago
Fernando Sahmkow e29f546bb7 shader_decompiler: Improve Accuracy of Attribute Interpolation. 7 years ago
Fernando Sahmkow e7dbf7215b rasterizer_cache_gl: Only do fast layered copy on the same format. As 7 years ago