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
release-prep-2606a
release-prep-2606a-2
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
2012-11-19
Merge branch 'efb_scaling_fixes'.
NeoBrainX
2012-11-19
Fix some fractional EFB scaling issues.
NeoBrainX
2012-11-16
Remove Renderer::xScale and Renderer::yScale.
NeoBrainX
2012-11-16
Move ComputeDrawRectangle() to Renderer::UpdateDrawRectangle().
NeoBrainX
2012-10-03
Move last XFB size from Render to FramebufferManager.
NeoBrainX
2012-10-03
Minor cleanups.
NeoBrainX
2012-08-07
Add a sanity check for viewports with zero width/height.
NeoBrainX
2012-06-20
Instead of invalidating texcache whenever the graphics configuration dialog g...
NeoBrainX
2012-06-11
Remove "Disable Lighting".
NeoBrainX
2012-03-24
D3D9: Fix texel to pixel mapping when sampling textures properly.
NeoBrainX
2011-09-09
Compile fix.
NeoBrainX
2011-09-08
Merge some frame dumping code to VideoCommon, fixes a memory leak in D3D9 and...
NeoBrainX
2011-09-08
Implement frame dumping in D3D11.
NeoBrainX
2011-07-05
added 1.5x, 2.5x, 4x internal resolution
Marko Pusljar
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