11623 Commits (bb365da623cd24fb63d3100160107fdff7229852)
 

Author SHA1 Message Date
Lioncash 5ffa4c6a82 shader/shader_ir: Remove unnecessary inline specifiers 7 years ago
Lioncash b1c14e2810 shader/shader_ir: Simplify constructors for OperationNode 7 years ago
Lioncash 62c55e0086 shader/shader_ir: Remove unnecessary template parameter packs from Operation() overloads where applicable 7 years ago
Lioncash 603d9a632a shader/shader_ir: Mark tracking functions as const member functions 7 years ago
Lioncash a5125bd988 yuzu/util: Remove unused spinbox.cpp/.h 7 years ago
Lioncash c410a37168 shader/shader_ir: Place implementations of constructor and destructor in cpp file 7 years ago
Lioncash 034deed766 gl_shader_gen: std::move objects where applicable 7 years ago
Lioncash 41aa8982eb gl_shader_disk_cache: in-class initialize virtual file offset of ShaderDiskCacheOpenGL 7 years ago
Lioncash df62a68aba gl_shader_disk_cache: Default ShaderDiskCacheOpenGL's destructor in the cpp file 7 years ago
Lioncash 3e7c4827ec gl_shader_disk_cache: Make hash specializations noexcept 7 years ago
Lioncash 55feec3b8c gl_shader_disk_cache: Remove redundant code string construction in LoadDecompiledEntry() 7 years ago
Lioncash 71f4dffb88 gl_shader_disk_cache: Make variable non-const in decompiled entry case 7 years ago
Lioncash 1cc28a176d gl_shader_disk_cache: Special-case boolean handling 7 years ago
Lioncash db22039c4b yuzu/applets/profile_select: Mark header string as translatable 7 years ago
Lioncash a5f4e8c066 yuzu/debugger/graphics/graphics_breakpoints: Specify string conversions explicitly 7 years ago
Lioncash 0a7eea3d16 yuzu/debugger/profiler: Specify string conversions explicitly 7 years ago
Lioncash d1b2ed0a86 yuzu/debugger/wait_tree: Specify string conversions explicitly 7 years ago
Lioncash f768365cd5 ipc_helpers: Amend floating-point type in Pop<double> specialization 7 years ago
Lioncash 41ddec92eb kernel/svc: Mark GetThreadList() and UnmapProcessCodeMemory() as internally linked 7 years ago
Lioncash c7bf8c677c service/am: Add missing return in error case for IStorageAccessor's Read()/Write(). 7 years ago
Lioncash 45d71eed4f core/kernel/object: Rename ResetType enum members 7 years ago
ReinUsesLisp 7ee1401455 gl_rasterizer: Limit OpenGL point size to a minimum of 1 7 years ago
ReinUsesLisp d88f57b60a maxwell_to_gl: Add TriangleFan primitive topology 7 years ago
ReinUsesLisp df5cfc7440 gl_rasterizer: Pass the right number of array quad vertices count 7 years ago
bunnei 79611cecf7 Merge pull request #2457 from lioncash/about 7 years ago
bunnei 9d077b368f Merge pull request #2477 from ReinUsesLisp/fix-sdl2 7 years ago
bunnei 18d65af88c Merge pull request #2478 from ReinUsesLisp/sdl2-compat 7 years ago
bunnei 4e094a18a1 Merge pull request #2479 from ReinUsesLisp/qt-shadow 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
ReinUsesLisp 8525820a69 yuzu/bootmanager: Explicitly enable deprecated OpenGL features on compat 7 years ago
Lioncash 1f863b19f2 CMakeLists: Handle VS 2019 in a less annoying manner 7 years ago
Fernando Sahmkow d7fbe5838c maxwell_3d: reduce sevirity of different component formats assert. 7 years ago
Lioncash c02a05d199 video_core/engines/engine_upload: Amend constructor initializer list order 7 years ago
Lioncash 0c9db2ddf0 video_core/engines/engine_upload: Default destructor in the cpp file 7 years ago
Lioncash f06049438a video_core/engines/engine_upload: Remove unnecessary const on parameters in function declarations 7 years ago
Lioncash d3f74a0c6f video_core/engines/engine_upload: Remove unnecessary includes 7 years ago
Lioncash a394c8b35a video_core/engines/maxwell3d: Get rid of three magic values in CallMethod() 7 years ago
Lioncash e9064216a2 video_core/engines/maxwell_3d: Simplify for loops into ranged for loops within InitializeRegisterDefaults() 7 years ago
Lioncash b66f9188cb video_core/engines/maxwell_3d: Add is_trivially_copyable_v check for Regs 7 years ago
Lioncash 68cd911bd1 yuzu: Remove explicit types from locks where applicable 7 years ago
Lioncash f7e6e4a882 video_core/gpu_thread: Remove redundant copy constructor for CommandDataContainer 7 years ago
Mat M 9415bf9da5 Merge pull request #2462 from lioncash/video-mm 7 years ago
Mat M c2e5561c1a Merge pull request #2461 from lioncash/unused-var 7 years ago
Mat M d7d84b9f69 Merge pull request #2460 from lioncash/volatile 7 years ago
Mat M 2b09aab3e0 Merge pull request #2450 from lioncash/warn-level 7 years ago
Rodrigo Locatti 0aab2876b5 Merge pull request #2413 from FernandoS27/opt-gpu 7 years ago
Sebastian Valle 0315253319 GPU/MMEInterpreter: Ignore the 'exit' flag when it's executed inside a delay slot. 7 years ago
Lioncash 7593c20034 service/set: Correct and simplify behavior related to copying language codes 7 years ago