summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2016-12-06Implement Frame rate limiter (#2223)emmauss
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-12-03Merge pull request #2259 from JayFoxRox/fix-fallbackYuri Kunde Schlesner
2016-12-04shader_jit: Fix non-SSE4.1 path where FLR would not truncateJannik Vogel
2016-12-03clang-format: Fix coding styleYuri Kunde Schlesner
2016-12-02shader_jit: Load LOOPCOUNT_REG and LOOPINC 4 bit left-shiftedJannik Vogel
2016-11-30ClangFormat: Fixed the clang-format errorsSubv
2016-11-29Build: Fixed a few warnings.Subv
2016-11-27Merge pull request #2222 from linkmauve/die-frameskip-dieYuri Kunde Schlesner
2016-11-27GPU: Remove the broken frame_skip option.Emmanuel Gil Peyrot
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-23Cache Vertices instead of Output registers (#2165)jphalimi
2016-11-22Fix format error from #2195wwylele
2016-11-19Merge pull request #2195 from Subv/factor_checkbunnei
2016-11-19GPU/CiTrace: Avoid calling GetTextures() when not necessary.Subv
2016-11-19Merge pull request #2194 from jroweboy/extremely-minor-clangformat-changeJames Rowe
2016-11-19Minor formatting changeJames Rowe
2016-11-05Add default hotkey to swap primary screens.James Rowe
2016-11-05Support additional screen layouts.James Rowe
2016-10-20Fix typosRicardo de Almeida Gonzaga
2016-10-06Merge pull request #2082 from yuriks/shader-interp-crashbunnei
2016-10-03Merge pull request #2103 from wwylele/gpu-reg-cleanupbunnei
2016-09-29VideoCore: Shader interpreter cleanupsYuri Kunde Schlesner
2016-09-29VideoCore: Fix out-of-bounds read in ShaderSetup::ProduceDebugInfoYuri Kunde Schlesner
2016-09-29OpenGL: Take cached viewport sub-rect into account for scissorYuri Kunde Schlesner
2016-09-29rasterizer: separate TextureCopy from DisplayTransferwwylele
2016-09-21Remove special rules for Windows.h and library includesYuri Kunde Schlesner
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-09-15VideoCore: Fix dangling lambda context in shader interpreterYuri Kunde Schlesner
2016-08-31Merge pull request #2032 from bunnei/qt-graphicsbunnei
2016-08-30OpenGL: Avoid error on unsupported lighting LUTJannik Vogel
2016-08-29config: Add a setting for graphics V-Sync.bunnei
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-25Remove superfluous std::move in return std::move(local_var)scurest
2016-06-07OpenGL: Implement fogJannik Vogel
2016-06-07Rasterizer: Implement fogJannik Vogel
2016-06-07Pica: Add fog stateJannik Vogel
2016-06-07OpenGL: Avoid undefined behaviour for UNIFORM_BLOCK_DATA_SIZEJannik Vogel
2016-06-01gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueuemailwl