summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL/Src/PerfQuery.cpp
AgeCommit message (Collapse)Author
2013-09-11Replace ARRAYSIZE macro with another ugly macro. At least this will throw an ↵Jordan Woyak
error for a non-array and won't conflict with Windows macro names.
2013-08-14Respect ShouldEmulate() in PerfQuery implementations for DX11 and OGL (ugly ↵Pierre Bourdon
implem, but the current state of VideoCommon does not allow much better)
2013-03-31Fix some typos and correct some capitalizations in the log messages.Lioncash
Makes the logging look more orderly and less spammy when spitting out things.
2013-03-02Kill warning.Jordan Woyak
2013-03-01PerfQueries: Fix an integer overflow.NeoBrainX
2013-03-01OGL: Fix perf metrics being overcounted when using a non-native internal ↵NeoBrainX
resolution.
2013-02-16Fix OGL perf queries and make them not slow!Jordan Woyak
2012-08-26OGL: Implement pixel metrics (untested)NeoBrainX