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
/
Src
/
RenderBase.cpp
Age
Commit message (
Expand
)
Author
2011-05-12
Don't resize render target to handle out-of-bounds viewports. Instead, adjust...
Nolan Check
2011-04-02
Revert r7086.
NeoBrainX
2011-03-27
Add graphics FIFO recorder and player for debugging the graphics system.
donkopunchstania
2011-03-15
A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attem...
Jordan Woyak
2011-03-05
Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind...
Jordan Woyak
2011-03-02
Put the video prepare code back, and use the existence of the g_renderer to d...
Glenn Rice
2011-02-08
Defer texture invalidation to the video thread from the video configuration d...
baby.lueshi
2011-02-05
* Keeping resolution aligned to back-buffer size if the latter one is changed...
gnick79
2011-02-02
Remove PluginSpecs.h. Merge the few needed enums from that file into Common....
Glenn Rice
2011-01-31
Fix *BSD build.
Soren Jorvang
2011-01-31
Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph...
Jordan Woyak
2011-01-07
Add anvideo config option to automatically resize the render window to the si...
donkopunchstania
2011-01-06
Changes:
gnick79
2011-01-05
* By forcing resolution size to back-buffer size when the latter one is changed!
gnick79
2010-12-31
Finish implementing gamma correction in DX9.
donkopunchstania
2010-12-27
Implement pixel data reinterpretation on EFB format change.
NeoBrainX
2010-12-27
Second Experimental commit:
Rodolfo Osvaldo Bogado
2010-12-20
added/changed some graphics plugin tooltips, added some low-res framebuffer o...
nitsuja-
2010-12-11
Fix some off-by-one errors in the EFB scaling stuff.
NeoBrainX
2010-12-10
VideoCommon: Use integer arithmetic instead of floating point arithmetic when...
NeoBrainX
2010-11-18
Fixed RealXFB being enabled when XFB box is unchecked. Moved some shared code...
Jordan Woyak
2010-11-18
Move some shared gfx plugin code into VideoCommon. Changed "Renderer" class t...
Jordan Woyak