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
/
MainBase.cpp
Age
Commit message (
Expand
)
Author
2015-06-08
Fifo: Rewrite SyncGpu
degasus
2015-05-29
Fix invalid pointer errors in Burnout 2.
Scott Mansell
2015-05-25
Merge pull request #2274 from degasus/disable_bbox
Ryan Houdek
2015-05-25
Add missing license headers
Tillmann Karras
2015-05-25
VideoCommon: Warn if bbox is disabled but used
degasus
2015-05-25
VideoCommon: return 0 if bbox is disabled
degasus
2015-05-25
VideoCommon: Make BBox emulation optional
degasus
2015-04-06
Fifo: rewrite sync on idle skipping hack
degasus
2015-02-22
VideoCommon: perf querys by async events
degasus
2015-02-22
VideoCommon: bbox by async events
degasus
2015-02-22
VideoCommon: implement swap requests in the full async way
degasus
2015-02-22
VideoCommon: use a new async event system for efb access
degasus
2015-01-12
Made the CPU thread wait for the GPU thread to swap, when XFB is enabled. Ma...
skidau
2014-11-17
OGL: implement bounding box support with ssbo
degasus
2014-09-28
Add a central variable g_want_determinism which controls whether to try to ma...
comex
2014-09-28
Add the 'desynced GPU thread' mode.
comex
2014-09-20
VideoCommon: Fix function casing in FrameBufferManagerBase
Lioncash
2014-09-19
WIP XFB scaling.
magumagu
2014-08-26
Unify three types of non-FIFO requests to the GPU thread around Common::Event...
comex
2014-07-11
mark all local variables as static
degasus
2014-07-11
mark all local functions as static
degasus
2014-06-01
Video backends: remove dead code.
magumagu
2014-03-29
Software backend: Delete forked PixelEngine.
magumagu
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-16
Merge pull request #37 from degasus/VideoCommonApiFixes
Tony Wasserka
2014-02-16
Remove the old MMIO access "interface".
Pierre Bourdon
2014-02-16
MMIO: Port the VideoCommon CP MMIOs to the new interface (and provide framewo...
Pierre Bourdon
2014-02-15
merge some common parts of Swap() into VideoCommon
degasus
2014-01-09
VideoCommon: disable efb access + perf querys on cph thread
degasus
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre