9853 Commits (b12ed4aba93eca6b07cd4e00be50f7ebe171bf8a)

Author SHA1 Message Date
Lioncash c576556e92 service/vi: Remove use of a module class 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
ReinUsesLisp 3b01587ca4 shader/decode: Remove extras from MetaTexture 7 years ago
ReinUsesLisp 8a7efd22ec shader/decode: Split memory and texture instructions decoding 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
Fernando Sahmkow f28935f37d Corrections, documenting and fixes. 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
Fernando Sahmkow 435c39e867 Use u128 on Clock Cycles calculation. 7 years ago
Fernando Sahmkow 68927866e2 Implement 128 bits Unsigned Integer Multiplication and Division. 7 years ago
Fernando Sahmkow ab1257e4c2 Correct CNTPCT to use Clock Cycles instead of Cpu Cycles. 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