287 Commits (62f34c8e5ce94adeb24d985f8d2c32b1ece37a3c)

Author SHA1 Message Date
Yuri Kunde Schlesner eb10f25025 Move screen size constants from video_core to core 9 years ago
Yuri Kunde Schlesner 6665557ff7 OpenGL: Remove unused RendererOpenGL fields 9 years ago
wwylele 90c8d09098 gl_shader: refactor texture sampler into its own function 9 years ago
wwylele 4d62e75fb2 gl_rasterizer: implement procedural texture 9 years ago
wwylele 039b293092 pica: shader_dirty if texture2 coord changed 9 years ago
wwylele 0f664ef89d pica: use correct coordinates for texture 2 9 years ago
wwylele 2c2e872b31 gl_shader_gen: remove TODO about Lerp behaviour verification. The implementation is verified against hardware 9 years ago
wwylele b624a95205 rasterizer: implement combiner operation 7 (Dot3_RGBA) 9 years ago
Yuri Kunde Schlesner 52a4489d65 OpenGL: Pass Pica regs via parameter 9 years ago
Yuri Kunde Schlesner a6fd4533f6 OpenGL: Move PicaShaderConfig to gl_shader_gen.h 9 years ago
Yuri Kunde Schlesner 40e28f6217 OpenGL: Move Attributes enum to a more appropriate file 9 years ago
wwylele e02c4b7195 Input: remove unused stuff & clean up 9 years ago
Yuri Kunde Schlesner fb1979d7e2 Core: Re-write frame limiter 9 years ago
Yuri Kunde Schlesner b285c2a4ed Core: Make PerfStats internally locked 9 years ago
Yuri Kunde Schlesner 3b4e400333 Remove built-in (non-Microprofile) profiler 9 years ago
Yuri Kunde Schlesner c75ae6c585 Add performance statistics to status bar 9 years ago
Jannik Vogel e594e63bb5 OpenGL: Check if uniform block exists before updating it (#2581) 9 years ago
Yuri Kunde Schlesner af65e1c0a0 OpenGL: Remove unused duplicate of IsPassThroughTevStage 9 years ago
Yuri Kunde Schlesner 60fc0b086f VideoCore: Split regs.h inclusions 9 years ago
Yuri Kunde Schlesner 5759d94b5c VideoCore: Move Regs to its own file 9 years ago
Yuri Kunde Schlesner f443c7e5b0 VideoCore: Split lighting regs from Regs struct 9 years ago
Yuri Kunde Schlesner 23713d5dee VideoCore: Split framebuffer regs from Regs struct 9 years ago
Yuri Kunde Schlesner 9017093f58 VideoCore: Split texturing regs from Regs struct 9 years ago
Yuri Kunde Schlesner 000e78144c VideoCore: Split rasterizer regs from Regs struct 9 years ago
Yuri Kunde Schlesner 09a750e866 Pica/Texture: Simplify/cleanup texture tile addressing 9 years ago
Yuri Kunde Schlesner a1c9ac7845 VideoCore: Move LookupTexture out of debug_utils.h 9 years ago
Yuri Kunde Schlesner bbc7844021 VideoCore: Change misleading register names 9 years ago
Kloen eee37b857b video_core: gl_rasterizer_cache.cpp removed unused type alias 9 years ago
Kloen 6a3a3964b0 video_core: gl_rasterizer.cpp removed unused type alias 9 years ago
Kloen 4652d70572 video_core: silence unused-local-typedef boost related warning on GCC 9 years ago
Kloen 753fea5d65 video_core: gl_rasterizer float to int warning 9 years ago
Kloen b6063d9a93 video_core: fix gl_rasterizer warning on MSVC 9 years ago
bunnei 22ad9094e6 config: Add option for specifying screen resolution scale factor. 9 years ago
Jannik Vogel 6ed4206f87 Minor cleanup in GLSL code 9 years ago
Jannik Vogel 88f409aec9 Offset lighting LUT samples correctly 9 years ago
MerryMage 64f98f4d0f core: Move emu_window and key_map into core 9 years ago
Albin Bernhardsson ddec9cb369 Use GL_TRUE when setting color_mask 9 years ago
Yuri Kunde Schlesner ac9f937477 VideoCore: Make profiling scope more representative 9 years ago
Markus Wick d0d49bb951 OpenGL: Drop framebuffer completeness check. 9 years ago
Jannik Vogel fc4591fa49 ASSERT that shader was linked successfully 9 years ago
Jannik Vogel 4088afe23c Report shader uniform block size in case of mismatch 9 years ago
Jannik Vogel 0edc986861 Print broken shader code to log 9 years ago
Yuri Kunde Schlesner 8a1f96011d OpenGL: Non-zero stride only makes sense for linear buffers 9 years ago
Yuri Kunde Schlesner 2600633b89 OpenGL: Ensure framebuffer binding is restored if completion check fails 9 years ago
Yuri Kunde Schlesner ba7f213655 OpenGL: Fix DisplayTransfer accel when input width != output width 9 years ago
Subv e3e4f27447 ClangFormat: Fixed the clang-format errors 9 years ago
Subv aea9a91100 Build: Fixed a few warnings. 9 years ago
Subv 4623415026 RasterizerGL: Use GL_TRUE and 0xFF in the stencil and depth masks instead of simply true and -1 9 years ago
Subv 743b0e71d9 Rasterizer/Memfill: Set the correct stencil write mask when clearing the stencil buffer. 9 years ago
James Rowe d9305b0a07 Add default hotkey to swap primary screens. 9 years ago