12086 Commits (f732cd5a4bc47461069ac21c00a833172bcc7d79)
 

Author SHA1 Message Date
Hexagon12 2437ca04d7
Merge pull request #2476 from ReinUsesLisp/fix-compat 7 years ago
Hexagon12 aa61478d8c
Merge pull request #2498 from lioncash/unused-code 7 years ago
Lioncash e310d943b8 shader/shader_ir: Remove unnecessary inline specifiers 7 years ago
Lioncash 212b148923 shader/shader_ir: Simplify constructors for OperationNode 7 years ago
Lioncash 81e7e63080 shader/shader_ir: Remove unnecessary template parameter packs from Operation() overloads where applicable 7 years ago
Lioncash e09ee0ff23 shader/shader_ir: Mark tracking functions as const member functions 7 years ago
Lioncash bc6972caf9 yuzu/util: Remove unused spinbox.cpp/.h 7 years ago
Lioncash ce04ab38bb shader/shader_ir: Place implementations of constructor and destructor in cpp file 7 years ago
Lioncash 3356ea5bc2 gl_shader_gen: std::move objects where applicable 7 years ago
Lioncash 0a7f09a99b gl_shader_disk_cache: in-class initialize virtual file offset of ShaderDiskCacheOpenGL 7 years ago
Lioncash 634b78a4c6 gl_shader_disk_cache: Default ShaderDiskCacheOpenGL's destructor in the cpp file 7 years ago
Lioncash 7fdc644c44 gl_shader_disk_cache: Make hash specializations noexcept 7 years ago
Lioncash 683c4e523f gl_shader_disk_cache: Remove redundant code string construction in LoadDecompiledEntry() 7 years ago
Lioncash 5e4c227608 gl_shader_disk_cache: Make variable non-const in decompiled entry case 7 years ago
Lioncash f417be9d3b gl_shader_disk_cache: Special-case boolean handling 7 years ago
Lioncash 22324e3ef1 yuzu/applets/profile_select: Mark header string as translatable 7 years ago
Lioncash d77d1a0207 yuzu/debugger/graphics/graphics_breakpoints: Specify string conversions explicitly 7 years ago
Lioncash cad4f2ed29 yuzu/debugger/profiler: Specify string conversions explicitly 7 years ago
Lioncash a059b9eed4 yuzu/debugger/wait_tree: Specify string conversions explicitly 7 years ago
Lioncash 242273788a ipc_helpers: Amend floating-point type in Pop<double> specialization 7 years ago
Tobias 5993133d5e
Address review comment 7 years ago
Lioncash d5cce86431 kernel/svc: Mark GetThreadList() and UnmapProcessCodeMemory() as internally linked 7 years ago
Lioncash 88c263ee8e service/am: Add missing return in error case for IStorageAccessor's Read()/Write(). 7 years ago
Lioncash a47aaa7f1b core/kernel/object: Rename ResetType enum members 7 years ago
Weiyi Wang 8d6342384b HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThread 7 years ago
ReinUsesLisp 21ea8b2fcb gl_rasterizer: Limit OpenGL point size to a minimum of 1 7 years ago
ReinUsesLisp 52340c3294 maxwell_to_gl: Add TriangleFan primitive topology 7 years ago
ReinUsesLisp a652e58c54 gl_rasterizer: Pass the right number of array quad vertices count 7 years ago
bunnei fb85d5670d
Merge pull request #2457 from lioncash/about 7 years ago
bunnei 6f1720a5b7
Merge pull request #2477 from ReinUsesLisp/fix-sdl2 7 years ago
bunnei 865025f612
Merge pull request #2478 from ReinUsesLisp/sdl2-compat 7 years ago
bunnei 1975d32f2d
Merge pull request #2479 from ReinUsesLisp/qt-shadow 7 years ago
ReinUsesLisp 4cf64f8e09 qt/configure_graphics: Shadow options at runtime 7 years ago
ReinUsesLisp 69265e4504 yuzu_cmd: Use OpenGL compat when asked in the settings 7 years ago
ReinUsesLisp 5f877d9458 yuzu_cmd: Make OpenGL's context current 7 years ago
ReinUsesLisp e6c60b419c yuzu/bootmanager: Explicitly enable deprecated OpenGL features on compat 7 years ago
Lioncash a6fb6ccc83 CMakeLists: Handle VS 2019 in a less annoying manner 7 years ago
Fernando Sahmkow fc975e9021 maxwell_3d: reduce sevirity of different component formats assert. 7 years ago
Lioncash b01cce716e video_core/engines/engine_upload: Amend constructor initializer list order 7 years ago
Lioncash 9b6d993e52 video_core/engines/engine_upload: Default destructor in the cpp file 7 years ago
Lioncash ec1c69258a video_core/engines/engine_upload: Remove unnecessary const on parameters in function declarations 7 years ago
Lioncash 0f83c8dffa video_core/engines/engine_upload: Remove unnecessary includes 7 years ago
Lioncash 5db1b54b58 video_core/engines/maxwell3d: Get rid of three magic values in CallMethod() 7 years ago
Lioncash 48ce5880a0 video_core/engines/maxwell_3d: Simplify for loops into ranged for loops within InitializeRegisterDefaults() 7 years ago
Lioncash c212fc9b2c video_core/engines/maxwell_3d: Add is_trivially_copyable_v check for Regs 7 years ago
Lioncash d6d809db87 yuzu: Remove explicit types from locks where applicable 7 years ago
Lioncash c5129a3a58 video_core/gpu_thread: Remove redundant copy constructor for CommandDataContainer 7 years ago
Mat M c4d549919f
Merge pull request #2462 from lioncash/video-mm 7 years ago
Mat M dadcf317dc
Merge pull request #2461 from lioncash/unused-var 7 years ago
Mat M 8b933e77cd
Merge pull request #2460 from lioncash/volatile 7 years ago