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
release-prep-2609
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
2017-11-22
VideoCommon: Re-implement asynchronous frame dumping
Stenzek
2017-11-17
Video Common: Improve texture dumping to work with fifoci and
iwubcode
2017-11-17
Add 'immediate xfb' which reduces xfb latency at the cost of graphical errors
iwubcode
2017-11-17
Add new GUI option to skip XFBToRam and remove old XFB options
iwubcode
2017-10-26
Merge pull request #6093 from endrift/fix-efb-overflow
Markus Wick
2017-10-10
VideoConfig: Prevent race condition on g_Config when refreshing
Stenzek
2017-10-01
VideoCommon: Fix overflow trying to access outside of EFB bounds
Vicki Pfau
2017-07-30
VideoCommon: Move WM_USER_CREATE message to after backend initialization
Stenzek
2017-06-03
GameConfigLoader: Add GFX Game INI translations
MerryMage
2017-02-06
Merge pull request #4618 from Helios747/bounding_box_check
Markus Wick
2017-02-04
[Video] Warn when booting a bounding box game on an unsupported GPU
Helios747
2017-01-23
VideoBackendBase: Convert EFBAccessType into an enum class
Lioncash
2016-12-09
TextureCacheBase: Eliminate static state
Lioncash
2016-11-27
Remove unnecessary ConfigManager includes
Léo Lam
2016-10-10
AVIDump: Move CoreTiming into caller.
degasus
2016-08-18
Fifo: Make SyncGPUReason an enum class
Lioncash
2016-06-28
XFB: Send image to screen at start of field.
Scott Mansell
2016-06-26
VideoCommon: Drop GetConfigName.
degasus
2016-06-26
VideoBackends: Merge ShowConfig functions.
degasus
2016-06-26
VideoBackends: Merge Initialize and Shutdown functions.
degasus
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-17
VideoCommon: Header cleanup
Lioncash
2016-01-12
Fifo: Create a "Fifo" namespace.
degasus
2016-01-12
VideoBackend: Remove simple wrapper functions.
degasus
2016-01-12
Merge VideoBackendHardware into VideoBackend.
degasus
2016-01-02
VideoBackend: Get rid of a boolean global
Lioncash
2015-11-06
VideoCommon: rename TextureCache to TextureCacheBase
Tillmann Karras
2015-10-10
Misc. style fixes
Tillmann Karras
2015-09-28
Fix building with PCH disabled.
Rohit Nirmal
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
[next]