Commit Graph

9204 Commits (cached-interpreter)
 

Author SHA1 Message Date
Connor McLaughlin ac45f3892c Frontend: Fix broken display texture for OpenGL 6 years ago
Connor McLaughlin 4a6f283484 CPU: Add trace log to file support 6 years ago
Connor McLaughlin 9de9cf3be2 GPU/HW: Add D3D11 renderer and refactor host interface/display 6 years ago
Connor McLaughlin f244da86a2 Common: Add helper classes for D3D11 6 years ago
Connor McLaughlin d68f7085d6 Common: Move GL classes to subdirectory 6 years ago
Connor McLaughlin 47849465d8 GPU/HW: Use uniform blocks for all shaders + HLSL support in shadergen 6 years ago
Connor McLaughlin d5150ec790 Common: Add unregistered uniform mutators to GL::Program 6 years ago
Connor McLaughlin be81d08109 GPU/HW: Split shadergen to seperate class 6 years ago
Connor McLaughlin 91c99f0226 GPU/HW: Use uniform blocks for batch rendering 6 years ago
Connor McLaughlin e3a9aa1c4f Common: Add uniform block binding to GL::Program 6 years ago
Connor McLaughlin aa1f3ad8f7 GPU: Don't truncate clear colour to 15-bit with true colour on 6 years ago
Connor McLaughlin f7f5d45d7a GPU: Fix incorrect VRAM fill colours in GL renderer 6 years ago
Connor McLaughlin 8ffce6ae0b GPU: Fix 24-bit scanout being cut-off at >1x resolution scale 6 years ago
Connor McLaughlin ba1a5a5ca9 GPU: Fix batching regression (draws split on texture page) 6 years ago
Connor McLaughlin 5abbdef065 Fix compile errors on GCC 6 years ago
Connor McLaughlin 6dc7069d7c CDROM: Fix buffer overflow 6 years ago
Connor McLaughlin bb572d5c14 GPU: Remove hack for bitwise ops on TextureMode enum 6 years ago
Connor McLaughlin 4143469353 GPU: Use texture buffer/fragment shader for VRAM writes 6 years ago
Connor McLaughlin f59e08b564 Common: Add Unbind() to GL::StreamBuffer 6 years ago
Connor McLaughlin 60281eb67e Common: Use std::string_view for GL::Program 6 years ago
Connor McLaughlin 2b17cfd365 GPU: Use streaming buffers for CPU->VRAM transfers 6 years ago
Connor McLaughlin 407fee9ec3 GPU: Add base functionality for GL streaming buffers 6 years ago
Connor McLaughlin c52c0608ae GPU: Move resolution scale to hardware backend only 6 years ago
Connor McLaughlin c9feb7ea07 GPU: Add force true color setting 6 years ago
Connor McLaughlin fc09b722ea GPU: Truncate fragment values to 15-bit RGB 6 years ago
Connor McLaughlin bbd7798ca4 GPU: Apply dither pattern more correctly at higher resolutions 6 years ago
Connor McLaughlin 3aa4219067 GPU: Implement dithering on software backend 6 years ago
Connor McLaughlin ac82383abe GPU: Implement dithering on OpenGL backend 6 years ago
Connor McLaughlin 1d1da1d82c GPU: Add VRAM read/write stats to GL renderer 6 years ago
Connor McLaughlin 1c79737021 GPU: Simplify batch state 6 years ago
Connor McLaughlin d8a02d7a15 common: Add macro for generating static/friend enum class operators 6 years ago
Connor McLaughlin f5e1d443fa Frontend: Implement Resume functionality 6 years ago
Connor McLaughlin 1540769cb4 GPU: Fix interlaced display at higher internal resolutions 6 years ago
Connor McLaughlin 5626d4f282 GPU: Fix texcoord off-by-one error in rectangles 6 years ago
Connor McLaughlin 9f5bd6e5f9 SPU: Correct sample rate display in debugger 6 years ago
Connor McLaughlin 40eb157d77 SPU: Fix off-by-one-sampling-error causing noise in output 6 years ago
Connor McLaughlin 6f7b9c8e28 Frontend: Fix last two slots missing from quick load 6 years ago
Connor McLaughlin 3ad6b005a8 Frontend: Add hotkey for toggling speed limiter 6 years ago
Connor McLaughlin 772ef27a55 GPU: Implement display disable command GP1(03h) 6 years ago
Connor McLaughlin 9bda6c5ef7 Frontend: Hook up change disc menu item 6 years ago
Connor McLaughlin 3128d0ebcb CDROM: Shell open flag behavior when changing discs 6 years ago
Connor McLaughlin a1ed2d1d77 CDROM: Implement motor on command 6 years ago
Connor McLaughlin c15822d745 CDROM: Implement stop command 6 years ago
Connor McLaughlin 6e60991fd0 Frontend: Add hotkey to adjust resolution scale 6 years ago
Connor McLaughlin 49be3efb35 GPU: Preserve low bits in upscaled texture coordinates 6 years ago
Connor McLaughlin 12ce777e30 Frontend: Add toggle for software rendering 6 years ago
Connor McLaughlin d1be9460b9 Frontend: Ignore key repeat events for controller/speed limit 6 years ago
Connor McLaughlin 2b419fcb08 Frontend: Add frame step hotkey (SPACE)/menu item 6 years ago
Connor McLaughlin 21f555cf8f Frontend: Add pause support 6 years ago
Connor McLaughlin 4e6596adfb GPU: Update display after loading state
Fixes black frame after switching renderers.
6 years ago