aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl
AgeCommit message (Expand)Author
2017-02-09OpenGL: Remove unused duplicate of IsPassThroughTevStageYuri Kunde Schlesner
2017-02-09VideoCore: Split regs.h inclusionsYuri Kunde Schlesner
2017-02-04VideoCore: Move Regs to its own fileYuri Kunde Schlesner
2017-02-04VideoCore: Split lighting regs from Regs structYuri Kunde Schlesner
2017-02-04VideoCore: Split framebuffer regs from Regs structYuri Kunde Schlesner
2017-02-04VideoCore: Split texturing regs from Regs structYuri Kunde Schlesner
2017-02-04VideoCore: Split rasterizer regs from Regs structYuri Kunde Schlesner
2017-02-04Merge pull request #2476 from yuriks/shader-refactor3Yuri Kunde Schlesner
2017-02-04Pica/Texture: Simplify/cleanup texture tile addressingYuri Kunde Schlesner
2017-02-04VideoCore: Move LookupTexture out of debug_utils.hYuri Kunde Schlesner
2017-01-29VideoCore: Change misleading register namesYuri Kunde Schlesner
2017-01-30video_core: gl_rasterizer_cache.cpp removed unused type aliasKloen
2017-01-30video_core: gl_rasterizer.cpp removed unused type aliasKloen
2017-01-29video_core: silence unused-local-typedef boost related warning on GCCKloen
2017-01-23video_core: gl_rasterizer float to int warningKloen
2017-01-23video_core: fix gl_rasterizer warning on MSVCKloen
2017-01-07config: Add option for specifying screen resolution scale factor.bunnei
2016-12-29Merge pull request #2367 from JayFoxRox/lighting-lut-quickfixbunnei
2016-12-25Minor cleanup in GLSL codeJannik Vogel
2016-12-25Offset lighting LUT samples correctlyJannik Vogel
2016-12-23core: Move emu_window and key_map into coreMerryMage
2016-12-21Merge pull request #2319 from yuriks/profile-scopesbunnei
2016-12-19Use GL_TRUE when setting color_maskAlbin Bernhardsson
2016-12-14VideoCore: Make profiling scope more representativeYuri Kunde Schlesner
2016-12-07OpenGL: Drop framebuffer completeness check.Markus Wick
2016-12-05ASSERT that shader was linked successfullyJannik Vogel
2016-12-05Report shader uniform block size in case of mismatchJannik Vogel
2016-12-05Print broken shader code to logJannik Vogel
2016-12-04OpenGL: Non-zero stride only makes sense for linear buffersYuri Kunde Schlesner
2016-12-04OpenGL: Ensure framebuffer binding is restored if completion check failsYuri Kunde Schlesner
2016-12-04OpenGL: Fix DisplayTransfer accel when input width != output widthYuri Kunde Schlesner
2016-11-30ClangFormat: Fixed the clang-format errorsSubv
2016-11-29Build: Fixed a few warnings.Subv
2016-11-27RasterizerGL: Use GL_TRUE and 0xFF in the stencil and depth masks instead of ...Subv
2016-11-27Rasterizer/Memfill: Set the correct stencil write mask when clearing the sten...Subv
2016-11-05Add default hotkey to swap primary screens.James Rowe
2016-11-05Support additional screen layouts.James Rowe
2016-10-03Merge pull request #2103 from wwylele/gpu-reg-cleanupbunnei
2016-09-29OpenGL: Take cached viewport sub-rect into account for scissorYuri Kunde Schlesner
2016-09-29rasterizer: separate TextureCopy from DisplayTransferwwylele
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-08-30OpenGL: Avoid error on unsupported lighting LUTJannik Vogel
2016-06-27OpenGL: Add scaled resolution support to scissorYuri Kunde Schlesner
2016-06-27PICA: Scissor fixes and cleanupsYuri Kunde Schlesner
2016-06-27PICA: Implement scissor testSubv
2016-06-07OpenGL: Implement fogJannik Vogel
2016-06-07OpenGL: Avoid undefined behaviour for UNIFORM_BLOCK_DATA_SIZEJannik Vogel