10693 Commits (f478fa3a7fec07da36fe993ef6b02e582a0a75fe)

Author SHA1 Message Date
Fernando Sahmkow 1f12f92fc8 Implement Texture Format ZF32_X24S8. 7 years ago
Fernando Sahmkow 9360d5e854 Correct depth compare with color formats for R32F 7 years ago
Lioncash af836c2968 yuzu/loading_screen: Resolve runtime Qt string formatting warnings 7 years ago
zarroboogs 77bc4d1bd9 added a toggle to force 30fps mode 7 years ago
Fernando Sahmkow 7f9e792814 gl_backend: Align Pixel Storage 7 years ago
Fernando Sahmkow 25e6fb72eb Correct LOP_IMN encoding 7 years ago
Fernando Sahmkow 34b15b69df Correct XMAD mode, psl and high_b on different encodings. 7 years ago
Fernando Sahmkow 061d68acaa Adapt Bindless to work with AOFFI 7 years ago
Fernando Sahmkow f5792ffeab Move ConstBufferAccessor to Maxwell3d, correct mistakes and clang format. 7 years ago
Fernando Sahmkow c52fbaa8d8 Fix bad rebase 7 years ago
Fernando Sahmkow 4b2d117d52 Fix TMML 7 years ago
Fernando Sahmkow b47e1b1a84 Simplify ConstBufferAccessor 7 years ago
Fernando Sahmkow 5ce4140257 Refactor GetTextureCode and GetTexCode to use an optional instead of optional parameters 7 years ago
Fernando Sahmkow 2f456841b0 Implement TXQ_B 7 years ago
Fernando Sahmkow 3672ecc5c4 Implement TMML_B 7 years ago
Fernando Sahmkow 8bb9877b70 Corrections to TEX_B 7 years ago
Fernando Sahmkow d7fbc6c03f Fixes to Const Buffer Accessor and Formatting 7 years ago
Fernando Sahmkow e6d2e59f07 Implement Bindless Handling on SetupTexture 7 years ago
Fernando Sahmkow dea7db19cf Unify both sampler types. 7 years ago
Fernando Sahmkow ee9b2e3cdc Implement Bindless Samplers and TEX_B in the IR. 7 years ago
Fernando Sahmkow b9a3255490 Implement Const Buffer Accessor 7 years ago
Lioncash 43e9b334af kernel/svc: Deglobalize the supervisor call handlers 7 years ago
Fernando Sahmkow a576cd4a8c Permit a Null Shader in case of a bad host_ptr. 7 years ago
Lioncash 024bdfdc08 core/memory: Remove unused enum constants 7 years ago
Lioncash 08424ab57f core/memory: Remove GetCurrentPageTable() 7 years ago
Lioncash c1a788780d arm/arm_dynarmic: Remove unnecessary current_page_table member 7 years ago
Lioncash 6a929c3a2c kernel: Handle page table switching within MakeCurrentProcess() 7 years ago
Lioncash bfbadb38be kernel/server_session: Return a std::pair from CreateSessionPair() 7 years ago
Lioncash 05243b3041 kernel/server_port: Return a std::pair from CreatePortPair() 7 years ago
ReinUsesLisp 8092d3fad0 maxwell_3d: Reduce severity of ProcessSyncPoint 7 years ago
Lioncash 053aae66c1 video_core/textures/convert: Replace include with a forward declaration 7 years ago
Lioncash 44d91d561a video_core/texures/texture: Remove unnecessary includes 7 years ago
Lioncash 366895989c yuzu/debugger: Remove graphics surface viewer 7 years ago
bunnei 2a4a454793 memory_manager: Improved implementation of read/write/copy block. 7 years ago
Lioncash a812485b94 video_core/macro_interpreter: Remove assertion within FetchParameter() 7 years ago
Lioncash d2143cb59c video_core/macro_interpreter: Simplify GetRegister() 7 years ago
Lioncash 69846b1557 video_core/memory_manager: Make Read() a const qualified member function 7 years ago
Lioncash e36500c07f video_core/memory_manager: Make ReadBlock() a const qualifier member function 7 years ago
Lioncash 514351af96 video_core/memory_manager: Add a const qualified variant of GetPointer() 7 years ago
Lioncash 72e8ac8e4e video_core/memory_manager: Make FindFreeRegion() a const member function 7 years ago
Lioncash ad244b004b video_core/memory_manager: Make GpuToCpuAddress() a const member function 7 years ago
Lioncash c289629f97 yuzu/debugger/graphics_surface: Display error messages for file I/O errors 7 years ago
Lioncash 64e191b2b8 yuzu/debugger/graphics_surface: Tidy up SaveSurface 7 years ago
Lioncash 5e69f8fc32 yuzu/debugger/graphics_surface: Clean up connection overload deduction 7 years ago
Fernando Sahmkow e3d9c983aa Implement SyncPoint Register in the GPU. 7 years ago
Lioncash af6c9a2993 yuzu/debugger/graphics_surface: Fill in missing surface format listings 7 years ago
Lioncash 2afbfc88f2 video_core/gpu_thread: Silence truncation warning in ThreadManager's constructor 7 years ago
Lioncash 1211a5623e video_core/engines: Make memory manager members private 7 years ago
Lioncash 33742deaf6 video_core/engines: Remove unnecessary inclusions where applicable 7 years ago
ReinUsesLisp bce7a75a50 renderer_opengl/utils: Skip empty binds 7 years ago