index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
RenderBase.cpp
Age
Commit message (
Expand
)
Author
2020-08-06
Remove wait_for_completion parameter from Renderer::SaveScreenshot
JosJuice
2020-07-04
Merge pull request #8884 from iwubcode/freelook_performance_fix
Connor McLaughlin
2020-07-02
VertexShaderManager: Avoid accessing freelook control type configuration each...
iwubcode
2020-06-29
VideoCommon: Show profiler output again
JosJuice
2020-04-16
Merge pull request #8730 from JosJuice/frame-advance-duplicate-frame
JMC47
2020-04-09
Core: Clarify Callback_VideoCopiedToXFB and FrameUpdate
JosJuice
2020-02-09
VideoCommon: Remove widescreen heuristic debug logs.
Jordan Woyak
2020-02-09
VideoCommon: Tweak widescreen heuristic and clean up some related Renderer lo...
Jordan Woyak
2020-01-24
InputCommon: Make "Cursor" inputs aware of the rendered aspect ratio.
Jordan Woyak
2020-01-14
Add an option to present/skip presenting duplicate frames
Stenzek
2019-12-05
VideoCommon/OpcodeDecoding: Move g_bRecordFifoData into namespace
Lioncash
2019-11-23
VideoCommon: Make use of fmt outside of shader generators
Lioncash
2019-10-02
Renderer: Use interface blocks for ImGui shaders
Stenzek
2019-10-02
Renderer: Draw ImGui interface to both eyes
Stenzek
2019-08-28
Core: Use move semantics for Renderer::SaveScreenshot
Silent
2019-08-04
VideoCommon/RenderBase: Remove dependency on renderer global within renderer
Lioncash
2019-08-04
VideoCommon/RenderBase: Use structured bindings where applicable
Lioncash
2019-08-04
VideoCommon/RenderBase: Make functions const where applicable
Lioncash
2019-07-24
TextureCache: Support saving cache entries, including EFB copies
Stenzek
2019-07-16
VideoCommon: Remove unused MathUtil.h include from VideoCommon.h
Lioncash
2019-07-10
VideoCommon/Statistics: Rename stats global to g_stats
Lioncash
2019-07-10
VideoCommon/Statistics: Make all member functions non-static
Lioncash
2019-07-10
VideoCommon/Statistics: Normalize statistic variable names
Lioncash
2019-06-30
Merge pull request #8128 from altimumdelta/FrameDumpUpgradePrep1
Connor McLaughlin
2019-06-30
VideoCommon: Rename AVIDump to FrameDump
altimumdelta
2019-06-30
Merge pull request #8215 from CookiePLMonster/appverifier-sanitize
Connor McLaughlin
2019-06-23
Make DolphinAnalytics a true singleton - static local variables are initializ...
Silent
2019-06-18
VideoCommon/RenderBase: Fix crop
Techjar
2019-06-15
VideoCommon/RenderBase: Reset scissor rectangle after ImGui rendering
Techjar
2019-06-08
Merge pull request #8049 from stenzek/crop
Connor McLaughlin
2019-05-30
VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource()
Lioncash
2019-05-04
Replace MathUtil::Clamp with std::clamp
Léo Lam
2019-04-28
Renderer: Adjust target rectangle in the base class
Stenzek
2019-04-28
Renderer: Adjust source rectangle when crop would draw off screen
Stenzek
2019-04-21
Replace EFBRectangle/TargetRectangle with MathUtil::Rectangle
Stenzek
2019-04-21
TextureCache: Simplify XFB reconstruction
Stenzek
2019-04-05
Add imgui golf mode overlay
Techjar
2019-03-28
RenderBase: Add EFBHasAlphaChannel() helper
Stenzek
2019-03-23
Add imgui-based Netplay Chat
spycrab
2019-03-21
VideoCommon/RenderBase: Disable backculling for ImGui
spycrab
2019-03-09
FramebufferManager: Implement EFB tile cache
Stenzek
2019-03-07
VideoCommon/RenderBase: Don't destroy pipelines that are in use
spycrab
2019-02-19
Move most backend functionality to VideoCommon
Stenzek
2019-01-27
Renderer: Fix throttle-disable (TAB) hotkey when vsync is enabled
Stenzek
2019-01-25
Decouple XFB scanout from presentation
Stenzek
2019-01-25
Renderer: Scale all imgui fonts by the backbuffer scale
Stenzek
2019-01-25
VideoBackends: Store a backbuffer 'scale'
Stenzek
2019-01-25
RenderWidget: Hook up to ImGui
Stenzek
2019-01-25
Renderer: Use imgui for drawing debug text and OSD
Stenzek
2019-01-25
RenderBase: Implement imgui rendering
Stenzek
[next]