868 Commits (a98f20df55b9d0f4bcd453f8bb4e81511095c0d3)

Author SHA1 Message Date
Yuri Kunde Schlesner 90fd00648c clang-format: Fix coding style 9 years ago
Jannik Vogel 62c76b4207 shader_jit: Load LOOPCOUNT_REG and LOOPINC 4 bit left-shifted 9 years ago
Subv a485a04208 ClangFormat: Fixed the clang-format errors 9 years ago
Subv d16be9bdbd Build: Fixed a few warnings. 9 years ago
Emmanuel Gil Peyrot 87d3afe635 GPU: Remove the broken frame_skip option. 9 years ago
Subv 47603a64f1 RasterizerGL: Use GL_TRUE and 0xFF in the stencil and depth masks instead of simply true and -1 9 years ago
Subv d64661e40e Rasterizer/Memfill: Set the correct stencil write mask when clearing the stencil buffer. 9 years ago
jphalimi 5a580171b6 Cache Vertices instead of Output registers (#2165) 9 years ago
wwylele 1db648c247 Fix format error from #2195 9 years ago
Subv 9ee95ffbec GPU/CiTrace: Avoid calling GetTextures() when not necessary. 9 years ago
James Rowe 2d1eb1ae01 Minor formatting change 9 years ago
James Rowe 72786d410e Add default hotkey to swap primary screens. 9 years ago
James Rowe 08f830fed4 Support additional screen layouts. 10 years ago
Ricardo de Almeida Gonzaga 07fdcf150d Fix typos 9 years ago
Yuri Kunde Schlesner d4bcba2ca1 VideoCore: Shader interpreter cleanups 9 years ago
Yuri Kunde Schlesner 7872ec7cc3 VideoCore: Fix out-of-bounds read in ShaderSetup::ProduceDebugInfo 9 years ago
Yuri Kunde Schlesner e72584084e OpenGL: Take cached viewport sub-rect into account for scissor 9 years ago
wwylele 4d867489a4 rasterizer: separate TextureCopy from DisplayTransfer 9 years ago
Yuri Kunde Schlesner 32bddfa1f5 Remove special rules for Windows.h and library includes 9 years ago
Yuri Kunde Schlesner fa5d9d8266 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 9 years ago
Yuri Kunde Schlesner 1e4a5da9f4 Manually tweak source formatting and then re-run clang-format 9 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 9 years ago
Yuri Kunde Schlesner 300e68c5df VideoCore: Fix dangling lambda context in shader interpreter 9 years ago
Jannik Vogel e22a00f35f OpenGL: Avoid error on unsupported lighting LUT 9 years ago
bunnei cfefb55db2 config: Add a setting for graphics V-Sync. 9 years ago
Yuri Kunde Schlesner 8e13889337 OpenGL: Add scaled resolution support to scissor 10 years ago
Yuri Kunde Schlesner e1b005a568 PICA: Scissor fixes and cleanups 10 years ago
Subv 4a9e0e5430 PICA: Implement scissor test 10 years ago
scurest de4705914d Remove superfluous std::move in return std::move(local_var) 10 years ago
Jannik Vogel 41b823a637 OpenGL: Implement fog 10 years ago
Jannik Vogel 528b4ba2a7 Rasterizer: Implement fog 10 years ago
Jannik Vogel 0d7d513c54 Pica: Add fog state 10 years ago
Jannik Vogel 9a3c245750 OpenGL: Avoid undefined behaviour for UNIFORM_BLOCK_DATA_SIZE 10 years ago
mailwl ee188dbdc6 gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue 10 years ago
Jannik Vogel e00b2fbcc2 OpenGL: Set shader_dirty on lighting changes 10 years ago
Jannik Vogel d18118b305 Pica: Name LightSrc.config register 10 years ago
Jannik Vogel 16a0830caa Pica: Name lighting.config0 and .config1 registers 10 years ago
Jannik Vogel be4a423c19 OpenGL: Use uniforms for dist_atten_bias and dist_atten_scale 10 years ago
Jannik Vogel 4511a8505d Refactor Tev stage dumper 10 years ago
Jannik Vogel 79369e240a Extend Tev stage dumper 10 years ago
Jannik Vogel df3eeea302 Retrieve shader result from new OutputRegisters-type 10 years ago
Jannik Vogel 8655efef3e OpenGL: Only update depth uniforms if the depth changed 10 years ago
Jannik Vogel dc25f50017 OpenGL: value-initialize variables which cause uninitialised access otherwise 10 years ago
Jannik Vogel 208a74a882 Use new shader-jit signature for interpreter 10 years ago
Jannik Vogel b3e96d8e29 Refactor access to state in shader-jit 10 years ago
Jannik Vogel 55e804b610 OpenGL: Support blend equation 10 years ago
Jannik Vogel ad0acfea14 Move program_counter and call_stack from UnitState to interpreter 10 years ago
Jannik Vogel 101eb11369 Move default_attributes into Pica state 10 years ago
Jannik Vogel acfb5257dd Turn ShaderSetup into struct 10 years ago