9033 Commits (ce50c06bfcaf802d55cd6920e24cdf152cd0d542)

Author SHA1 Message Date
ReinUsesLisp 311d1af657 shader_ir: Add internal flag getters 7 years ago
ReinUsesLisp a66682374f shader_ir: Add attribute getters 7 years ago
ReinUsesLisp 9d5d96500c shader_ir: Add constant buffer getters 7 years ago
ReinUsesLisp 7f89f99c60 shader_ir: Add register getter 7 years ago
ReinUsesLisp f43041efe1 shader_ir: Add immediate node constructors 7 years ago
ReinUsesLisp 25f868d8be shader_ir: Initial implementation 7 years ago
ReinUsesLisp 2b5088a8e9 shader_bytecode: Fixup encoding 7 years ago
ReinUsesLisp f03f054819 shader_header: Make local memory size getter constant 7 years ago
Otávio Pace 9cff0d2ff8 audio_core: remove unnecessary spaces on comments 7 years ago
ReinUsesLisp 4495d76090 gl_rasterizer: Workaround Intel VAO DSA bug 7 years ago
ReinUsesLisp 0bde2e5fc1 gl_global_cache: Add dummy global cache manager 7 years ago
Zach Hilman d73f33373b settings: Fix comment structure 7 years ago
Zach Hilman 63e948f483 settings: Use std::chrono::seconds instead of s64 for RTC 7 years ago
Zach Hilman 921ea45baf time: Use custom RTC settings if applicable for game 7 years ago
Zach Hilman 686e0ad7d0 core: Set custom RTC differential on game boot 7 years ago
Zach Hilman 1f1c7f57a1 qt: Provide UI to edit custom RTC settings 7 years ago
Zach Hilman ac7b60b61b settings: Add custom RTC settings 7 years ago
ReinUsesLisp 33e53c7893 gl_rasterizer: Skip framebuffer configuration if rendertargets have not been changed 7 years ago
ReinUsesLisp 1c8411dc8d gl_rasterizer_cache: Use dirty flags for the depth buffer 7 years ago
ReinUsesLisp 6e932fe118 gl_rasterizer_cache: Use dirty flags for color buffers 7 years ago
ReinUsesLisp 5fec808e30 gl_shader_cache: Use dirty flags for shaders 7 years ago
ReinUsesLisp a17b13ac37 gl_stream_buffer: Use DSA for buffer management 7 years ago
ReinUsesLisp fe889fb55b gl_rasterizer: Use DSA for vertex array objects 7 years ago
ReinUsesLisp 5ba137cdfe gl_state: Drop uniform buffer state tracking 7 years ago
ReinUsesLisp 8536bb5cfe gl_rasterizer_cache: Use GL_STREAM_COPY for PBOs 7 years ago
Lioncash 996c75a63b service/vi: Correct scaling mode conversions 7 years ago
Lioncash a45f62bb1c service/vi: Factor out scaling mode conversions from the IPC function itself 7 years ago
Lioncash 817e2b7b46 service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode() 7 years ago
Lioncash 42e7c66a3d service/vi: Correct reported dimensions from IApplicationDisplayService's GetDisplayResolution() 7 years ago
Zach Hilman fe91364e29 qt: Move profile manager to own UI tab 7 years ago
David Marcec d0aaf94244 Removed pulse event type 7 years ago
David Marcec c7ba3312f4 Return no application area when games try to open an application area 7 years ago
David Marcec a8c8b14c6c Proper no message handling for AM::PopMessage 7 years ago
David Marcec b57e173bac Fixed botw deadlock(and possibly 30 fps games rendering too fast? needs testing to confirm) 7 years ago
Lioncash a12272b695 service/vi: Implement SetDisplayEnabled() 7 years ago
Lioncash 76a6355b56 service/vi: Log more information where applicable 7 years ago
Lioncash 91431c27c8 service/vi: Implement OpenDefaultDisplay in terms of OpenDisplay 7 years ago
Lioncash be02aebfd8 service/vi: Correct initial width and height values 7 years ago
Lioncash 5d9baeccba service/vi: Document unknown DisplayInfo struct members 7 years ago
Lioncash 7187d20b6a yuzu/configure_general: Silence truncation warnings in loadConfiguration() 7 years ago
Lioncash 8611e4d103 yuzu/config: Silence truncation warnings 7 years ago
Lioncash 2935c16688 core/kernel: Remove unnecessary inclusions 7 years ago
Lioncash 669f7ccd9d kernel/svc: Correct misleading error message within CreateThread() 7 years ago
Lioncash d82608d18b kernel/svc: Sanitize core number and thread priorities in CreateThread() 7 years ago
Lioncash d81b00e4ee kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriorityMask() 7 years ago
Lioncash a847292a78 kernel/svc: Simplify thread core ID sanitizing in CreateThread 7 years ago
Lioncash 3c36de7f43 arm_interface: Make include path relative for arm_interface.h 7 years ago
Lioncash 9dcdcdbc01 arm_interface: Make LogBacktrace() a const member function 7 years ago
Lioncash fc4f95104d arm_interface: Mark variables as const where applicable in LogBacktrace() 7 years ago
Lioncash 15b2878b20 arm_interface: Remove unnecessary semicolon 7 years ago