6229 Commits (e013fdc2b23222987b9429ce9e155b34c92196d0)

Author SHA1 Message Date
Subv f85cff0f48 GPU: Allow using R16F as a render target format. 8 years ago
Lioncash 3fb124961e service: Add ldr services 8 years ago
Lioncash 91d86df920 lm: Move LM's class declaration into the cpp file 8 years ago
Lioncash 6f4d3d8163 lm: Amend names of Initialize() in Logger and Initialize() in LM 8 years ago
Lioncash 8650be1020 lm: Add missing function entry to Logger's function table 8 years ago
Lioncash 7458e71f24 service: Add eupld services 8 years ago
Lioncash 821f2c03cb service: Add the erpt services 8 years ago
Unknown 4672a01cbf Implement R16_G16 8 years ago
Lioncash f9951352f6 service/nvdrv: Take std::string in Open() by const reference 8 years ago
Lioncash a2cd07d094 service/nvdrv: Use std::move where applicable 8 years ago
Lioncash 85ed42a1d2 service/nifm: Deduplicate interface code 8 years ago
Lioncash c664f8a257 service: Add pm services 8 years ago
Lioncash 2474340684 wait_tree: Add missing switch case for WaitTreeThread::GetText() 8 years ago
Lioncash 4175712976 service: Add the es service 8 years ago
Lioncash 3c1cb3b11e time: Add the time:a service 8 years ago
Subv c5b838aeef GPU: Use the right texture format for sRGBA framebuffers. 8 years ago
Subv ee8123bf13 GPU: Allow the use of Z24S8 as a texture format. 8 years ago
Subv daf2504d31 GPU: Implemented the Z32_S8_X24 depth buffer format. 8 years ago
Subv f747a7e35d GPU: Allow using Z32 as a texture format. 8 years ago
Subv 4f574201ea GPU: Allow the usage of R8 as a render target format. 8 years ago
Subv 8f2c4191ab GPU: Remove the assert that required the CODE_ADDRESS to be 0. 8 years ago
Subv 4cc1e180ec GPU: Implemented the R16 and R16F texture formats. 8 years ago
Lioncash 0162f8b3a7 gl_rasterizer: Replace magic number with GL_INVALID_INDEX in SetupConstBuffers() 8 years ago
Lioncash 16139ed53b gl_rasterizer: Use std::string_view instead of std::string when checking for extensions 8 years ago
Lioncash b5eb3905cd gl_rasterizer: Use in-class member initializers where applicable 8 years ago
Lioncash bf608f125e video_core/memory_manager: Replace a loop with std::array's fill() function in PageSlot() 8 years ago
Lioncash d71e19fd75 video_core/memory_manager: Avoid repeated unnecessary page slot lookups 8 years ago
Lioncash 4cf2185e81 deconstructed_rom_directory: Remove unused FindRomFS() function 8 years ago
Lioncash 07c2d057bd friend: Add friend:m, friend:s, and friend:v services 8 years ago
Lioncash 9539a1eadd friend/interface: Add missing CreateDaemonSuspendSessionService() to the function handler table 8 years ago
Lioncash 77daef44b0 friend: Deduplicate interfaces 8 years ago
Lioncash c73410bf2c svc: Resolve sign comparison warnings in WaitSynchronization() 8 years ago
Lioncash 8e8e906432 svc: Log parameters in SetMemoryAttribute() 8 years ago
Lioncash a61124a9e7 time: Simplify interface creation 8 years ago
MerryMage 44646e2ea0 core_timing: Split off utility functions into core_timing_util 8 years ago
MerryMage b8459d2778 CMakeLists: Sort filenames 8 years ago
Lioncash 9d2cacdc9e wait_tree: Silence warning about all code paths not returning a value 8 years ago
Lioncash 63c605c04a set_sys: Implement SetColorSetId() 8 years ago
Lioncash 76f191ce36 ipc_helper: Add helper member function for popping enum values to RequestParser 8 years ago
bunnei 69c45ce71c gl_rasterizer: Implement texture border color. 8 years ago
bunnei 6b3e54621f maxwell_to_gl: Implement Texture::WrapMode::Border. 8 years ago
Subv ccc42702b5 GPU: Implement texture format R32F. 8 years ago
Lioncash 7d124ec82b arm_dynarmic: Make MakeJit() a const member function 8 years ago
Lioncash 1d755abce4 core: Make converting constructors explicit where applicable 8 years ago
bunnei 2ff86f5765 maxwell_to_gl: Implement VertexAttribute::Type::UnsignedInt. 8 years ago
Lioncash 8b83adfed6 apm/interface: Remove redundant declaration of InstallInterfaces() 8 years ago
Lioncash 42b5158c96 mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by reference 8 years ago
Zach Hilman 59cb258409 VFS Regression and Accuracy Fixes (#776) 8 years ago
Lioncash 22fd3f0026 hle_ipc: Make constructors explicit where applicable 8 years ago
Lioncash 33e2033af5 gl_shader_decompiler: Correct return value of WriteTexsInstruction() 8 years ago