summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Statistics.cpp
AgeCommit message (Expand)Author
2024-10-10Modernize `std::find_if` with rangesmitaclaw
2024-04-18Config: Expose GFX_OVERLAY_PROJ_STATS setting in UI.Jordan Woyak
2024-04-18VideoCommon: Show the average projection to viewport ratio in statisticsJordan Woyak
2024-01-31VideoCommon/Statistics: Remove global system accessor from s_after_frame_eventLioncash
2024-01-04Core/SystemTimers: Refactor to class, move to System.Admiral H. Curtiss
2023-02-09Apply suggestions from code reviewScott Mansell
2023-02-09Lint fixesScott Mansell
2023-01-31Split out everying remaining from SwapScott Mansell
2022-09-26VideoCommon: Add statistics for draw done and token commandsPokechu22
2022-06-30Resolve GCC WarningsMinty-Meeo
2022-04-16Implement ImGui window for scissor rectanglesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
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
2019-07-10VideoCommon/Statistics: Normalize statistic variable namesLioncash
2019-06-20VideoCommon/Statistics: Use std::array for projection valuesLioncash
2019-06-17VideoCommon/Statistics: Amend imgui includeLioncash
2019-06-17VideoCommon/Statistics: Remove unused header inclusionsLioncash
2019-06-17VideoCommon/Statistics: Replace memset with assignment in ResetFrame()Lioncash
2019-06-17VideoCommon/Statistics: Use ImGui::TextUnformatted() where applicableLioncash
2019-06-17VideoCommon/Statistics: Replace DRAW_STAT macro with variadic lambdaLioncash
2019-03-04VideoCommon: add EFB peek/poke statsTillmann Karras
2019-01-25Renderer: Use imgui for drawing debug text and OSDStenzek
2017-03-26VertexLoaderManager: Return debug strings by valueLioncash
2016-07-29VideoCommon: Make API_TYPE an enum classLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-17VideoCommon: Header cleanupLioncash
2016-01-06VideoSW: Use more VideoCommondegasus
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-01-18TexCache: also incude textures within the render target pooldegasus
2014-06-27Statistics: Reformat stats stringdegasus
2014-06-27VideoCommon: remove unused statsdegasus
2014-05-25Use strings instead of arbitrary buffers for video statisticsLioncash
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-04[VideoCommon] Eliminate the function Xchg in Statistics.cpp. std::swap does t...Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre