summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/RenderBase.cpp
AgeCommit message (Expand)Author
2021-09-28RenderBase: show total framecount on movie playbacksowens99
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-31VideoCommon: Add fallback handling for bounding box when disabled or unsupportedTechjar
2021-05-31VideoCommon: Restore BBox* forwarding functionsTechjar
2021-05-29VideoCommon: Remove BBox* forwarding functionsTechjar
2021-05-28VideoCommon: Move bounding box pixel quads rounding to shaderTechjar
2021-05-22VideoCommon: Account for pixel quads in bounding box calculationTechjar
2021-05-22VideoCommon: Split BBox* functions into common and backend implementation var...Techjar
2021-05-14Merge pull request #9707 from JosJuice/remove-atomic-headerMat M
2021-05-14Merge pull request #9688 from Filoppi/input_cleanupScott Mansell
2021-05-13Remove Atomic.hJosJuice
2021-05-12Add mixed comments to input code, make some tooltip clearerFiloppi
2021-05-07Merge pull request #9417 from Filoppi/input-1Léo Lam
2021-05-06Fix FPS counter and Game Window speed % breaking on pause/unpauseFiloppi
2021-05-05Implement EFB Peeks for compressed z16 formatsScott Mansell
2021-03-06Convert BPMemory to BitField and enum classPokechu22
2021-03-06Fix typo with ztex2 op in UseVertexDepthRangePokechu22
2021-01-27rename Core/Analytics to Core/DolphinAnalyticsShawn Hoffman
2021-01-05Fix a couple of typosFilippo Tarpini
2020-12-26VideoCommon: Fix crash that occurs on loading a fifo log due to uninitialized...iwubcode
2020-12-24VideoCommon: Update active config when we check for config changes, this ensu...iwubcode
2020-12-24Core / VideoCommon: Remove old Free Look configiwubcode
2020-12-16Core: Remove ImageWrite and get rid of -Wmissing-declarations warningsLéo Lam
2020-11-27FrameDump: Start timing at 0 ticks when starting from bootJosJuice
2020-11-20Fix translatable strings which contain non-positional argumentsJosJuice
2020-11-17VideoCommon: Migrate over to fmtLioncash
2020-10-22VideoCommon: FrameDump fixes/cleanups.Jordan Woyak
2020-10-03InputCommon: Introducing the "Dynamic Input Texture". Configuration links an...iwubcode
2020-08-06Remove wait_for_completion parameter from Renderer::SaveScreenshotJosJuice
2020-07-04Merge pull request #8884 from iwubcode/freelook_performance_fixConnor McLaughlin
2020-07-02VertexShaderManager: Avoid accessing freelook control type configuration each...iwubcode
2020-06-29VideoCommon: Show profiler output againJosJuice
2020-04-16Merge pull request #8730 from JosJuice/frame-advance-duplicate-frameJMC47
2020-04-09Core: Clarify Callback_VideoCopiedToXFB and FrameUpdateJosJuice
2020-02-09VideoCommon: Remove widescreen heuristic debug logs.Jordan Woyak
2020-02-09VideoCommon: Tweak widescreen heuristic and clean up some related Renderer lo...Jordan Woyak
2020-01-24InputCommon: Make "Cursor" inputs aware of the rendered aspect ratio.Jordan Woyak
2020-01-14Add an option to present/skip presenting duplicate framesStenzek
2019-12-05VideoCommon/OpcodeDecoding: Move g_bRecordFifoData into namespaceLioncash
2019-11-23VideoCommon: Make use of fmt outside of shader generatorsLioncash
2019-10-02Renderer: Use interface blocks for ImGui shadersStenzek
2019-10-02Renderer: Draw ImGui interface to both eyesStenzek
2019-08-28Core: Use move semantics for Renderer::SaveScreenshotSilent
2019-08-04VideoCommon/RenderBase: Remove dependency on renderer global within rendererLioncash
2019-08-04VideoCommon/RenderBase: Use structured bindings where applicableLioncash
2019-08-04VideoCommon/RenderBase: Make functions const where applicableLioncash
2019-07-24TextureCache: Support saving cache entries, including EFB copiesStenzek
2019-07-16VideoCommon: Remove unused MathUtil.h include from VideoCommon.hLioncash
2019-07-10VideoCommon/Statistics: Rename stats global to g_statsLioncash
2019-07-10VideoCommon/Statistics: Make all member functions non-staticLioncash