summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/MainBase.cpp
AgeCommit message (Expand)Author
2016-08-18Fifo: Make SyncGPUReason an enum classLioncash
2016-06-28XFB: Send image to screen at start of field.Scott Mansell
2016-06-26VideoCommon: Drop GetConfigName.degasus
2016-06-26VideoBackends: Merge ShowConfig functions.degasus
2016-06-26VideoBackends: Merge Initialize and Shutdown functions.degasus
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-17VideoCommon: Header cleanupLioncash
2016-01-12Fifo: Create a "Fifo" namespace.degasus
2016-01-12VideoBackend: Remove simple wrapper functions.degasus
2016-01-12Merge VideoBackendHardware into VideoBackend.degasus
2016-01-02VideoBackend: Get rid of a boolean globalLioncash
2015-11-06VideoCommon: rename TextureCache to TextureCacheBaseTillmann Karras
2015-10-10Misc. style fixesTillmann Karras
2015-09-28Fix building with PCH disabled.Rohit Nirmal
2015-06-08Fifo: Rewrite SyncGpudegasus
2015-05-29Fix invalid pointer errors in Burnout 2.Scott Mansell
2015-05-25Merge pull request #2274 from degasus/disable_bboxRyan Houdek
2015-05-25Add missing license headersTillmann Karras
2015-05-25VideoCommon: Warn if bbox is disabled but useddegasus
2015-05-25VideoCommon: return 0 if bbox is disableddegasus
2015-05-25VideoCommon: Make BBox emulation optionaldegasus
2015-04-06Fifo: rewrite sync on idle skipping hackdegasus
2015-02-22VideoCommon: perf querys by async eventsdegasus
2015-02-22VideoCommon: bbox by async eventsdegasus
2015-02-22VideoCommon: implement swap requests in the full async waydegasus
2015-02-22VideoCommon: use a new async event system for efb accessdegasus
2015-01-12Made the CPU thread wait for the GPU thread to swap, when XFB is enabled. Ma...skidau
2014-11-17OGL: implement bounding box support with ssbodegasus
2014-09-28Add a central variable g_want_determinism which controls whether to try to ma...comex
2014-09-28Add the 'desynced GPU thread' mode.comex
2014-09-20VideoCommon: Fix function casing in FrameBufferManagerBaseLioncash
2014-09-19WIP XFB scaling.magumagu
2014-08-26Unify three types of non-FIFO requests to the GPU thread around Common::Event...comex
2014-07-11mark all local variables as staticdegasus
2014-07-11mark all local functions as staticdegasus
2014-06-01Video backends: remove dead code.magumagu
2014-03-29Software backend: Delete forked PixelEngine.magumagu
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-16Merge pull request #37 from degasus/VideoCommonApiFixesTony Wasserka
2014-02-16Remove the old MMIO access "interface".Pierre Bourdon
2014-02-16MMIO: Port the VideoCommon CP MMIOs to the new interface (and provide framewo...Pierre Bourdon
2014-02-15merge some common parts of Swap() into VideoCommondegasus
2014-01-09VideoCommon: disable efb access + perf querys on cph threaddegasus
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre