2428 Commits (ec28f037e6cfe42c3285866572af075e1e72b3e9)

Author SHA1 Message Date
Yuri Kunde Schlesner ec28f037e6 OpenGL: Add support for Sampler Objects to state tracker 10 years ago
Yuri Kunde Schlesner cd817be922 citra-qt: Move system shutdown to run inside EmuThread 10 years ago
archshift e0c10019a9 Add cam:u service function names to its function table 10 years ago
aroulin ba998b85a1 video_core: Fix format specifiers warnings 10 years ago
aroulin 179ad35c2e x64: Proper stack alignment in shader JIT function calls 10 years ago
aroulin 0b6c0afeb7 Common: Import BitSet from Dolphin 10 years ago
Subv 58a04c0776 Pica: Added the primitive_restart register (0x25f) to the registers map. 10 years ago
Subv 149ea561a6 Pica: Add the vertex_offset register to the Pica registers map. 10 years ago
aroulin 84959be150 Shader JIT: Fix SGE/SGEI NaN behavior 10 years ago
Subv 12a11472f1 GPU: Implemented register 0x22A. 11 years ago
Yuri Kunde Schlesner 68eb197494 Increase required OpenGL version to 3.3 10 years ago
Yuri Kunde Schlesner a1a5570e97 Replace the previous OpenGL loader with a glad-generated 3.3 one 10 years ago
Yuri Kunde Schlesner 18c1c39d5e SVC: Advance time when calling GetSystemTick to escape busy-wait loops 10 years ago
Subv ce6a65cec9 Services/FS: Correctly tell the guest app whether a file was correctly opened or not. 10 years ago
Yuri Kunde Schlesner 656d824b20 Common: Fix MicroProfile compilation in MSVC2015 10 years ago
Yuri Kunde Schlesner 0ee3e2c25e Kernel: Fix wrong linear heap base on titles using newer kernels 10 years ago
bunnei f3cef178e3 gl_rasterizer_cache: Detect and ignore unnecessary texture flushes. 11 years ago
aroulin f52d8c1a9b Shader JIT: Fix float to integer rounding in MOVA 10 years ago
Yuri Kunde Schlesner 12390eb155 Kernel: Fix assertion failure when ControlMemory is called with size=0 10 years ago
Yuri Kunde Schlesner 687d973980 Core: Improve APT Shared Font hack 10 years ago
archshift dd0e1061ef Shader JIT: ifdef out reference to ifdef'd out shader_map 10 years ago
Lioncash dc1b024b80 dyncom: Simplify some comparisons in CondPassed 10 years ago
Lioncash 01dd833ffa dyncom: Change return type of CondPassed to bool 10 years ago
Lioncash e7ebb9d36c citra-qt: Add a missing header guard to util.h 10 years ago
Yuri Kunde Schlesner 0fcabd2b11 Integrate the MicroProfile profiling library 11 years ago
Yuri Kunde Schlesner c7745408f7 citra-qt: Add helper function to get a monospace QFont 11 years ago
Subv 583d777b1a HWRenderer: Added a workaround for the Intel Windows driver bug that causes glTexSubImage2D to not change the stencil buffer. 11 years ago
Yuri Kunde Schlesner eff10959de fixup! Shaders: Fix multiplications between 0.0 and inf 11 years ago
Yuri Kunde Schlesner d8ef20c856 Shader JIT: Tiny micro-optimization in DPH 11 years ago
Yuri Kunde Schlesner 630a850d4d Shaders: Fix multiplications between 0.0 and inf 11 years ago
Yuri Kunde Schlesner 082b74fa24 Shaders: Explicitly conform to PICA semantics in MAX/MIN 11 years ago
Yuri Kunde Schlesner 76247170df Shader JIT: Add name to second scratch register (XMM4) 11 years ago
Lioncash fa5076eb9b shader_jit: Replace two MDisp usages with MatR 11 years ago
Yuri Kunde Schlesner 455147ee95 Shader JIT: Fix CMP NaN behavior to match hardware 11 years ago
Subv d1b9383d86 HWRenderer: Only reload the framebuffer from gpu memory if the hw renderer is in use during a breakpoint. 11 years ago
aroulin 03c5cfead4 Shader: Use std::sqrt for float instead of sqrt 11 years ago
aroulin fa552f11ef Shader: RCP and RSQ computes only the 1st component 11 years ago
aroulin 16f39aa452 x64-emitter: add RCPSS SSE instruction 11 years ago
Yuri Kunde Schlesner 78735e2ada Fix broken boot introduced by last-minute change in #1025 11 years ago
aroulin 2f1514b904 Shader: implement DPH/DPHI in JIT 11 years ago
aroulin 2e7cf2f6cf Shader: implement DPH/DPHI in interpreter 11 years ago
Lioncash 78e7c77ff5 emitter: Remove pointer casts 11 years ago
Subv 0c7da9b815 HWRasterizer: Implemented stencil ops 6 and 7. 11 years ago
Subv 7c1f84a92b SWRasterizer: Implemented stencil ops 6 and 7. 11 years ago
Subv e43eb130d4 HWRasterizer: Implemented stencil op 1 (GL_ZERO) 11 years ago
Subv fef1462371 SWRasterizer: Implemented stencil action 1 (GL_ZERO). 11 years ago
Subv b3e530d005 SWRasterizer: Removed a todo. Verified with hwtests. 11 years ago
Subv 8e6336d96b SWRenderer: The stencil depth_pass action is executed even if depth testing is disabled. 11 years ago
Subv e74825e3d0 Rasterizer: Abstract duplicated stencil code into a lambda. 11 years ago
Subv 46f660a789 GLRasterizer: Implemented stencil testing in the hw renderer. 11 years ago