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
/
MainBase.cpp
Age
Commit message (
Expand
)
Author
2013-10-02
Merge branch 'fix-field-ordering'
Scott Mansell
2013-04-24
Formatting cleanup for VideoCommon.
Lioncash
2013-03-01
Add documentation to PerfQueryBase interface.
NeoBrainX
2013-03-01
Merge branch 'master' into perfqueries.
NeoBrainX
2013-02-26
Abort loading states from incompatible graphics backends.
Rachel Bryk
2013-02-16
Fix OGL perf queries and make them not slow!
Jordan Woyak
2012-12-23
revert last commit, add CheckInvalidState to VideoBackend
degasus
2012-12-22
do only invalid hashes instead of all textures on loading
degasus
2012-12-21
add invalid flag for BPStructs (fix issue 5790)
degasus
2012-06-20
Enable hires textures even when texture dumping is enabled.
NeoBrainX
2012-05-26
added some missing VideoBackendHardware data to savestates. I think this make...
nitsuja
2012-05-26
fixed some graphics problems with loading savestates (for example, wrong colo...
nitsuja
2012-05-26
made savestates synchronous and immediate. this allows saving or loading whil...
nitsuja
2012-03-05
This release still fixed the hangs produced by fifo overflow without sacrific...
marcosvitali
2012-01-04
initialize the uninitialized
nitsuja
2011-03-16
Fix the video software backend. (closes issue 4269)
sl1nk3.s
2011-02-17
Big Fifo Commit Part2: Now the fifo is more stable than my first commit, so i...
Marcos Vitali
2011-02-14
Some work on changing comments, log messages, and variable and function names...
Glenn Rice
2011-02-13
- Delete FIFO CriticalSection sFifoCritical for SAVE STATES. With the skid_au...
Marcos Vitali
2011-02-10
Experimental commit and one fix for my last commit.
Marcos Vitali
2011-02-08
Paused the video thread while a save state was being created or loaded. Perf...
skidau
2011-02-02
Remove PluginSpecs.h. Merge the few needed enums from that file into Common....
Glenn Rice
2011-01-31
Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolph...
Jordan Woyak
2011-01-30
oops, Fix a wrong comment.
sl1nk3.s
2011-01-30
Fixed a small threading issue introduced by r6933 causing savestates to alway...
sl1nk3.s
2011-01-27
Various minor fixes to allow building with clang on OS X.
Soren Jorvang
2010-12-19
Lock emulation while saving state on all platforms.
Soren Jorvang
2010-12-16
Fix an omission from the last commit.
Glenn Rice
2010-12-16
Merge some state loading stuff to VideoCommon and fixed a crash on Linux syst...
NeoBrainX
2010-11-18
Move some shared gfx plugin code into VideoCommon. Changed "Renderer" class t...
Jordan Woyak