10021 Commits (1cc28a176d7220c688d5ab022f0bdf232ecf4844)

Author SHA1 Message Date
Lioncash 1cc28a176d gl_shader_disk_cache: Special-case boolean handling 7 years ago
ReinUsesLisp 0496136657 qt/configure_graphics: Shadow options at runtime 7 years ago
ReinUsesLisp f6fa8173e0 yuzu_cmd: Use OpenGL compat when asked in the settings 7 years ago
ReinUsesLisp 657f98867d yuzu_cmd: Make OpenGL's context current 7 years ago
Lioncash 542ab1b1b9 video_core/memory_manager: Mark IsBlockContinuous() as a const member function 7 years ago
Lioncash 24e9c43cf1 video_core/memory_manager: Mark the constructor as explicit 7 years ago
Lioncash cb867f250a video_core/memory_manager: Default the destructor within the cpp file 7 years ago
Lioncash cf685d3e43 video_core/memory_manager: Amend doxygen comments 7 years ago
Lioncash 57744806c3 video_core/memory_manager: Remove superfluous const from function declarations 7 years ago
Lioncash 7afe083f67 video_core/renderer_opengl/gl_shader_cache: Correct member initialization order 7 years ago
Lioncash 18d2c00687 video_core/shader/decode/texture: Remove unused variable from GetTld4Code() 7 years ago
Lioncash 7033f5486e renderer_vulkan/vk_shader_decompiler: Remove unused variable from DeclareInternalFlags() 7 years ago
Lioncash 0feddedab1 video_core/renderer_opengl/gl_shader_decompiler: Remove unused Composite() function 7 years ago
Lioncash af21c30808 video_core/renderer_opengl/gl_rasterizer_cache: Remove unused variable in UploadGLMipmapTexture() 7 years ago
Lioncash 56ccfcdb4b video_core/gpu_thread: Remove unused local variable 7 years ago
Lioncash d6db5ebae2 video_core/textures/astc: Remove unused variables 7 years ago
Lioncash 68c4e76ee0 CMakeLists: Specify /volatile:iso for MSVC 7 years ago
Lioncash 63feb1abed configure_dialog: Remove the Whats This? button from the dialog 7 years ago
Lioncash 83794b9854 yuzu/hotkeys: Remove unnecessary constructor 7 years ago
Lioncash 71b39d4b2e yuzu/main: Move window title updating logic to its own function 7 years ago
Lioncash 79a52fce1d yuzu/about_dialog: Specify string conversions explicitly 7 years ago
Lioncash 9231b30406 yuzu/compatdb: Remove unnecessary qualifiers 7 years ago
Lioncash ef2c91af80 src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flags 7 years ago
Lioncash a13cb681bc src/CMakeLists: Vertically order compilation flags 7 years ago
Lioncash 644ee565ff core/memory: Remove unused FlushMode enum 7 years ago
zhupengfei 19dec95663 core/telemetry_session: Only create the backend when we really need it 7 years ago
Lioncash 7af5216680 shader/decode/texture: Remove unused variable 7 years ago
Lioncash 388da7095d CMakeLists: Explicitly specify -Wall for the non-MSVC case 7 years ago
Lioncash bf153808f6 gl_rasterizer: Silence unused variable warning 7 years ago
Lioncash 0f099b0fd3 common/zstd_compression: Remove #pragma once directive from source file 7 years ago
Lioncash 6f1d39e2e5 core/frontend/emu_window: Make GraphicsContext's destructor virtual 7 years ago
Fernando Sahmkow 08f861a820 Refactors and name corrections. 7 years ago
ReinUsesLisp 5e5eff2081 gl_shader_disk_cache: Skip stored shader variants instead of asserting 7 years ago
Fernando Sahmkow aebe67fac7 Fix Layered ASTC Textures 7 years ago
Lioncash 32b833632b loader/nso: Remove left-in debug pragma 7 years ago
Lioncash 73c7c9cb21 service/audctl: Update documentation comments to be relative to 8.0.0 7 years ago
ReinUsesLisp 5ea871b373 shader_ir: Move Sampler index entry in operand< to sort declarations 7 years ago
ReinUsesLisp cd9e8ee0eb shader_ir: Add missing entry to Sampler operand< comparison 7 years ago
ReinUsesLisp 6198b04557 shader_ir/texture: Fix sampler const buffer key shift 7 years ago
FreddyFunk 04c474b840 Re added new lines at the end of files 7 years ago
unknown 4dfccb1f21 gl_shader_disk_cache: Compress precompiled shader cache file with Zstandard 7 years ago
unknown 5417aaca6d gl_shader_disk_cache: Use VectorVfsFile for the virtual precompiled shader cache file 7 years ago
unknown f6568c07ac gl_shader_disk_cache: Remove per shader compression 7 years ago
Fernando Sahmkow 3d37c4161a Fixes and Corrections to DMA Engine 7 years ago
Fernando Sahmkow 122b06d102 Add Swizzle Parameters to the DMA engine 7 years ago
Fernando Sahmkow bcf4b19fca Add Documentation Headers to all the GPU Engines 7 years ago
Fernando Sahmkow 5c4de1e3fb Corrections and styling 7 years ago
Fernando Sahmkow 4a2763a121 Implement Maxwell3D Data Upload 7 years ago
Fernando Sahmkow e42bf4f314 Introduce skeleton of the GPU Compute Engine. 7 years ago
Fernando Sahmkow 86e8a9f978 Revamp Kepler Memory to use a subegine to manage uploads 7 years ago